mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Rollback changelog
This commit is contained in:
parent
8a0d74332d
commit
5c80c3ed59
1 changed files with 2 additions and 255 deletions
257
changelog.md
257
changelog.md
|
@ -5,263 +5,10 @@
|
|||
- Custom query API
|
||||
- Standardize dialogs
|
||||
|
||||
## [2.8.0-rc.9] 2022-10-11
|
||||
### Changed
|
||||
- Reordered main menu elements
|
||||
|
||||
## [2.8.0-rc.8] 2022-10-11
|
||||
### Changed
|
||||
- Changed notification title
|
||||
|
||||
## [2.8.0-rc.7] 2022-10-11
|
||||
### Changed
|
||||
- Reword menu option
|
||||
## [2.7.2] 2022-10-07
|
||||
### Fixed
|
||||
- Redirect stderr on popup
|
||||
- Fix internal URL
|
||||
|
||||
## [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
|
||||
### Added
|
||||
- Add forums link
|
||||
|
||||
## [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
|
||||
|
||||
### Added
|
||||
- Progress bars when downloading updates
|
||||
### Changed
|
||||
- Group main menu categories
|
||||
### Fixed
|
||||
- Encapsulate window strings to prevent arguments leaking into title
|
||||
- Remove extraneous download process that was slowing down startup
|
||||
|
||||
## [2.7.0-rc.23] 2022-10-03
|
||||
### Fixed
|
||||
- More robust error handling for API keys
|
||||
|
||||
## [2.7.0-rc.22] 2022-10-02
|
||||
### Fixed
|
||||
- Merge stable branch hotfixes
|
||||
|
||||
## [2.7.0-rc.21] 2022-10-01
|
||||
### Fixed
|
||||
- Clarify some menu messages and behavior
|
||||
|
||||
## [2.7.0-rc.20] 2022-09-29
|
||||
### Added
|
||||
- List total disk size used on mods list
|
||||
|
||||
## [2.7.0-rc.19] 2022-09-26
|
||||
### Fixed
|
||||
- Strip text from "all maps" option in header
|
||||
|
||||
## [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
|
||||
|
||||
## [2.7.0-rc.16-17] 2022-09-26
|
||||
### Changed
|
||||
- Clean up error logging and progress bars
|
||||
|
||||
## [2.7.0-rc.15] 2022-09-25
|
||||
### Fixed
|
||||
- Return selection from server function
|
||||
|
||||
## [2.7.0-rc.14] 2022-09-25
|
||||
### Fixed
|
||||
- Suppress progress dialog when new version available
|
||||
|
||||
## [2.7.0-rc.13] 2022-09-25
|
||||
### Fixed
|
||||
- Restore broken headers
|
||||
### Added
|
||||
- More verbose logging
|
||||
|
||||
## [2.7.0-rc.12] 2022-09-24
|
||||
### Changed
|
||||
- More verbose logging, error codes
|
||||
|
||||
## [2.7.0-rc.11] 2022-09-24
|
||||
### Added
|
||||
- Add debug code to troubleshoot API responses
|
||||
|
||||
## [2.7.0-rc.10] 2022-09-23
|
||||
### Fixed
|
||||
- Server list not appearing when launching script through Steam
|
||||
|
||||
## [2.7.0-rc.9] 2022-09-22
|
||||
### Added
|
||||
- Add alternative IP query method
|
||||
|
||||
## [2.7.0-rc.8] 2022-09-15
|
||||
### Dropped
|
||||
- Drop Python dependency
|
||||
|
||||
## [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
|
||||
|
||||
## [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
|
||||
|
||||
## [2.7.0-rc.5] 2022-09-13
|
||||
### Changed
|
||||
- Improve server distance algorithm
|
||||
### Fixed
|
||||
- Strip Unicode spaces in server titles
|
||||
|
||||
## [2.7.0-rc.2 to 4] 2022-09-13
|
||||
### Changed
|
||||
- Retooling data in header
|
||||
|
||||
## [2.7.0-rc.1] 2022-09-12
|
||||
### Added
|
||||
- Initial server browser prototype
|
||||
|
||||
## [2.6.0-rc.5] 2022-09-03
|
||||
### Fixed
|
||||
- Make variable local
|
||||
|
||||
## [2.6.0-rc.4] 2022-09-03
|
||||
### Fixed
|
||||
- Use alternate API for direct IP queries
|
||||
|
||||
## [2.6.0-rc.3] 2022-09-03
|
||||
### Changed
|
||||
- Revert to legacy API method
|
||||
|
||||
## [2.6.0-rc.2] 2022-08-31
|
||||
### Added
|
||||
- Validate Steam API key
|
||||
|
||||
## [2.6.0-rc.1] 2022-08-16
|
||||
### Added
|
||||
- Connect to server by IP
|
||||
|
||||
## [2.5.0-rc.2] 2022-08-14
|
||||
### Fixed
|
||||
- Hotfix for server list responses with no next page cursor breaking table
|
||||
|
||||
## [2.5.0-rc.1] 2022-08-14
|
||||
### Changed
|
||||
- More performant path discovery, skip extraneous prompts
|
||||
|
||||
## [2.4.2-rc.5] 2022-08-13
|
||||
### Fixed
|
||||
- Cleaned typos and removed debug code
|
||||
|
||||
## [2.4.2-rc.4] 2022-08-13
|
||||
### Fixed
|
||||
- Clean up legacy symlinks
|
||||
|
||||
## [2.4.2-rc.3] 2022-08-13
|
||||
### Fixed
|
||||
- Alternate symlink method to prevent collisions in IDs
|
||||
|
||||
## [2.4.2-rc.2] 2022-08-10
|
||||
### Fixed
|
||||
- Pass correct query ports to modlist function
|
||||
|
||||
## [2.4.2-rc.1] 2022-08-10
|
||||
### Fixed
|
||||
- Page though API results to list >10 servers
|
||||
|
||||
## [2.4.1-testing] 2022-08-09
|
||||
### Fixed
|
||||
- Hotfix for progress bar breaking table when >9 servers in list
|
||||
|
||||
## [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
|
||||
|
||||
## [2.4.0-rc.9] 2022-08-05
|
||||
### Added
|
||||
- Steam Deck artwork
|
||||
|
||||
## [2.4.0-rc.8] 2022-08-04
|
||||
### Fixed
|
||||
- Prevent word splitting of CPU result
|
||||
- Correct path for writing .desktop files
|
||||
|
||||
## [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
|
||||
|
||||
## [2.4.0-rc.5] 2022-07-31
|
||||
### Dropped
|
||||
- Drop download prompt for branch toggle
|
||||
|
||||
## [2.4.0-rc.4] 2022-07-31
|
||||
### Fixed
|
||||
- Source seen_news and debug values when writing new config file
|
||||
|
||||
## [2.4.0-rc.3] 2022-07-31
|
||||
### Fixed
|
||||
- Populate branch value correctly when staging config file
|
||||
|
||||
## [2.4.0-rc.2] 2022-07-31
|
||||
### Fixed
|
||||
- Enforce download when switching branches
|
||||
|
||||
## [2.4.0-rc.1] 2022-07-24
|
||||
### 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
|
||||
- Better detection of Steam Deck
|
||||
=======
|
||||
## [2.7.1] 2022-10-05
|
||||
### Fixed
|
||||
- Game launch not kicking off after symlink creation
|
||||
|
|
Loading…
Reference in a new issue