aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-01-10 20:42:05 +0100
committerVirtualTam <virtualtam@flibidi.net>2018-01-10 20:43:18 +0100
commit9b6df5c91c61eab73bebc37a9d42757b97224e4e (patch)
tree18d5fdf2f5f36460db526ef2ddebface43558337 /CHANGELOG.md
parent3056afac2d56ce4b32fe121052dc7b259a791c7c (diff)
downloadShaarli-9b6df5c91c61eab73bebc37a9d42757b97224e4e.tar.gz
Shaarli-9b6df5c91c61eab73bebc37a9d42757b97224e4e.tar.zst
Shaarli-9b6df5c91c61eab73bebc37a9d42757b97224e4e.zip
Update CHANGELOG for the next v0.9.x
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6947427b..47a902f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and this project adheres to [Semantic Versioning](http://semver.org/).
6 6
7## [v0.9.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - UNPUBLISHED
8### Added
9- Enable translations: Shaarli is now also available in French. Other language translations are welcome!
10- Add EditorConfig configuration
11- Add favicons for mobile devices
12- Add Alpine Linux arm32v7 Dockerfiles (master, latest)
13
14### Changed
15- Do not write bookmark edition history during file imports (performance)
16- Migrate Docker images (master, latest) to Alpine Linux
17- Improve unitary tests and code coverage
18- Improve thumbnail display
19- Improve theme ergonomics
20- Improve messages if there is no plugin or parameter available in the admin page
21- Increase buffer size for cURL download
22- Force HTTPS if the original port is 443 behind a reverse proxy (workaround)
23
24### Removed
25- Remove redirector setting from Configure page
26
27### Fixed
28- Fix broken links in the documentation
29- Enable access to `data/user.css` (Apache 2.2 & 2.4)
30- Don't URL encode description links if parameter `redirector.encode_url` is set to false
31- Fix an issue preventing the Save button to appear for plugin parameters
32
33
7## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04 34## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04
8**XSS vulnerability fixed. Please update.** 35**XSS vulnerability fixed. Please update.**
9 36