diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a87a8ca..f0813b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -24,10 +24,13 @@ configuration to enable URL rewriting, see: | |||
24 | Theming: | 24 | Theming: |
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 | ||
28 | - Shaarli version is displayed in the footer when logged in | ||
27 | - Add plugin placeholders to Atom/RSS feed templates | 29 | - Add plugin placeholders to Atom/RSS feed templates |
28 | - Add OpenSearch to feed templates | 30 | - Add OpenSearch to feed templates |
29 | - Add `campaign_` to the URL cleanup pattern list | 31 | - Add `campaign_` to the URL cleanup pattern list |
30 | - Add an AUTHORS file and Makefile target to list authors from Git commit data | 32 | - Add an AUTHORS file and Makefile target to list authors from Git commit data |
33 | - Link imports are now logged in `data/` folder, and can be debug using `dev.debug=true` setting. | ||
31 | 34 | ||
32 | ### Changed | 35 | ### Changed |
33 | - Docker: enable nginx URL rewriting for the REST API | 36 | - Docker: enable nginx URL rewriting for the REST API |
@@ -35,6 +38,8 @@ Theming: | |||
35 | - Move `user.css` to the `data` folder | 38 | - Move `user.css` to the `data` folder |
36 | - Move default template files to a subfolder (`default`) | 39 | - Move default template files to a subfolder (`default`) |
37 | - Rename the legacy theme to `vintage` | 40 | - Rename the legacy theme to `vintage` |
41 | - Private only filter is now displayed as a search parameter | ||
42 | - Autocomplete: pre-select the first element | ||
38 | - Move PubSubHub to a dedicated plugin | 43 | - Move PubSubHub to a dedicated plugin |
39 | - Coding style: | 44 | - Coding style: |
40 | - explicit method visibility | 45 | - explicit method visibility |
@@ -42,6 +47,9 @@ Theming: | |||
42 | - remove unused variables | 47 | - remove unused variables |
43 | - The updater now keeps custom theme preferences | 48 | - The updater now keeps custom theme preferences |
44 | - Simplify the COPYING information | 49 | - Simplify the COPYING information |
50 | - Improved client locale detection | ||
51 | - Improved date time display depending on the locale | ||
52 | - Partial namespace support for Shaarli classes | ||
45 | 53 | ||
46 | ### Removed | 54 | ### Removed |
47 | - PHP < 5.5 compatibility | 55 | - PHP < 5.5 compatibility |
@@ -57,6 +65,8 @@ Theming: | |||
57 | - Fix redirection after link deletion | 65 | - Fix redirection after link deletion |
58 | - Do not access LinkDB links by ID before the Updater applies migrations | 66 | - Do not access LinkDB links by ID before the Updater applies migrations |
59 | - Remove extra spaces in the bookmarklet's name | 67 | - Remove extra spaces in the bookmarklet's name |
68 | - Piwik plugin: Piwik URL protocol can now be set (http or https) | ||
69 | - All inline JS has been moved to dedicated JS files | ||
60 | 70 | ||
61 | ### Security | 71 | ### Security |
62 | - Markdown plugin: escape HTML entities by default | 72 | - Markdown plugin: escape HTML entities by default |