Skip to content

Releases: VisionistInc/jibe

v1.1.1

06 Aug 02:15
Compare
Choose a tag to compare

Enhancements

  • #61 - Update timestamps displayed in chat every 60 seconds.
  • #64 - Show full chat timestamp when hovering over the chat's relative timestamps.
  • #73 - Timestamp tooltips displaying the author are created more effectively / efficiently.

Bug fixes

  • #69 - Chat messages no longer wrap mid-word, but instead wrap at the expected places.
  • #74 - Inserting text via the api function insertTextAtCursor no longer throws off the timestamps.

v1.1.0

30 Jul 22:49
Compare
Choose a tag to compare

Bug fixes

  • #43 - active user icons should now display the correct users
  • #44 - Chat timestamps now show up in the appropriate order

Enhancements

  • #47 show usernames in chat
  • #55 show timestamps in chat
  • #56 show dates on the left line that do not require such a wide window
  • #49 showdown strikethrough support
  • #50 showdown table support
  • #48 smaller font sizes in the table of contents

Take note

  • now starting to use browserify, so that there are fewer js files to require ... all of the javascript files in public/js/*.js are now bundled into one file, public/js/bundle/jibe.js. This still needs to be ironed out with gulp, but for now developers can use npm run-script bundle as a shortcut.

1.0

22 Jul 11:08
Compare
Choose a tag to compare
1.0

Version 1.0 of jibe! Ready to be released to the world.

This tag just includes a few small updates, and making the login page available in standalone mode.

v0.0.2

18 Jul 13:57
Compare
Choose a tag to compare

Fixed replay issues and clean up code.

Initial NPM release

27 Jun 05:08
Compare
Choose a tag to compare

Initial relase to NPM.