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

358 lines
10 KiB
Markdown
Raw Normal View History

2022-06-04 22:31:01 +02:00
# Changelog
2023-05-16 06:53:02 +02:00
## [3.3.0] 2023-05-16
As of this version, to reduce verbosity, the Stable branch will only receive changelog updates for major and minor version increments,
rather than for every hotfix. The Testing branch will continue to receive changelog updates for every hotfix under a release candidate.
2023-05-16 13:09:26 +02:00
### Added
2023-05-16 13:01:04 +02:00
- Fetch more inclusive global "players in-game" count
- List mod directory on installed mods list
- Detect default Flatpak Steam path
- Dark mode/light mode theme to help file
- Alpha-sort My Servers list
- Add description of how to enable hidden folders on GTK2/3
- Initial logging framework
2023-05-16 13:09:26 +02:00
### Changed
2023-05-16 13:01:04 +02:00
- Test for wmctrl when enabling full auto mod installation
- Steam Deck: block toggling full auto mod installation due to extra dependencies needed
- First-time setup: sudo escalation when checking system map count for the first time
2023-05-16 13:09:26 +02:00
### Fixed
2023-05-16 13:01:04 +02:00
- Steam Deck: non-ASCII delimiter causing setup menu to despawn on some devices
- Don't add items in My Servers multiple times to array when the list of favorites is paginated
- Trigger progress dialogs sooner and in sequence to reduce appearance of visual lag
- First-time setup: break out of dialogs correctly when user backs out
- First-time setup: break out of automatic path discovery when user specifies a path manually
- More portable interpreter invocation
2023-05-16 13:09:26 +02:00
- Properly size down window resolution when returning from server browser
2023-05-16 06:53:02 +02:00
2023-05-11 03:54:42 +02:00
## [3.2.10] 2023-05-11
### Fixed
- Return from lockfile function if first-time setup has not been run
- Sanitize inputs when using file picker
- Require both wmctrl and xdotool
2023-05-10 10:06:28 +02:00
## [3.2.9] 2023-05-10
### Changed
- Reword button to "Choose path manually" instead of "Retry"
2023-05-10 10:01:11 +02:00
2023-05-10 06:49:23 +02:00
## [3.2.7] 2023-05-10
### Changed
- Better sudo escalation within zenity dialogs if vm map count is too small
## [3.2.6] 2023-05-10
### Fixed
- Don't parse Flatpak symlinks when setting up default Steam path
2023-05-06 21:39:16 +02:00
## [3.2.5] 2023-05-07
### Fixed
- Require sudo when checking vm map count
2023-03-01 09:37:29 +01:00
## [3.2.4] 2023-03-01
### Fixed
- BM API returning stale query port and preventing fetching modlist
2023-02-17 05:27:41 +01:00
## [3.2.3] 2023-02-17
### Fixed
- sysctl map count value not being loaded immediately after setting
- Application terminating when user declines to update map count value
- Erroneous stderror output when flatpak is not installed
2023-02-17 05:36:01 +01:00
## [3.2.0] 2023-01-19
### Added
- Support Flatpak version of Steam
## [3.1.8] 2023-01-18
### Fixed
- Progress window blocking rest of window stack
- Bug when updating old mods if automod set to ON
2022-09-24 17:42:13 +02:00
2023-01-07 02:13:47 +01:00
## [3.1.7] 2023-01-06
### Fixed
- Hotfix for xdotool repeating input
## [3.1.6] 2023-01-01
### Changed
- Tick low pop servers by default
2023-01-02 02:15:36 +01:00
## [3.1.5] 2023-01-01
### Fixed
- Validate BM key on initial setup
- Fix history menu not parsing query ports correctly
### Changed
- More permissive Steam client discovery for tiling WMs
## [3.1.4] 2022-12-10
2022-12-11 05:10:18 +01:00
### Fixed
- Issue #43: Hotfix for workspace-driven WMs
2023-01-02 02:15:36 +01:00
## [3.1.3] 2022-12-06
2022-12-06 12:48:10 +01:00
### Fixed
- Explicitly require Python 3
2022-12-03 13:40:49 +01:00
## [3.1.1-2] 2022-12-03
### Fixed
- Fix lockfile path
2022-12-03 13:15:08 +01:00
## [3.1.0] 2022-12-03
### Added
- Recent connect history
- Simple, OS-agnostic automod installation
- Track local mod versions
- Force update local mods option
- Added python to dependencies
- File-picker driven path discovery on initial setup
### Dropped
- Headless mod installation
- Drop server ID field requirement on initial setup
### Changed
- Clean up main menu options
- Enforce Steam API key on initial setup
- More accurate path discovery on initial setup
- Add thousands separator to player counts in server browser
### Fixed
- Initial setup dialog causing early crash
- Improved error handling on initial setup to avoid malformed config files
- Delete server menu not clearing when returning to main menu
- Handle whitelist deletion when only one entry present
- Include path to drives under /run in path discovery
- Use Steam-safe local zenity version
## [3.0.7] 2022-11-25
2022-11-26 00:16:09 +01:00
### Fixed
- Hotfix for server reporting multiple versions of same mod
2022-11-09 04:11:56 +01:00
## [3.0.6] 2022-11-09
### Changed
- More verbose logs
## [3.0.5] 2022-10-27
2022-10-27 06:43:03 +02:00
### Fixed
- Properly create .desktop file on desktop PCs
2022-10-16 14:14:19 +02:00
## [3.0.3-4] 2022-10-16
### Fixed
- Steam Deck path discovery on first-time setup
2022-10-15 12:54:03 +02:00
## [3.0.2] 2022-10-12
### Fixed
- Size of certain popups on Steam Deck
## [3.0.1] 2022-10-12
### Fixed
- Initial popup size on Steam Deck
2022-10-11 17:13:30 +02:00
## [3.0.0] 2022-10-12
### Added
- Foreground progress of manual mod subscriptions
- Automatic mod helper through steamcmd
- Forum link
- Enforce Steam API
### Dropped
- Stop retrieving extra metadata from BM
### Changed
- Reorder main menu
- More verbose error messages
- Better abstraction of URLs
### Fixed
- Width and text of some popups on Steam Deck
2022-10-11 16:57:21 +02:00
## [2.7.2] 2022-10-07
2022-10-07 06:40:50 +02:00
### Fixed
2022-10-11 16:57:21 +02:00
- Fix internal URL
2022-10-07 06:40:50 +02:00
2022-10-06 00:50:45 +02:00
## [2.7.1] 2022-10-05
### Fixed
2022-10-06 00:51:26 +02:00
- Game launch not kicking off after symlink creation
2022-10-06 00:50:45 +02:00
2022-10-04 08:54:42 +02:00
## [2.7.0] 2022-10-04
### Added
- Server browser and geolocation algorithm
- More verbose error codes
- Additional progress bar setup and destruction throughout the application
- Additional API response validation
### Fixed
- Encapsulate title strings to prevent leaky arguments in title bars
- Remove erroneous slow boot process if first-time setup was already complete
- Delete server list not emptying when returning to main menu
### Changed
- Group main menu entries in advance of future functionality
- Better abstraction of paths
- Clarification of certain options and errors
2022-10-03 00:15:08 +02:00
## [2.6.3] 2022-10-02
### Fixed
- Hotfix for connect-to-fav not getting modlist
2022-10-02 11:29:10 +02:00
## [2.6.2] 2022-10-02
### Fixed
- Hotfix for BM API returning malformed publishedfileids
2022-09-25 21:39:56 +02:00
## [2.6.1] 2022-09-25
### Fixed
- Freedesktop shortcut errors
2022-09-06 04:40:38 +02:00
## [2.6.0] 2022-09-05
### Added
- Connect by IP method
2022-08-17 04:26:31 +02:00
## [2.5.1] 2022-08-17
### Fixed
- Hotfix for malformed paths during first-time setup
2022-08-16 12:29:19 +02:00
## [2.5.0] 2022-08-16
### Added
- Lockfile: prevent concurrent instances of DZGUI from being opened
### Changed
- Faster path discovery on first-time setup
### Fixed
- Symlink collision on servers with many mods
- API response pagination for large server lists
2022-08-07 07:31:28 +02:00
2022-08-10 01:51:28 +02:00
## [2.4.1] 2022-08-09
### Fixed
- Hotfix for progress bar breaking table when >9 servers in list
2022-08-07 07:31:28 +02:00
## [2.4.0] 2022-08-07
### Added
- Delete server command added to main menu
- Write log to file for bug reports
- Prompt to permanently increase map count size
- Dependency check for Steam
- Cover artwork
- News backend for OTA updates
- Clean up stale symlinks when checking mods
### Fixed
- Minify long mod launch params for servers with launch params breaking the upper limit
- Port DZTUI method of handling legacy symlinks
- Prevent user from entering invalid data on first-time setup
- Prompt to re-run first-time setup if config is malformed
- Better handling of field output from table
- Better Steam Deck detection and handling
- Prevent garbage in error messages
- Miscellaneous backend improvements
### Changed
- Enforce download when switching branches
2022-08-04 13:59:31 +02:00
2022-08-04 20:28:23 +02:00
## [2.3.2] 2022-08-04
### Fixed
Set branch flag to 'stable' if no config file present
2022-08-04 13:59:31 +02:00
## [2.3.1] 2022-08-04
### Fixed
- Improved error handling of first-time setup fields
- Interpolate config file values for debug, branch when writing file
### Changed
- Prompt user to restart first-time setup if broken config is found
2022-10-11 16:42:46 +02:00
>>>>>>> c293fcd8c5136b6578f519b2f400d45bc01335cc
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