Skip to content

Releases: RicinApp/Ricin

0.2.9

14 Nov 16:17
Compare
Choose a tag to compare

v0.2.9: The Tox Theme !

The Tox Theme demonstrated in a stupid conversation with EchoBot

Of course, Dark and White themes are still available in Settings → Interface → Theme 😊

0.2.8

03 Nov 14:31
Compare
Choose a tag to compare

ChatView enhancements & bug fixes.

  • Downloaded images now display in the ChatView, avoid to have to open the file externally.
  • Keyboard shortcut to quote message(s) changed from Ctrl+Shift+Q to Shift+Q.
  • New "is typing" appearance, removes the issue with scroll.
  • Many UI style fixes.

0.2.7

31 Oct 02:31
Compare
Choose a tag to compare

This release improve a whole the user experience when using Ricin with CSS overrides disabled, running only the OS native theme. It should help people to enjoy Ricin a lot more ;)

0.2.6

25 Oct 10:36
Compare
Choose a tag to compare

0.2.5 was release under the bad branch, please update to 0.2.6 ^^

This release introduce some new settings, correct bugs and add new swag compact mode in ChatView. It also improve notifications and taskbar blinking experience.

0.2.4

24 Sep 09:42
Compare
Choose a tag to compare

This will be the latest release from master as I'm rewriting Ricin from scratch in the rewrite-clean branch.
This release is only intended to deliver the latest fix I did.

0.2.3

06 Jul 15:33
Compare
Choose a tag to compare

feat(emojione): add support for EmojiOne font if installed on the system

  • Replace the .replace(tag, emoji) hell with something "more" elegant.
  • Add supports for EmojiOne font if installed on the computer.
  • Make emojis Yellowish!

EmojiOne font can be found here

0.2.2

06 Jul 12:33
Compare
Choose a tag to compare

feat(chatview-ux): multiple UX improvements (#138)

  • Notifications when a contact goes online and offline.
  • Keyboard shortcut to select a messages selection:
    • Ctrl+C: Copy the messages selected into Clipboard.
    • Ctrl+Shift+Q: Quote the selection.
  • Keyboard shortcut for insering a new line:
    • Shift+Return: Insert a newline at the cursor position.
  • Some bug fixes.

0.2.1

02 Jul 20:27
Compare
Choose a tag to compare

v0.2.1 (2016-07-02)

Full Changelog

This release is a simple language patch to add missing strings from several languages.

Updated languages:

  • en_US
  • fr_FR
  • de
  • ru_RU
  • pl

0.2.0

02 Jul 19:14
Compare
Choose a tag to compare

v0.2.0 (2016-07-02)

Full Changelog

Implemented enhancements:

  • Add profiles encryption/decryption #63

Fixed bugs:

  • Add friend button doesn't work, and button disappears. #131
  • AppImage doesn't work on elementary OS 0.3.2 (based on Ubuntu 14.04) #127

Closed issues:

  • Compiling needs 'intltool' as a dependency #134
  • Wrapper should handle avatar caching #28

Merged pull requests:

  • chore(appimage): also bundle libglib-2.0.so.0 and friends #128 (probonopd)
  • chore(appimage): auto-build appimage with travis builds #126 (SkyzohKey)
  • refactor(chatview): Add ability to select and copy/quote multiple messages #137 (SkyzohKey)

0.1.1

22 May 13:13
Compare
Choose a tag to compare

Important bug fixes

  • fix(encrypted profiles): profiles never more got decrypted at exit
  • fix(settings): create file if not exists. Closes #123