Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
soundmud committed Aug 15, 2020
1 parent bd32fa9 commit b197bf3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions doc_src/src/en/relnotes.rst
Expand Up @@ -3,6 +3,27 @@ Release notes

.. contents::

1.3.5
-----

For multiplayer games, this version requires:

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

Changes from 1.3.4:

- bug fixed: couldn't save a game with terrain
- fixed: the hit sound wasn't emitted if it killed the target
- fixed: the game would freeze if there wasn't enough space in a square to create a unit

Internationalization:

- converted all the tts.txt files to UTF-8 with BOM signature. The encoding is still explicitly defined in the first line as UTF-8. The BOM signature might help some text editors to select UTF-8 automatically.
- will always use UTF-8 (or ASCII) for text files other than tts.txt (rules.txt, style.txt, etc)
- updated Spanish translation (thanks to Oscar Corona)


1.3.4
-----

Expand Down
2 changes: 1 addition & 1 deletion soundrts/version.py
Expand Up @@ -2,7 +2,7 @@

from . import config, res

VERSION = "1.3.4"
VERSION = "1.3.5"
IS_DEV_VERSION = config.debug_mode
CLIENT_COMPATIBILITY = "8"
SERVER_COMPATIBILITY = "0"
Expand Down

0 comments on commit b197bf3

Please sign in to comment.