1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 05:12:36 +01:00
dztui/changelog.md

501 lines
12 KiB
Markdown
Raw Normal View History

2022-06-04 22:31:01 +02:00
# Changelog
## [Unreleased]
- Clean up logging
2022-07-24 15:16:11 +02:00
- Custom query API
2022-08-14 11:10:00 +02:00
- Standardize dialogs
2022-09-24 17:42:13 +02:00
2023-02-17 13:52:28 +01:00
## [3.3.0-rc.12] 2023-01-19
2023-01-19 12:23:57 +01:00
### Fixed
- Don't check mod version timestamps if no mods installed
- Don't continuously force popup to top of stack
- Fix for repeated key input in console
2023-01-19 12:25:02 +01:00
- Split merged modlist correctly on newline
2023-01-19 12:23:57 +01:00
### Added
- Parameterize native/Flatpak steam selection
- Toggle native/Flatpak steam from options menu
- Clarify popup wording
2023-02-17 13:52:28 +01:00
## [3.3.0-rc.11] 2023-01-01
2023-01-02 02:26:13 +01:00
### Fixed
- History menu not parsing ports correctly
- Validate BM key on initial setup
### Changed
- More permissive Steam client discovery for tiling WMs
- Reset minor version (was 1 ahead)
2022-12-11 04:55:29 +01:00
## [3.3.0-rc.2] 2022-12-10
### Changed
- Clarify low pop server count
- Tick low pop server option by default
2022-12-06 12:52:02 +01:00
## [3.3.0-rc.1] 2022-12-06
### Fixed
- Merge Python version hotfix from stable branch
2022-12-03 13:22:25 +01:00
## [3.2.1-rc.1] 2022-12-03
### Changed
- Dropped legacy headless mode logic and refactor against new automod method
2022-12-03 07:58:08 +01:00
## [3.1.0-rc.21] 2022-12-03
### Added
- File picker error handling
2022-12-03 06:13:35 +01:00
## [3.1.0-rc.20] 2022-12-02
### Fixed
- Include /run in auto-discovery routine
## [3.1.0-rc.19] 2022-12-02
### Fixed
- Use Steam-safe local zenity version
2022-12-01 10:34:40 +01:00
## [3.1.0-rc.18] 2022-12-01
### Added
- Thousands separator to player counts
### Dropped
- Removed deprecated functions
2022-11-28 20:52:25 +01:00
## [3.1.0-rc.17] 2022-11-28
### Changed
- Explicitly check Python version
2022-11-25 06:34:16 +01:00
## [3.1.0-rc.16] 2022-11-25
### Fixed
- Hotfix for server modlists returning multiples of same mod
2022-11-24 21:53:35 +01:00
## [3.1.0-rc.15] 2022-11-24
### Fixed
- Faster path discovery on initial setup
- Handle whitelist deletion when only one entry present
- Return to main menu from recent servers list
- Unset delete menu flags after deletion
### Added
- Add python to deps
- Add Steam API key requirement to initial setup
### Dropped
- Drop mandatory server IDs on initial setup
- Old functions and files pertaining to headless mode
### Changed
- Allow My Servers list to be initially empty
2022-11-23 18:15:11 +01:00
## [3.1.0-rc.14] 2022-11-24
### Changed
- Rename "History" to "Recent"
2022-11-23 17:50:34 +01:00
## [3.1.0-rc.13] 2022-11-24
### Fixed
- Prevent downloading mods if Steam is not running
- Suppress "force refresh mods" option if automods is disabled
2022-11-22 16:12:28 +01:00
## [3.1.0-rc.12] 2022-11-22
### Changed
- Updated menu labels
## [3.1.0-rc.11] 2022-11-21
2022-11-21 20:54:23 +01:00
### Added
- Recent connect history
- Force refresh local mods
### Changed
- More verbose messages regarding automod installation
### Dropped
- Headless mode
2022-11-09 04:38:42 +01:00
## [3.1.0-rc.10] 2022-11-09
### Changed
- More verbose logs
- Rename log file for clarity
2022-10-26 15:23:38 +02:00
## [3.1.0-rc.8] 2022-10-26
### Changed
- Foreground mod progress watcher
2022-10-26 07:26:06 +02:00
## [3.1.0-rc.7] 2022-10-25
### Changed
- Simplify mod progress watcher
2022-10-26 04:38:52 +02:00
## [3.1.0-rc.6] 2022-10-25
### Fixed
- Download mod metadata
2022-10-26 02:22:19 +02:00
## [3.1.0-rc.5] 2022-10-25
### Added
- Versioning for automods
2022-10-26 02:22:51 +02:00
### Fixed
- Restore manual mode watcher file
2022-10-26 02:22:19 +02:00
2022-10-23 20:09:35 +02:00
## [3.1.0-rc.4] 2022-10-23
### Added
- Automod v.2 method
## [3.1.0-rc.3] 2022-10-16
### Added
- Backend preparation
2022-10-16 14:15:19 +02:00
## [3.1.0-rc.1-2] 2022-10-16
### Fixed
- Steam Deck path discovery
2022-10-11 17:20:08 +02:00
## [3.0.0-testing] 2022-10-12
2022-10-11 17:18:04 +02:00
### Changed
- Increment major version
2022-10-11 14:43:52 +02:00
## [2.8.0-rc.9] 2022-10-11
### Changed
- Reordered main menu elements
2022-10-11 14:16:05 +02:00
## [2.8.0-rc.8] 2022-10-11
### Changed
- Changed notification title
2022-10-11 14:04:38 +02:00
## [2.8.0-rc.7] 2022-10-11
### Changed
- Reword menu option
### Fixed
- Redirect stderr on popup
2022-10-11 13:58:00 +02:00
## [2.8.0-rc.6] 2022-10-11
### Dropped
- Stop using BM for query ports
### Added
- Deprecation warning/enforced Steam API
## [2.8.0-rc.5] 2022-10-11
### Fixed
- Width of some popups on Steam Deck
## [2.8.0-rc.4] 2022-10-11
### Changed
- Abstract news urls
- Clarify dependency warning
## [2.8.0-rc.3] 2022-10-11
2022-10-11 09:07:34 +02:00
### Added
- Add forums link
2022-10-07 06:40:50 +02:00
## [2.8.0-rc.2] 2022-10-07
### Added
- Backend preparation for automods
## [2.8.0-rc.1] 2022-10-06
### Fixed
- Bug with normal mode not launching after closing progress bar
## [2.7.0-rc.26] 2022-10-04
### Fixed
- Delete server list array not being emptied when going back to main menu
2022-10-03 17:04:13 +02:00
### Added
- Progress bars when downloading updates
### Changed
- Group main menu categories
### Fixed
- Encapsulate window strings to prevent arguments leaking into title
2022-10-03 17:15:09 +02:00
- Remove extraneous download process that was slowing down startup
2022-10-03 17:04:13 +02:00
2022-10-03 08:42:18 +02:00
## [2.7.0-rc.23] 2022-10-03
### Fixed
- More robust error handling for API keys
2022-10-03 00:24:27 +02:00
## [2.7.0-rc.22] 2022-10-02
### Fixed
- Merge stable branch hotfixes
2022-10-02 02:26:21 +02:00
## [2.7.0-rc.21] 2022-10-01
### Fixed
- Clarify some menu messages and behavior
2022-09-29 19:54:39 +02:00
## [2.7.0-rc.20] 2022-09-29
### Added
- List total disk size used on mods list
2022-09-27 03:40:05 +02:00
## [2.7.0-rc.19] 2022-09-26
### Fixed
- Strip text from "all maps" option in header
2022-09-27 02:42:46 +02:00
## [2.7.0-rc.18] 2022-09-26
### Changed
- Move lockfile check earlier in pipeline
- Reword "All maps" filter option
### Fixed
- Store player and server count sooner
2022-09-26 21:04:06 +02:00
## [2.7.0-rc.16-17] 2022-09-26
### Changed
- Clean up error logging and progress bars
2022-09-25 22:24:08 +02:00
## [2.7.0-rc.15] 2022-09-25
### Fixed
- Return selection from server function
2022-09-25 21:46:12 +02:00
## [2.7.0-rc.14] 2022-09-25
### Fixed
- Suppress progress dialog when new version available
## [2.7.0-rc.13] 2022-09-25
2022-09-25 19:29:19 +02:00
### Fixed
- Restore broken headers
### Added
- More verbose logging
2022-09-25 21:46:12 +02:00
## [2.7.0-rc.12] 2022-09-24
2022-09-24 17:42:13 +02:00
### Changed
- More verbose logging, error codes
2022-09-22 11:38:27 +02:00
2022-09-25 21:46:12 +02:00
## [2.7.0-rc.11] 2022-09-24
2022-09-24 11:49:01 +02:00
### Added
- Add debug code to troubleshoot API responses
2022-09-25 21:46:12 +02:00
## [2.7.0-rc.10] 2022-09-23
2022-09-24 11:49:01 +02:00
### Fixed
- Server list not appearing when launching script through Steam
2022-09-25 21:46:12 +02:00
## [2.7.0-rc.9] 2022-09-22
2022-09-22 11:38:27 +02:00
### Added
- Add alternative IP query method
2022-09-16 19:36:29 +02:00
## [2.7.0-rc.8] 2022-09-15
2022-09-29 19:54:39 +02:00
### Dropped
2022-09-16 19:36:29 +02:00
- Drop Python dependency
2022-09-14 07:00:22 +02:00
## [2.7.0-rc.7] 2022-09-14
### Added
- Verify IP table checksums when starting
### Changed
- Switch to C for helper logic
### Fixed
- Error handling for obscure servers returning no modlist
2022-09-13 15:45:28 +02:00
## [2.7.0-rc.6] 2022-09-13
### Added
- Add number of maps found to map select menu
### Fixed
- Strip Unicode spaces in server titles
2022-09-13 15:36:02 +02:00
## [2.7.0-rc.5] 2022-09-13
### Changed
- Improve server distance algorithm
2022-09-13 15:37:17 +02:00
### Fixed
- Strip Unicode spaces in server titles
2022-09-13 06:42:23 +02:00
## [2.7.0-rc.2 to 4] 2022-09-13
### Changed
- Retooling data in header
2022-09-12 16:55:30 +02:00
## [2.7.0-rc.1] 2022-09-12
### Added
- Initial server browser prototype
2022-09-03 21:55:22 +02:00
## [2.6.0-rc.5] 2022-09-03
### Fixed
- Make variable local
2022-09-03 21:40:21 +02:00
## [2.6.0-rc.4] 2022-09-03
### Fixed
- Use alternate API for direct IP queries
2022-09-03 06:46:21 +02:00
## [2.6.0-rc.3] 2022-09-03
### Changed
- Revert to legacy API method
2022-08-31 10:23:03 +02:00
## [2.6.0-rc.2] 2022-08-31
### Added
- Validate Steam API key
2022-08-16 17:49:51 +02:00
## [2.6.0-rc.1] 2022-08-16
### Added
- Connect to server by IP
2022-08-14 18:22:21 +02:00
## [2.5.0-rc.2] 2022-08-14
### Fixed
- Hotfix for server list responses with no next page cursor breaking table
2022-08-14 11:10:00 +02:00
## [2.5.0-rc.1] 2022-08-14
### Changed
- More performant path discovery, skip extraneous prompts
2022-07-24 15:16:11 +02:00
2022-08-14 04:20:35 +02:00
## [2.4.2-rc.5] 2022-08-13
### Fixed
- Cleaned typos and removed debug code
2022-08-14 02:38:08 +02:00
## [2.4.2-rc.4] 2022-08-13
2022-08-14 11:10:00 +02:00
### Fixed
2022-08-14 02:38:08 +02:00
- Clean up legacy symlinks
## [2.4.2-rc.3] 2022-08-13
2022-08-13 15:00:35 +02:00
### Fixed
2022-08-14 11:10:00 +02:00
- Alternate symlink method to prevent collisions in IDs
2022-08-13 15:00:35 +02:00
2022-08-12 02:52:07 +02:00
## [2.4.2-rc.2] 2022-08-10
### Fixed
- Pass correct query ports to modlist function
2022-08-11 00:59:29 +02:00
## [2.4.2-rc.1] 2022-08-10
### Fixed
- Page though API results to list >10 servers
2022-08-10 03:09:59 +02:00
## [2.4.1-testing] 2022-08-09
### Fixed
- Hotfix for progress bar breaking table when >9 servers in list
2022-08-06 03:38:25 +02:00
## [2.4.0-rc.10 - 2.4.0-rc.14] 2022-08-05
### Fixed
- Miscellaneous backend changes to test deployment of shortcuts to Steam Deck
2022-08-05 20:03:24 +02:00
## [2.4.0-rc.9] 2022-08-05
### Added
- Steam Deck artwork
2022-08-04 21:42:53 +02:00
## [2.4.0-rc.8] 2022-08-04
### Fixed
- Prevent word splitting of CPU result
- Correct path for writing .desktop files
2022-08-04 21:17:28 +02:00
## [2.4.0-rc.7] 2022-08-04
### Fixed
- Prevent user from entering invalid entries on first-time setup
- Prompt to re-run first-time setup if config is malformed
- Better handling of field output from table
### Added
- Prototype .desktop file for Steam Deck
- Generate bug report logs summarizing local settings
### Dropped
- Deprecated functions
2022-07-31 20:12:24 +02:00
## [2.4.0-rc.5] 2022-07-31
2022-09-29 19:54:39 +02:00
### Dropped
2022-08-14 02:39:53 +02:00
- Drop download prompt for branch toggle
2022-07-31 20:12:24 +02:00
2022-07-31 20:02:33 +02:00
## [2.4.0-rc.4] 2022-07-31
### Fixed
2022-08-14 02:39:53 +02:00
- Source seen_news and debug values when writing new config file
2022-07-31 20:02:33 +02:00
2022-07-31 19:53:34 +02:00
## [2.4.0-rc.3] 2022-07-31
### Fixed
2022-08-14 02:39:53 +02:00
- Populate branch value correctly when staging config file
2022-07-31 19:53:34 +02:00
2022-07-31 19:46:38 +02:00
## [2.4.0-rc.2] 2022-07-31
### Fixed
2022-08-14 02:39:53 +02:00
- Enforce download when switching branches
2022-07-31 19:46:38 +02:00
2022-07-24 15:20:47 +02:00
## [2.4.0-rc.1] 2022-07-24
2022-07-24 15:16:11 +02:00
### Added
- Dependency check for Steam
- Delete server from list
- News backend for critical updates
- Prompt to permanently update sysctl map count
- Clean up stale symlinks if mods were deleted
- Backported DZTUI mod listing method (includes symlinks)
- Backported DZTUI method of encoding symlinks when handling large number of mods
- Write dry-run launch options to file when in debug mode
### Fixed
- Prevent garbage in dependency check messages
- Send browser to background when opening links
### Changed
- Couple connect to fav and normal connect to same query function for maintainability
- Revert to old issues page index
- Hide header on unneeded pages
2022-07-24 15:20:47 +02:00
- Better detection of Steam Deck
2022-07-24 15:16:11 +02:00
## [2.3.0] 2022-07-18
### Added
- Numbered mod links in browser
- Admonition to upgrade versions for bug fixes
- Toggle branch between stable/testing
### Fixed
- Hotfix for fav server select on main menu
## [2.2.1] 2022-07-17
### Fixed
- Hotfix for upstream API returning malformed modlists
- Handle servers with no mods
- Fix dialog window depending on browser exit
- Remove stray newlines in config file
2022-06-22 15:33:53 +02:00
## [2.2.0] 2022-06-22
### Added
2022-06-08 17:43:22 +02:00
- Toggle debug mode in-app
2022-06-15 12:30:04 +02:00
2022-06-20 04:27:05 +02:00
## [2.1.0] 2022-06-19
### Changed
- Updated link to new documentation
2022-06-18 05:33:05 +02:00
## [2.0.3] 2022-06-17
2022-06-18 05:32:04 +02:00
### Fixed
- Safer expansion of originating script path
2022-06-17 03:11:11 +02:00
## [2.0.2] 2022-06-16
### Fixed
- Remove enforced runtime check of workshop path
2022-06-17 02:16:25 +02:00
## [2.0.2] 2022-06-16
### Fixed
- Expansion of Steam path prefix when default path was found
2022-06-16 05:23:52 +02:00
## [2.0.1] 2022-06-16
### Fixed
- Regenerate mod links file in browser when clicking dialog
- Reset whitelist when canceling one-shot (fav) mode
2022-06-15 12:30:04 +02:00
## [2.0.0] 2022-06-15
### Added
- Attempt to find DayZ path and write to config on first launch
- Merge existing config values into new config format when upgrading version
- Dynamically detect Steam Deck and set launch parameters
- Add "gametime" column to server list
- One-shot mode to open mod links in browser if using desktop
- Add favorite server from main menu
- Update favorite server changes in real time
- Add link to help pages from main menu
- Add link to changelog from main menu
### Changed
- Don't require duplication of fav server in whitelist
- More permissive truncation of long server names (50 char limit)
- Render mod list as a scrollable menu
- Reword errors for greater verbosity
- Initial support of granular error handling for API response codes
- Move extended path variables out of user config
### Fixed
- Check if mod dir is sane before listing mods
- Prevent favorite server launch if none set
- Reset server list to entire whitelist if canceling out of fav connect
- Do not load table on empty API response and warn user
- Suppress stderr cruft in logs and use logger instead
2022-06-04 22:31:01 +02:00
2022-06-12 09:16:34 +02:00
## [1.2.1] 2022-06-12
### Fixed
- Print the entire changelog
2022-06-13 03:17:03 +02:00
- Add confirmation dialog before run
2022-06-12 09:16:34 +02:00
2022-06-12 08:20:20 +02:00
## [1.2.0] 2022-06-12
2022-06-12 08:21:47 +02:00
### Changed
2022-06-12 06:47:08 +02:00
- Mod validation process now uses faster, single-pass API query
- Improved logger output when setting fav server
### Added
- In-app changelog
2022-06-08 16:50:21 +02:00
## [1.1.2] 2022-06-08
2022-06-12 06:47:08 +02:00
### Fixed
2022-06-08 16:50:41 +02:00
- Fix array used for mod concatenation; fetch post-sanitized list of mods
2022-06-08 16:50:21 +02:00
2022-06-04 22:47:27 +02:00
## [1.1.1] 2022-06-05
### Fixed
- Stricter regex to parse upstream version number
2022-06-04 22:31:01 +02:00
## [1.1.0] 2022-06-05
### Added
- Main menu: fav server label on header
- Main menu: add servers by ID directly into config file
- Main menu: link to report a bug
- Main menu: quick connect to fav server
- Connect: mod compatibility check
- Connect: mod download prompt
- Connect: mod auto symlinks
- New version download prompt
- Additional visualization of progress/menus
### Fixed
- Menu recursion when navigating backwards
### Changed
- Reduced ping timeout interval