1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 11:33:01 +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
- Standardize dialogs
## [3.1.0-rc.14] 2022-11-24
### Changed
- Rename "History" to "Recent"
## [3.1.0-rc.13] 2022-11-24
### Fixed
- Prevent downloading mods if Steam is not running

View file

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