Releases: gdpelican/babble
Releases · gdpelican/babble
0.10.0 release
Improvements in this release:
- Stage posts while waiting for request to return (makes it feel oh so snappy!)
- Performance improvements for /default and /read requests
- Don't display unread icon while menu is open
- Translations for Russian, Korean and Finnish
- Don't display 'everyone' group as an option for chat channels, which doesn't work with Babble anyway
- Add autocomplete for at-mentions
- Don't enforce topic length validations for chat channels
- Improve styling and performance of tooltips
v 0.9.0 release
Improvements in this release:
- Updated to work with latest Discourse migrations
- Adding all chat topics to chat category for better user management
- Add ability for admin to manage chats
- Update french, german, and spanish translations
- Fix for emojis unreliability, add emoji suggester for chat composer
- Fix for babble title in Firefox
- Clamp unread count to defined maximum
- Improve tooltips for visibility / channel switcher
- Don't allow links to overflow chat window
v0.7.0 release (includes 0.6.0 improvements!)
Improvements in this release:
v0.7.0 improvements:
- Add switcher to allow for multiple topics in UI
v0.6.0 improvements
- Allow chat topic to be associated with a particular group (so that only group members can see it)
- Add admin level customization for composer placeholder / babble icon
- Add additional translations
- Set max size for chat topics (delete old posts as new ones come in)
v0.5.0 release
Upgrades in this release:
- Fixed Babble to work with new Discourse header
- Allow for ctrl / shift / alt enter to create newlines rather than submitting
- More robust scrolling and read functionality
v0.4.0 release
Improvements in this release:
- Disallow resizing of composer
- Validate messages submitted with enter key
- Show error message for messages that are all whitespace
- Disallow extra wide images to expand search window
- Move notification icon to not clash with existing icons
v0.3.0 release
Improvements in this release:
- Disable send button while processing
- Make Babble user creation more robust
- Remove deprecation warnings for Discourse.View and Discourse.debounce
- Remove Presence dependency for validation
- Fix firefox / safari showing 'invalid date'
0.2.0
Improvements in this release:
- Add i18n support
- Add placeholder to message box
- Improve stability
- Use Discourse site settings for Babble::User values
- No longer flashes an unread notification when submitting a post
- Utilizes plugin outlets from Discourse mothership