1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-11 23:03:00 +02:00

Rename history

This commit is contained in:
aclist 2022-11-24 02:15:11 +09:00
parent 3fdb6c4d7f
commit b4aa8fbb6d
2 changed files with 6 additions and 2 deletions

View file

@ -5,6 +5,10 @@
- Custom query API - Custom query API
- Standardize dialogs - Standardize dialogs
## [3.1.0-rc.14] 2022-11-24
### Changed
- Rename "History" to "Recent"
## [3.1.0-rc.13] 2022-11-24 ## [3.1.0-rc.13] 2022-11-24
### Fixed ### Fixed
- Prevent downloading mods if Steam is not running - Prevent downloading mods if Steam is not running

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -o pipefail set -o pipefail
version=3.1.0-rc.13 version=3.1.0-rc.14
aid=221100 aid=221100
game="dayz" game="dayz"
@ -99,7 +99,7 @@ items=(
" My servers" " My servers"
" Quick connect to favorite server" " Quick connect to favorite server"
" Connect by IP" " Connect by IP"
" History (last 10 connected)" " Recent servers (last 10)"
"[Manage servers]" "[Manage servers]"
" Add server by ID" " Add server by ID"
" Add favorite server" " Add favorite server"