Skip to content

Commit

Permalink
Merge branch 'release/3.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
aussig committed Mar 23, 2024
2 parents ed5d40d + 0037fff commit cdbf144
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
26 changes: 4 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
# Change Log

## v3.6.0-xx - xxxx-xx-xx

No changes from 3.6.0-a3


## v3.6.0-a3 - 2024-03-16

### Bug Fixes:

* Wasn't omitting BGS activity from systems in TW state in 'modern' style Discord posts, only text posts. Now omitted in both.
* Not all thargoid activity was being omitted when a system was switched off.


## v3.6.0-a2 - 2024-03-12

### Bug Fixes:

* Bio pods were being tallied as both bio pods and escape pods.
* A lot of special characters used in TW reports were not displaying correctly in the in-game overlay.


## v3.6.0-a1 - 2024-03-10
## v3.6.0 - 2024-03-23

### New Features:

Expand All @@ -42,6 +21,9 @@ No changes from 3.6.0-a3

### Bug Fixes:

* Wasn't omitting BGS activity from systems in TW state in 'modern' style Discord posts, only text posts. Now omitted in both.
* Not all thargoid activity was being omitted when a system was switched off.
* A lot of special characters used in TW reports were not displaying correctly in the in-game overlay.
* Fixed a rare crash that would stop the in-game overlay working.
* Sometimes BGS-Tally wasn't realising you had left a megaship scenario.

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![BGS-Tally Logo](https://repository-images.githubusercontent.com/400106152/643acdcc-7be0-4f2b-8ea3-e407c7d27947)

# BGS-Tally (modified by Aussi)

[![CodeQL](https://github.com/aussig/BGS-Tally/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/aussig/BGS-Tally/actions/workflows/codeql-analysis.yml)
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.6.0-b1")
PLUGIN_VERSION = semantic_version.Version.coerce("3.6.0")

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

0 comments on commit cdbf144

Please sign in to comment.