Skip to content

Releases: denji/LimeChat

2.43b2 (2016.09.24)

24 Sep 04:45
Compare
Choose a tag to compare
2.43b2 (2016.09.24) Pre-release
Pre-release
  • Set ignore message text regex to properly use message text instead of nick text
  • Implemented system sounds lookup, fixes psychs#156, supersedes psychs#180
  • Fix "Could not get URL from GIST" error (issue psychs#141)
    Github has adjusted their API considerably since the last time this was fixed.
    A summary of the needed changes is:
    • The gists endpoint has moved to api.github.com/gitsts
    • The endpoint now accepts JSON data
    • The resulting URL is embedded in JSON we need to parse
  • Remove extraneous NSLog()
  • Issue psychs#284: Restoring messages
  • Adding settings
    Now the number of messages, that should be saved can be changed in the preferences under the tab ‚log‘ with a nice stepper. (min: 0, max: 30)
  • Proposal for Issue psychs#284
  • Select channel with "/join #channel"
  • Add show effects preference #1

2.43b1 (2016.09.24)

24 Sep 01:17
Compare
Choose a tag to compare
2.43b1 (2016.09.24) Pre-release
Pre-release
  • Based Xcode 8 (10.12 SDK)
  • Support macOS 10.8 — 10.12.
  • Sparkle 1.15.0b2
  • "Mark As Read" also resets keyword highlights (thanks @caius)
  • support smb:// (thanks @koyachi)
  • Add "Highlight keywords in notice messages" preference
  • Correct build error in Xcode 6.1 (thanks @thomdixon)
  • Added ability to hide inline images that contain text specifying NSFW.
  • Fixed a bug that FileLogger may builds wrong year-part of filename during year-end and new year season.
  • Increase INLINE_IMAGE_MAX_SIZE to 5 MB
  • Adds close button for image
  • Add an option to disable mode-change messages