Skip to content

Commit b7758a6

Browse files
committed
[RELEASE] 6.1.2
1 parent 713fd6e commit b7758a6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
22
---
33
* We currently test against, and package with, Python 3.13, 64-bit.
44
---
5-
Pre-Release 6.1.2-beta1
5+
Release 6.1.2
66
===
77
This release includes refinements on the patches for 6.1.1, and a series of new tests for development.
88

99
**Changes and Enhancements**
1010
* Added a series of new PyTest tests for development checking.
11+
* Added documentation on all the available trace-on commands, as well as what their log output will look like.
12+
* Improved the check for Git branch existence to be more efficient.
1113
* Improves the config write system to ensure two simultaneous writes don't corrupt the config file.
14+
* Simplified the check for if the program is frozen or not to a single check.
1215

1316
**Bug Fixes**
1417
* Fixed a bug on Linux where the Plugin Browser would still display rows too thin.

config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# <https://semver.org/#semantic-versioning-specification-semver>
5757
# Major.Minor.Patch(-prerelease)(+buildmetadata)
5858
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
59-
_static_appversion = "6.1.2-beta1"
59+
_static_appversion = "6.1.2"
6060
_cached_version: semantic_version.Version | None = None
6161
copyright = "© 2015-2019 Jonathan Harris, 2020-2026 EDCD"
6262
IS_FROZEN = getattr(sys, 'frozen', False)

0 commit comments

Comments
 (0)