Nightly 2023-11-06
Downloads:
Features
ZUpdater
- add release channel to builds to specify where zupdater looks for updates
bb9023ea8
This adds a "channel" configuration to releases that limits what releases the updater will consider when looking for new versions. This allows us to configure a "2.55" release channel, and prevents the from updating into 3.0 releases while still allowing it to grab new releases from 2.55.
This is necessary long term as it allows 2.55 users getting easy bug fix updates without moving them to 3.0, which should only be done explicitly.
Bug Fixes
- use simpler temp file creation for all platforms
5018d9e54
This should resolve problems with making save files observed on some Linux setups.
Refactors
Player
- show dialog when saving fails
2a571d392
ZLauncher
- group current version info in updater tab
986b27145
- open new website for release note buttons
1c8149e0f
Tests
- clear test result folders in python tests
d0147e77e
CI
- fetch all git history for compare job
c5f2a5b1a
- explictly ask for python tests in ci.yml, which stopped running b/c of f589ada
36666a369
- use all cores for replay tests on windows
3e2554782
- fix archive test results on windows
33be44347
Misc.
Player
- use more user friendly strings for creating save file / continue screen
f2084a1a0