Skip to content

Commit

Permalink
1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
soundmud committed Jan 19, 2024
1 parent 32d0db7 commit e89ce5c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions doc_src/src/en/relnotes.rst
Expand Up @@ -4,6 +4,31 @@ Release notes

.. contents::

1.3.8
-----

For multiplayer games, this version requires:

- client: 1.3.8 or later
- server: 1.2-c12 or later

Main changes from 1.3.7:

- added tts_digit_coefficient in cfg/parameters.toml

Bugs fixed:

- paths between ground and water will be kept if both squares are ground
- units will flee to the previous square more often
- properly handle replay files that are not timestamps (thanks to dnl-nash)
- send bug reports only if the client is an executable

Translations:

- added Belarusian translation (thanks to Uladzimir)
- updated Slovak translation (thanks to Marco Oros)


1.3.7
-----

Expand Down
4 changes: 2 additions & 2 deletions soundrts/version.py
Expand Up @@ -3,9 +3,9 @@
from . import config
from .lib.resource import res

VERSION = "1.3.7"
VERSION = "1.3.8"
IS_DEV_VERSION = config.debug_mode
CLIENT_COMPATIBILITY = "14"
CLIENT_COMPATIBILITY = "15"
SERVER_COMPATIBILITY = "0"


Expand Down

0 comments on commit e89ce5c

Please sign in to comment.