Minerva 1.2 Final
- Fixed an exception error opening a dcc chat
- Seem to have fixed a problem with Minerva falling asleep when in the background. Can't reproduce it anymore at least.
Minerva 1.2b2
- Fixed an exception error when joining channels
- Fixed a bug with double-clicking a channel in the channels list
- Some slight changes to the way popups fade out, let me know if there's any problems
- A couple other things that I can't remember :P
Minerva 1.2b1
- Window menu now lists hidden server windows.
- Leave Channel menu shortcut changed to Option-P so as to not confuse people expecting a Print command.
- Fixed a crash when control-clicking the buddy list while not connected to any networks
- Preferences button on the task bar is now a menu that includes shortcuts to alias and contextual menu settings
- Help Topics window now works. The HelpTopics.xml file is now created in the Application Support folder. On a side note, I could really use somebody who can add to this file. There's a reg code waiting for anyone who's willing to take the job on and make something useful.
- Fixed a bug where server window would go blank after opening a channel in a separate window
- Fixed a graphical glitch where a hidden scrollbar would flash in the window from time to time.
- Added new command to hide the server window: /hideserverwindow Only works if there are no channels docked to the window
Minerva 1.2a4
- Connection menu now has a new command, Hide Server Window. If at least one channel is un-docked then this will be available to hide the main connection window from view.
- Fixed a glitch in message formatting that caused chat text containing &nick or other properties to be replaced
- Fixed a glitch in message formatting that caused nicknames and signoff messages containing a closing bracket to display wrong.
- Message format strings can now have multiple instances of ${}$ and ~{}~ (Why you would want to is beyond me, but the point is that you can).
- The ~{}~ message formatting attribute now does what it's supposed to
- Updated various lists such as userlist and buddylist to use the selection color in General System Preferences for the currently selected row.
- Fixed a glitch with the taskbar hiding at the wrong times, or hiding improperly. Introduced in a2
- Fixed a crashing bug when disconnecting from a server while in channels. Introduced in a2
Minerva 1.2a2
- New Tabs interface on connection windows. This new look saves some space, and makes it more clear what channel is selected. Closing and undocking channels is now done by clicking on the arrow on the tab and selecting from the menu.
- Added new menu items to Channel menu... Leave current channel, and Dock/Undock current channel
- Minerva now waits for the server to reply to the QUIT command before closing the connection. This fixes the "EOF From Client" signoff message that occurs on some servers.
- Buddylist status updates work again
- Fixed a null object error when a voice mode change occurred
- Fixed a glitch in login that sent out an incorrect mode change, resulting in a bunch of Unknown Mode errors.
- New exception window. Now when an unhandled exception occurs, Minerva will create a log of what was happening when the exception occurred. This should make so called "spontaneous errors" (re, errors from server activity) easier to debug.
Minerva 1.2a1
- Minerva now tracks when users last spoke in a channel or private message. Use the command /lastspoke to get this information.
- Auto-Complete system can now sort nicknames according to how long ago they last spoke, see the preferences window to turn this on.
- Added entries to Whois output and user Get Info window for last spoke information
- Complete rewrite of the sound library:
- All sound events are now buffered so that when the event occurs multiple times (such as a channel ping return, or a net-split), the sound will only play once.
- Minerva's default sounds are now stored internally, removing the need for the "soundset" file
- Soundsets are now OSX bundles. You can find example soundsets and instructions on how to make soundsets on chipersoft.com
- Old AthenaIRC / Hotline soundsets are no longer supported.
- You can now have multiple soundset files loaded at once, choosing which set to use for which events
- Soundsets are now stored in a SoundSets folder in the user's Application Support folder:
Home -> Library -> Application Support -> Minerva IRC -> Soundsets
- Minerva now displays a global floating popup window when chat is highlighted for attention and Minerva is in the background. This can be turned off on the Highlight settings tab.
- Fixed several problems that would inhibit message highlighting
- Fixed a bug where whois results would not come back if the nick sent did not match the case of the actual nickname (ie, requesting "chiper" when actual nickname is "Chiper")
- Minerva now buffers some low priority data requests such as userhost information and buddy list info gathering. This increases response time for user initiated commands.