aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2017-03-04 11:06:16 +0100
committerVirtualTam <virtualtam@flibidi.net>2017-03-04 11:06:16 +0100
commit94cddf7be4a168b923c254d20e02891dcb702b17 (patch)
tree4c133989f60cc5d8c6abf4446dbac07d9e865cd8 /CHANGELOG.md
parent74198dcdf65ee3dd83cbe5b6a8a85bc386a62063 (diff)
downloadShaarli-94cddf7be4a168b923c254d20e02891dcb702b17.tar.gz
Shaarli-94cddf7be4a168b923c254d20e02891dcb702b17.tar.zst
Shaarli-94cddf7be4a168b923c254d20e02891dcb702b17.zip
Update CHANGELOG.md
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 18 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e98a5ad..466c9107 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,7 +21,9 @@ configuration to enable URL rewriting, see:
21 - versioned API endpoints: 21 - versioned API endpoints:
22 - `/api/v1/info`: get general information on the Shaarli instance 22 - `/api/v1/info`: get general information on the Shaarli instance
23 - `/api/v1/links`: get a list of shaared links 23 - `/api/v1/links`: get a list of shaared links
24- Allow selecting themes/templates from the configuration page 24Theming:
25 - Introduce a new theme
26 - Allow selecting themes/templates from the configuration page
25- Add plugin placeholders to Atom/RSS feed templates 27- Add plugin placeholders to Atom/RSS feed templates
26- Add OpenSearch to feed templates 28- Add OpenSearch to feed templates
27- Add `campaign_` to the URL cleanup pattern list 29- Add `campaign_` to the URL cleanup pattern list
@@ -29,8 +31,10 @@ configuration to enable URL rewriting, see:
29 31
30### Changed 32### Changed
31- Docker: enable nginx URL rewriting for the REST API 33- Docker: enable nginx URL rewriting for the REST API
32- Move `user.css` to the `data` folder 34- Theming:
33- Move default template files to a subfolder (`default`) 35 - Move `user.css` to the `data` folder
36 - Move default template files to a subfolder (`default`)
37 - Rename the legacy theme to `vintage`
34- Move PubSubHub to a dedicated plugin 38- Move PubSubHub to a dedicated plugin
35- Coding style: 39- Coding style:
36 - explicit method visibility 40 - explicit method visibility
@@ -39,7 +43,6 @@ configuration to enable URL rewriting, see:
39- The updater now keeps custom theme preferences 43- The updater now keeps custom theme preferences
40- Simplify the COPYING information 44- Simplify the COPYING information
41 45
42
43### Removed 46### Removed
44- PHP < 5.5 compatibility 47- PHP < 5.5 compatibility
45 48
@@ -51,15 +54,23 @@ configuration to enable URL rewriting, see:
51- Fix a fatal error during the install 54- Fix a fatal error during the install
52- Fix permalink image alignment in daily page 55- Fix permalink image alignment in daily page
53- Fix the delete button in `editlink` 56- Fix the delete button in `editlink`
57- Fix redirection after link deletion
58- Do not access LinkDB links by ID before the Updater applies migrations
59- Remove extra spaces in the bookmarklet's name
54 60
55## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20 61### Security
62- Markdown plugin: escape HTML entities by default
56 63
57### Fixed
58 64
65## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
66### Security
67- Markdown plugin: escape HTML entities by default
68
69## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
70### Fixed
59- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template. 71- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
60 72
61## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15 73## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
62
63### Fixed 74### Fixed
64 75
65- Editing a link created before the new ID system would change its permalink. 76- Editing a link created before the new ID system would change its permalink.