v2.5
This commit is contained in:
parent
15bd1d5681
commit
c0760bd519
2 changed files with 7 additions and 3 deletions
|
@ -1,12 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
(This document uses YYYY-MM-DD)
|
(This document uses YYYY-MM-DD)
|
||||||
|
|
||||||
## [v2.4.4] - 2022-10-03
|
## [v2.5] - 2022-10-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Desync check, verify connection is alive when system time changes by multiple minutes.
|
- Desync check, verify connection is alive when system time changes by multiple minutes.
|
||||||
|
- Support using [certifi](https://pypi.org/project/certifi/) for root certificates when available (https://github.com/Dpeta/pesterchum-alt-servers/issues/96 mitigation)
|
||||||
|
- Command-line options to skip prompts when building with pyinstaller.py
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Reformatted code with black (https://github.com/Dpeta/pesterchum-alt-servers/pull/97)
|
||||||
- Made outgoing irc.py functions do an extra check if connection/cli exists.
|
- Made outgoing irc.py functions do an extra check if connection/cli exists.
|
||||||
- Slightly less spammy logging.
|
- Slightly less spammy logging.
|
||||||
- Qt6.4 introduced a platform-independent FFmpeg backend for QtMultimedia, which is a useful alternative so GStreamer on Linux. As such, the audio backend/module preference and import attempt order is now:
|
- Qt6.4 introduced a platform-independent FFmpeg backend for QtMultimedia, which is a useful alternative so GStreamer on Linux. As such, the audio backend/module preference and import attempt order is now:
|
||||||
|
@ -15,6 +18,7 @@
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- The string for the distraughtfirman smilie being ":distraughtfirman" instead of ":distraughtfirman:".
|
- The string for the distraughtfirman smilie being ":distraughtfirman" instead of ":distraughtfirman:".
|
||||||
|
- Incorrect binary arguments and UPX exclude options in build files.
|
||||||
|
|
||||||
## [v2.4.3] - 2022-09-06
|
## [v2.4.3] - 2022-09-06
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
_pcVersion = "Alt. v2.4.4"
|
_pcVersion = "Alt. v2.5"
|
||||||
buildVersion = "v2.4.4"
|
buildVersion = "v2.5"
|
||||||
|
|
Loading…
Reference in a new issue