pesterchum/CHANGELOG.md

37 lines
1.3 KiB
Markdown
Raw Normal View History

# Changelog
(This document uses YYYY-MM-DD as per ISO 8601)
## [v2.0] - 2021-3-25
### Added
2021-03-25 14:09:01 -04:00
- Added styleing/markup to "PESTER" and "ADD GROUP" menu options and some other previously unstyled elements :)
- Added pesterchum.spec for use with pyinstaller.
- Wrapped socket in SSL context and changed the port appropriately, hostname verification is turned off.
### Changed
- Transitioned to Python 3.
- Transitioned to PyQt5.
- Changed character encoding in some placed from ascii to UTF-8 (Emojis should work now)
- Rewrote setup.py file
### Fixed
- Fixed sRGB profile issue with certain images.
2021-03-25 14:09:01 -04:00
- Fixed issue where Pesterchum crashed if a quirk was malformed.
### Deprecated
- Removed update system (it seemed to be non-functional).
- Removed MSPA update checking (non-functional since Homestuck ended).
2021-03-25 16:01:28 -04:00
- Removed feedparser.py (feedparser) and magic.py (python-magic) from libs and changed them to be normal imports. (Because we're not running Python 2 anymore)
## [pre-v1.20] - 2021-2-25
### Added
- Made the server configurable with server.json
### Fixed
- Fixed issue where Pesterchum would crash when unable to find the default profile.
- Fixed rare issue where auto-identifying to nickserv would cause Pesterchum to crash.
### Deprecated
- Removed dead links to Pesterchum QDB from menus.
2021-03-25 14:09:01 -04:00
- Removed no longer functional bugreport system.