Skip to content

Commit

Permalink
Merge branch 'release/4.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
aussig committed Sep 26, 2024
2 parents a0b8ac4 + 28262ee commit e92416c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
# Change Log

## v4.1.0-b1 - 2024-09-25

### New Features:

* Added Russian translation.

### Bug Fixes:

* A change in the latest release of EDMC (5.12.0) stopped the settings panel from loading


## v4.1.0-a1 - 2024-09-07
## v4.1.0 - 2024-09-26

### New Features:

* Added ability to set the position of all in-game overlay panels. If you are finding you don't like where BGS-Tally positions the in-game information, or they overlap with other plugins, you can now override the default positions. If you would like to do this, take a look at the instructions in the `config\userconfig.template.ini` file.
* Added options to only post your carrier materials, only your carrier commodities or both (defaults to both).
* Added Russian translation.

### Changes:

Expand All @@ -30,6 +20,7 @@
### Bug Fixes:

* In-game overlay would stop working when certain activities were completed (murders, ground murders, scenarios or mission fails)
* A change in the latest release of EDMC (5.12.0) stopped the settings panel from loading


## v4.0.1 - 2024-06-11
Expand Down
2 changes: 1 addition & 1 deletion L10n/de.strings
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
"Posted at: {date_time} | {plugin_name} v{version}" = "Geschrieben am: {date_time} | {plugin_name} v{version}";

/* Button label. [ui.py] */
"Previous BGS Tallies" = "Vorherige BGS-Tallies";
"Previous BGS Tallies" = "Vorherige BGS Tallies";

/* Activity window column title, abbreviation for primary. [activity.py] */
"Pri" = "Pri";
Expand Down
2 changes: 1 addition & 1 deletion load.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from bgstally.debug import Debug

PLUGIN_NAME = "BGS-Tally"
PLUGIN_VERSION = semantic_version.Version.coerce("4.1.0-b1")
PLUGIN_VERSION = semantic_version.Version.coerce("4.1.0")

# Initialise the main plugin class
bgstally.globals.this = this = BGSTally(PLUGIN_NAME, PLUGIN_VERSION)
Expand Down

0 comments on commit e92416c

Please sign in to comment.