From 659576c7e1d1291460cfd2415ea5fe726545ecda Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 6 Feb 2017 12:24:50 +1300 Subject: [PATCH] doc: changelog --- _dist/README.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/_dist/README.txt b/_dist/README.txt index fce996f..24ee9f0 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -12,17 +12,18 @@ Tags: nmdc =CHANGELOG= -2017-??-?? 1.1.0 +2017-02-06 1.1.0 - Feature: Remember last username/password for login; remember last "show joins/parts" status - Feature: Display user details on hover (description, email, client tag, share size) -- Feature: Desktop notifications (disabled by default) for background PMs (not possible in incognito) -- Feature: Ability to load external web resources (set Web.ExternalWebroot=true and use the /client/ directory) +- Feature: Optional desktop notifications for background PMs (not possible in incognito) - Feature: Automatically reconnect with the same username/password if connection was lost - Feature: Re-enter last message (Ctrl+Up, Ctrl+Down) - Feature: Set custom date/time format (Minutes, Seconds, Full), remembered for next session - Feature: Clickable magnet links - Feature: Display unread main-chat message count in the page title if the window is inactive - Feature: Add warning message when closing tab while still connected (optional preference, disabled by default, will be remembered). +- Feature: Admin option to load a custom favicon (set `web.custom_favicon=true` and place a `favicon.ico` in the current directory) +- Feature: Admin option to use external web resources (set `web.external_webroot=true` and use the /client/ directory) - Enhancement: Higher resolution favicon - Enhancement: Display operators in green in the user list - Enhancement: Enable spellcheck for text input once logged in @@ -30,6 +31,8 @@ Tags: nmdc - Enhancement: Display joins/parts and connection/disconnection messages in PM tabs - Enhancement: Support Shift+Tab to autocomplete backward - Enhancement: Support unread status for the main tab +- Enhancement: Improve page load time via minification +- Remove unused options from the config file - Update socket.io to 1.7.2 - Update libnmdc to 0.12 - Add margin between bottom of the text area and the text input box