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

55 lines
1.5 KiB
Markdown
Raw Normal View History

2022-06-04 22:31:01 +02:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
- Clean up logging
2022-06-12 08:23:22 +02:00
- Detect Steam Deck dynamically
2022-06-08 17:43:22 +02:00
- Toggle debug mode in-app
2022-06-12 08:23:22 +02:00
- Add fav server in-app
2022-06-08 17:43:22 +02:00
- Attempt to find DayZ path and write to config on first boot
- Check if mod dir is sane before allowing List Mods option
2022-06-12 08:23:22 +02:00
- One-shot mode to open mod links in browser
- Source and recreate local config file values in the event of non-backwards compatible changes
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