Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
- Add a proper changelog
- Fix cosmetic localization bug.
  • Loading branch information
dewiniaid committed Oct 9, 2018
1 parent 3f4f210 commit 50a8126
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Make minimum and maximum timewarp amounts configurable.

## Changelog

### 0.1.4 (2018-10-08)
* Added German translations, courtesy of mrbesen and SuperSandro2000
* Fix a cosmetic localization bug in mod settings.

### 0.1.3 (2017-12-13)
* Fix crash on new games or players joining multiplayer games.

Expand All @@ -33,5 +37,4 @@ Make minimum and maximum timewarp amounts configurable.
* Made the time indicator display configurable: It can now be always shown, always hidden, or only shown while warping.

### 0.1.1 (2017-12-11)

* Add a simple indicator in the upper-left when timewarp is active.
28 changes: 28 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---------------------------------------------------------------------------------------------------
Version: 0.1.4
Date: 08. 10. 2018
Changes:
- Added German translations, courtesy of mrbesen and SuperSandro2000
- Added a proper changelog, and backported old changelog entries.
Bugfixes:
- Fix a cosmetic localization bug in mod settings.

---------------------------------------------------------------------------------------------------
Version: 0.1.3
Date: 13. 12. 2017
Bugfixes:
- Fix crash on new games or players joining multiplayer games.

---------------------------------------------------------------------------------------------------
Version: 0.1.2
Date: 13. 12. 2017
Changes:
- Update for Factorio 0.16
- Made the time indicator display configurable: It can now be always shown, always hidden, or only shown while warping.

---------------------------------------------------------------------------------------------------
Version: 0.1.1
Date: 11. 12. 2017
Changes:
- Add a simple indicator in the upper-left when timewarp is active.

2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TimeControl",
"version": "0.1.3",
"version": "0.1.4",
"title": "Time Control",
"author": "Dewin",
"contact": "https://github.com/dewiniaid/TimeControl",
Expand Down
4 changes: 2 additions & 2 deletions locale/de/locale.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ TimeControl-display=Zeige Time Warp Status

[string-mod-setting]
TimeControl-display-never=niemals
TimeControl-TimeControl-display-always=immer
TimeControl-TimeControl-display-when-warping=wenn Time Warp aktiv ist
TimeControl-display-always=immer
TimeControl-display-when-warping=wenn Time Warp aktiv ist
4 changes: 2 additions & 2 deletions locale/en/locale.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ TimeControl-display=Show time warp status

[string-mod-setting]
TimeControl-display-never=never
TimeControl-TimeControl-display-always=always
TimeControl-TimeControl-display-when-warping=while time warp is active
TimeControl-display-always=always
TimeControl-display-when-warping=while time warp is active

0 comments on commit 50a8126

Please sign in to comment.