-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changelog #1585
changelog #1585
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
# 1.2.8 | ||
! IMPORTANT: New setting.json value is required to automatically reconnect clients on disconnect | ||
* NEW: Use Socket IO for rooms (allows for pads to be load balanced with sticky rooms) | ||
* NEW: Plugins can now provide their own frontend tests | ||
* NEW: Improved server-side logging | ||
* NEW: Admin dashboard mobile device support and new hooks for Admin dashboard | ||
* NEW: Get current API version from API | ||
* NEW: CLI script to delete pads | ||
* Fix: Automatic client reconnection on disonnect | ||
* Fix: Text Export indentation now supports multiple indentations | ||
* Fix: Bugfix getChatHistory API method | ||
* Fix: Stop Chrome losing caret after paste is texted | ||
* Fix: Make colons on end of line create 4 spaces on indent | ||
* Fix: Stop the client disconnecting if a rev is in the wrong order | ||
* Fix: Various server crash issues based on rev in wrong order | ||
* Fix: Various tests | ||
* Fix: Make indent when on middle of the line stop creating list | ||
* Fix: Stop long strings breaking the UX by moving focus away from beginning of line | ||
* Fix: Redis findKeys support | ||
* Fix: padUsersCount no longer hangs server | ||
* Fix: Issue with two part locale specs not working | ||
* Fix: Make plugin search case insensitive | ||
|
@@ -19,9 +26,13 @@ | |
* Fix: Stop Opera browser inserting two new lines on enter keypress | ||
* Fix: Stop timeslider from showing NaN on pads with only one revision | ||
* Other: Allow timeslider tests to run and provide & fix various other frontend-tests | ||
* Other: Begin dropping referene to Lite. Etherpad Lite is now named "Etherpad" | ||
* Other: Update to latest jQuery | ||
* Other: Change loading message asking user to please wait on first build | ||
* Other: Allow etherpad to use global npm installation (Safe since node 6.3) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We reverted this, afaik... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. At least in settings.json "Lite" is dropped; was there a reason to drop? Actually I was a fan of the 'lite'-reference; but it's not my decision; so if appreciated i'll create a PR for the missing changes of the 'lite'-removal. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that's up to john to decide. Actually i was referring to line 32 in the above comment, though :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ah, ooops, k ;) |
||
* Other: Better documentation for log rotation and log message handling | ||
|
||
|
||
|
||
# 1.2.7 | ||
* NEW: notifications are now modularized and can be stacked | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice.