Skip to content

Commit

Permalink
Merge branch 'release/3.5.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aussig committed Feb 27, 2024
2 parents 39b8b3a + 4356cb1 commit 1c0adca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
34 changes: 2 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,6 @@
# Change Log

## v3.5.0-b4 - 2024-02-25

### Changes:

* No longer trigger automatic Discord embeds for all hyperlinks in the multi-CMDR report.

### Bug Fixes:

* The new simple trade total was giving incorrect combined profit.


## v3.5.0-b3 - 2024-02-24

### Bug Fixes:

* Handle system names with spaces in multi-CMDR discord report.


## v3.5.0-b2 - 2024-02-24

### Changes:

* Activity windows now only remember positions, not sizes. Size should be automatic based on content, and if it's not then can get truncated content.


## v3.5.0-b1 - 2024-02-21

[No Changes from a1]


## v3.5.0-a1 - 2024-02-17
## v3.5.0 - 2024-02-27

### New Features:

Expand All @@ -41,7 +11,7 @@

### Changes:

* Activity windows (latest Tally / previous Tally) will now remember their positions and sizes within a game session.
* Activity windows (latest Tally / previous Tally) will now remember their positions within a game session. Height and width is still automatic to avoid truncated content if it's larger than the last time you opened the window.
* Re-opening an already open activity window (latest Tally / previous Tally) will no longer open two copies of the same window. Instead, the old one will be closed and a new fresh window with latest data opened at the same position and size on screen.


Expand Down
2 changes: 1 addition & 1 deletion load.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from bgstally.debug import Debug

PLUGIN_NAME = "BGS-Tally"
PLUGIN_VERSION = semantic_version.Version.coerce("3.5.0-b4")
PLUGIN_VERSION = semantic_version.Version.coerce("3.5.0")

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

0 comments on commit 1c0adca

Please sign in to comment.