aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-12 14:03:19 +0100
committerArthurHoaro <arthur@hoa.ro>2017-03-12 14:03:19 +0100
commit89284d554ddb55892a138d046fee2ffd8bf30855 (patch)
tree8ba989cc95d23109c808c8abb0f9f710833872de /CHANGELOG.md
parent6e0a1310a22e17d183095d99bed5b5b12819b294 (diff)
downloadShaarli-89284d554ddb55892a138d046fee2ffd8bf30855.tar.gz
Shaarli-89284d554ddb55892a138d046fee2ffd8bf30855.tar.zst
Shaarli-89284d554ddb55892a138d046fee2ffd8bf30855.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44ac06ff..d9f2f4f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ configuration to enable URL rewriting, see:
24Theming: 24Theming:
25 - Introduce a new theme 25 - Introduce a new theme
26 - Allow selecting themes/templates from the configuration page 26 - Allow selecting themes/templates from the configuration page
27 - New/Edit link form can be submitted using CTRL+Enter in the textarea
27- Add plugin placeholders to Atom/RSS feed templates 28- Add plugin placeholders to Atom/RSS feed templates
28- Add OpenSearch to feed templates 29- Add OpenSearch to feed templates
29- Add `campaign_` to the URL cleanup pattern list 30- Add `campaign_` to the URL cleanup pattern list
@@ -36,6 +37,8 @@ Theming:
36 - Move `user.css` to the `data` folder 37 - Move `user.css` to the `data` folder
37 - Move default template files to a subfolder (`default`) 38 - Move default template files to a subfolder (`default`)
38 - Rename the legacy theme to `vintage` 39 - Rename the legacy theme to `vintage`
40 - Private only filter is now displayed as a search parameter
41 - Autocomplete: pre-select the first element
39- Move PubSubHub to a dedicated plugin 42- Move PubSubHub to a dedicated plugin
40- Coding style: 43- Coding style:
41 - explicit method visibility 44 - explicit method visibility
@@ -43,6 +46,9 @@ Theming:
43 - remove unused variables 46 - remove unused variables
44- The updater now keeps custom theme preferences 47- The updater now keeps custom theme preferences
45- Simplify the COPYING information 48- Simplify the COPYING information
49- Improved client locale detection
50- Improved date time display depending on the locale
51- Partial namespace support for Shaarli classes
46 52
47### Removed 53### Removed
48- PHP < 5.5 compatibility 54- PHP < 5.5 compatibility
@@ -58,6 +64,8 @@ Theming:
58- Fix redirection after link deletion 64- Fix redirection after link deletion
59- Do not access LinkDB links by ID before the Updater applies migrations 65- Do not access LinkDB links by ID before the Updater applies migrations
60- Remove extra spaces in the bookmarklet's name 66- Remove extra spaces in the bookmarklet's name
67- Piwik plugin: Piwik URL protocol can now be set (http or https)
68- All inline JS has been moved to dedicated JS files
61 69
62### Security 70### Security
63- Markdown plugin: escape HTML entities by default 71- Markdown plugin: escape HTML entities by default