Releases: RicinApp/Ricin
Releases · RicinApp/Ricin
0.2.9
v0.2.9: The Tox Theme !
Of course, Dark and White themes are still available in Settings → Interface → Theme 😊
0.2.8
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
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
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
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
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
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
v0.2.1 (2016-07-02)
Full Changelog
This release is a simple language patch to add missing strings from several languages.
Updated languages:
0.2.0
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
Important bug fixes
- fix(encrypted profiles): profiles never more got decrypted at exit
- fix(settings): create file if not exists. Closes #123