Skip to content

Commit

Permalink
v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpeta committed Oct 8, 2022
1 parent 15bd1d5 commit c0760bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Changelog
(This document uses YYYY-MM-DD)

## [v2.4.4] - 2022-10-03
## [v2.5] - 2022-10-08

### Added
- 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
- 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.
- 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:
Expand All @@ -15,6 +18,7 @@

### Fixed
- 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

Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
_pcVersion = "Alt. v2.4.4"
buildVersion = "v2.4.4"
_pcVersion = "Alt. v2.5"
buildVersion = "v2.5"

0 comments on commit c0760bd

Please sign in to comment.