2021-03-25 09:09:43 -04:00
# Changelog
2021-08-09 00:16:37 -04:00
(This document uses YYYY-MM-DD)
2021-03-25 09:09:43 -04:00
2022-03-25 19:37:01 -04:00
## [v2.2.1] - 2022-03-26
### Fixed
- Crash when datadir is missing :"3
2022-03-23 22:56:08 -04:00
## [v2.2] - 2022-03-24
2022-03-23 21:04:55 -04:00
### Added
- Ban/kick reasons to message box popup.
- Occasional profile/pesterchum.js backups are now saved to /backup/, since they have a tendency to blank very rarely for some people.
### Fixed
- Crash when opening logviewer from memo or convo.
- Smiley-related file descriptor/handle leak, this would crash when you had too many tabs open.
2022-03-23 22:56:08 -04:00
- macOS has a comparatively low ulimit, so this limit could be reached very easily. (~>10 tabs)
- Added fallback for if the server passes an unsupported amount of parameters for a command, should no longer cause a crash.
- Added fallbacks for invalid profiles & json loading problems, should cause a crash less often and display a descriptive message.
2022-03-23 21:04:55 -04:00
- Invalid profiles are now pruned from list when switching profiles. (would cause a crash previously)
2022-03-23 22:56:08 -04:00
- RPL_CHANNELMODEIS function missing the mode_params parameter. (Pesterchum doesn't actually do anything with it, but previously it'd cause a crash when the server tried to pass it.)
2022-03-23 21:04:55 -04:00
### Changed
2022-03-23 22:56:08 -04:00
- Animated emotes should work on macOS now if they didn't before.
- On macOS, file descriptors for logs are now closed after write to prevent reaching the ulimit, this is probably bad for performance.
2022-03-23 21:04:55 -04:00
- Some imports are reorganized.
- Now using select module for sockets, should hopefully make random connection errors/broken pipes a bit less common.
- Failed socket write operations are now tried 5 times before connection is reset.
### Deprecated
- Replaced imp module with importlib.util, imp has been deprecated since Python 3.4
- Removed some Python 2 related checks. (py2 is not supported)
- Disabled checking for "pynotify" module, implementation was broken.
- Disabled "luaquirks" module, implementation was broken, this might be worth fixing, though I'm not aware of anyone that's ever used it.
2021-12-01 12:30:57 -05:00
## [v2.1.3.3] - 2021-12-1
### Fixed
- Attempt at fixing up logging.
2021-12-01 10:03:45 -05:00
## [v2.1.3.2] - 2021-12-1
2021-09-18 06:39:38 -04:00
### Fixed
- Crash for certain invalid values of PESTERCHUM:TIME>
2021-12-01 10:03:45 -05:00
- Fixed invalid group name causing a crash
- "Fixed" toast related mac crash?
- Re-enabled include_msvcr for setup.py (Should hopefully actually work now)
2021-09-18 06:39:38 -04:00
2021-08-24 09:49:50 -04:00
## [v2.1.3.1] - 2021-8-24
### Added
- Memo messages for the following channel modes: zMQNRODGPCrR (see https://www.unrealircd.org/docs/Channel_Modes for info)
- (Memo messages for registration is pretty much the only useful one out of these.)
- More comprehensive logging for DEBUG (Might be a bit obtuse so I'll probably make it more consistent later).
### Fixed
- Rewrote channel mode function to fix crash when user and channel modes were set in a single command, this also fixes:
- Crash when being the only person in a non-persistent memo you own while having autoop enabled (with nickServ).
2021-08-09 00:16:37 -04:00
## [v2.1.3] - 2021-8-09
2021-05-03 11:22:23 -04:00
### Added
- pyinstaller.py script to make building with pyinstaller more convenient.
2021-05-04 14:34:10 -04:00
- Themes by cubicSimulation.
2021-08-09 00:16:37 -04:00
- Link to server rules under help.
2021-05-03 11:22:23 -04:00
2021-07-26 07:59:25 -04:00
### Fixed
- Crash when opening invite-only memo. (My bad-)
2021-07-27 08:22:50 -04:00
- Random encounters occasionally not being disabled when switched off. (RE bot is now updated after connect and on profile switch.)
2021-08-24 09:55:57 -04:00
- A few memo/convo related syntax errors in a few themes.
2021-08-09 00:16:37 -04:00
- nothing.png being missing in some themes.
2021-08-24 09:55:57 -04:00
- 64-bit crt for PyInstaller.
- Manual chumroll sorting not working.
2021-07-26 07:59:25 -04:00
2021-05-03 11:22:23 -04:00
### Changed
- Honk emote now only triggers when typing ':honk:' instead of on every 'honk'.
2021-08-24 09:49:50 -04:00
- Logging is now configured in logging.conf and logs are also writen to pesterchum.log by default.
2021-08-24 09:55:57 -04:00
- Warnings/Errors are now logged to pesterchum.log as well as console.
2021-05-03 11:22:23 -04:00
2021-04-16 09:37:38 -04:00
## [v2.1.2] - 2021-4-16
### Added
- Added HOSTSERV and BOTSERV to BOTNAMES.
### Fixed
- Colors in direct messages sometimes not working.
- Handles sometimes not showing up in chumroll or trollslum.
### Removed
- Separate handling for canon handles on chumroll because it was buggy and unneeded.
### Changed
- setup.py build description to just "Pesterchum"
2021-04-16 10:09:39 -04:00
- Made file capitalization consistent for a few files. (.PNG --> .png), because some file systems are queasy on that, and it wasn't working on Debian. (See https://superuser.com/questions/881804/case-sensitive-file-extensions-in-windows-and-linux)
2021-04-16 09:37:38 -04:00
2021-04-12 08:50:20 -04:00
## [v2.1.1] - 2021-4-12
2021-04-16 09:37:38 -04:00
### Fixed
2021-04-12 08:50:20 -04:00
- Fixed theme not getting applied correctly to memo.
- Fixed sRGB profile in steamchum.
2021-04-16 09:37:38 -04:00
### Changed
2021-04-12 09:18:05 -04:00
- convo/tabwindow on trollian 2.5 seems to be used for the general background color, so, I changed it to a value. I'm not use if this was intentional.
2021-04-12 08:50:20 -04:00
2021-04-11 08:57:02 -04:00
## [v2.1.0] - 2021-4-11
2021-04-04 00:03:50 -04:00
2021-04-10 18:16:53 -04:00
### Added
- Server prompt + interface for adding & removing servers.
2021-04-11 08:57:02 -04:00
- Consistently capitalized text for all themes, for example, "REPORT BUG" to "Report Bug" for Trollian.
2021-04-10 18:16:53 -04:00
- Added theme support for "Beep on Message", "Flash on Message", "Mute Notifications".
2021-04-10 20:20:32 -04:00
- "Usage:" for pesterchum.py when running from the command line.
- Made logging level configurable via command line arguments.
2021-04-11 08:57:02 -04:00
- Added -h/--help.
2021-04-10 18:16:53 -04:00
2021-04-08 19:14:54 -04:00
### Fixed
- Fixed current mood icon not showing up.
- Fixed "CHUMHANDLE:" not fitting on some themes.
2021-04-10 18:16:53 -04:00
- Fixed "CONSOLE" & "REPORT BUG" menu options not being updated on theme change.
- Incorrect hex for color in MSChum theme.
- Fixed \_datadir not being used for certain json files.
2021-04-11 08:57:02 -04:00
- Fixed "Specified color without alpha value but alpha given: 'rgb 0,0,0,0'" in johntierchum.
- Fixed "RGB parameters out of range" in MSChum.
2021-04-10 18:16:53 -04:00
- Fixed nothing.png not being present in battlefield theme.
- Fixed "Report" string not being updated in convo window when changing theme.
- Fixed pesterChumAction's text not being updated in memo windows when changing theme.
- Fixed incorrect sRGB profile in paperchum.
2021-04-11 08:57:02 -04:00
- Fixed sound slider in settings not working with pygame.
2021-04-11 10:11:59 -04:00
- Fixed MOOD & CHUMHANDLE not adjusting to style-sheet.
2021-04-06 13:06:51 -04:00
2021-04-04 00:03:50 -04:00
### Changed
- Made it so handle and ident are passed to ``_max_msg_len``, so, hopefully the text cutoff will be *slightly* less restrictive.
### Deprecated
- Removed splitMessage function.
2021-04-02 11:19:18 -04:00
## [v2.0.2] - 2021-4-2
2021-04-04 00:03:50 -04:00
### Fixed
2021-04-02 11:19:18 -04:00
- "Fixed" crash when closing certain windows on certain platforms.
2021-04-01 16:15:38 -04:00
## [v2.0.1] - 2021-4-1
2021-04-04 00:03:50 -04:00
### Fixed
- Added a fallback for non-unicode characters, and for when decoding fails completely, so hopefully they won't cause a crash anymore.
2021-04-01 16:15:38 -04:00
2021-03-25 09:09:43 -04:00
## [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 :)
2021-03-25 09:09:43 -04:00
- Added pesterchum.spec for use with pyinstaller.
- Wrapped socket in SSL context and changed the port appropriately, hostname verification is turned off.
2021-03-25 18:08:08 -04:00
- Pesterchum now sends a ``QUIT :reason`` to the server when shutting down instead of just quitting instantly.
2021-03-25 09:09:43 -04:00
### Changed
- Transitioned to Python 3.
- Transitioned to PyQt5.
- Changed character encoding in some placed from ascii to UTF-8 (Emojis should work now)
2021-03-26 10:24:19 -04:00
- Rewrote setup.py file & added bdist_msi
2021-03-25 09:09:43 -04:00
### 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.
2021-03-25 18:08:08 -04:00
- Fixed Pesterchum icon getting stuck on the system tray even after shutdown on windows.
2021-03-26 10:24:19 -04:00
- Fixed floating "PESTERLOGS:" in pesterchum & pesterchum2.5 themes.
2021-03-25 09:09:43 -04:00
### 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)
2021-03-25 09:09:43 -04:00
## [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.