aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md168
1 files changed, 131 insertions, 37 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c1581d4..2b2ee62e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,124 @@ 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.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16
8
9### Fixed
10- Fix thumbnails disabling if PHP GD is not installed
11- Fix a warning if links sticky status isn't set
12
13## [v0.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23
14### Added
15- Add OpenGraph metadata tags on permalink page
16- Add CORS headers to REST API reponses
17- Add a button to toggle checkboxes of displayed links
18- Add an icon to the link list when the Isso plugin is enabled
19- Add noindex, nofollow to documentation pages
20- Document usage of robots.txt
21- Add a button to set links as sticky
22
23### Changed
24- Update French translation
25- Refactor the documentation homepage
26- Bump netscape-bookmark-parser
27- Update session_start condition
28- Improve accessibility
29- Cleanup and refactor lint tooling
30
31### Fixed
32- Fix input size for dropdown search form
33- Fix history for bulk link deletion
34- Fix thumbnail requests
35- Fix hashtag rendering when markdown escaping is enabled
36- Fix AJAX tag deletion
37- Fix lint errors and improve PSR-1 and PSR-2 compliance
38
39### Removed
40- Remove Firefox Share documentation
41
42## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11
43
44### Fixed
45
46- Docker build
47
48## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11
49
50### Changed
51
52- Accessibility:
53 - Remove alt text on the logo
54 - Remove redundant title in tools page
55
56### Fixed
57
58- Fixed an error on the daily page and daily RSS
59- Fixed an issue causing 'You are not authorized to add a link' error while logged out
60- Fixed thumbnail path when Shaarli's path uses symbolic links
61- Add a `mod_version` check in Shaarli's root `.htaccess` file for Apache 2.2 syntax
62- Include assets in the release Makefile target
63
64### Removed
65
66- Firefox Social API shaare has been removed
67
68## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28
69**PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6.
70
71### Added
72- Add a filter to display public links only
73- Add PHP 7.2 support
74- Add German translation
75- Resolve front-end dependencies from NPM
76- Build front-end bundles with Yarn and Webpack
77- Lint Javascript code with ESLint
78- Lint SASS code with SASSLint
79- Support redirection in cURL download callback
80- Introduce multi-stage builds for Docker images
81- Use Travis matrix and stages to run Javascript tests in a dedicated environment
82- Add tag endpoint in the REST API
83- Build the documentation in Travis builds
84- Provide a Docker Compose example
85
86### Changed
87- Use web-thumbnailer to retrieve thumbnails (see #687)
88- Use a specific page title in all pages
89- Daily: run hooks before creating the columns
90- Load theme translations files automatically
91- Make max download size and timeout configurable
92- Make Nginx logs accessible as stdout/stderr for Docker images
93- Update buttons used to toggle link visibility filters
94- Rewrite Javascript code for ES6 compliance
95- Refactor IP ban management
96- Refactor user login management
97- Refactor server-side session management
98- Update Doxygen configuration
99- Update Parsedown
100- Improve documentation
101- Docker: build the images from the local sources
102- Docker: bump alpine version to 3.7
103- Docker: expose a volume for the thumbnail cache
104
105### Removed
106- Drop support for PHP 5.5
107- Remove vendored front-end libraries
108- Remove environment specific .gitignore entries
109
110### Fixed
111- Ignore the case while checking DOCTYPE during the file import
112- Fix removal of on=... attributes from html generated from Markdown
113- httpd: always forward the 'Authorization' header
114- Ensure user-specific CSS file is loaded
115- Fix feed permalink rendering when Markdown escaping is enabled
116- Fix order of tags with the same number of occurrences
117- Fixed the referrer meta tag in default template
118- Disable MkDocs' strict mode for ReadTheDocs builds to pass
119- fix and simplify Dockerfile for armhf
120
121### Security
122- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
123
124
7## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20 125## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20
8### Changed 126### Changed
9- Build the Docker images from the local Git sources 127- Build the Docker images from the local Git sources
@@ -177,40 +295,7 @@ Theming:
177- `composer.lock` is now included in git file to allow proper `composer install` 295- `composer.lock` is now included in git file to allow proper `composer install`
178- History mechanism which logs link addition/modification/deletion 296- History mechanism which logs link addition/modification/deletion
179 297
180## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
181### Changed 298### Changed
182- Build the Docker image from the local Git sources
183
184### Removed
185- Disable PHP 5.3 Travis build (unsupported)
186
187## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19
188### Changed
189<<<<<<< HEAD
190- Run version check tests against the 'stable' branch
191
192
193## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04
194
195 **XSS vulnerability fixed. Please update.**
196
197### Security
198- Fix an XSS (cross-site-scripting) vulnerability in `index.php`
199
200
201## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
202### Security
203- Markdown plugin: escape HTML entities by default
204
205
206## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
207
208### Fixed
209
210- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
211
212## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
213=======
214- Docker: enable nginx URL rewriting for the REST API 299- Docker: enable nginx URL rewriting for the REST API
215- Theming: 300- Theming:
216 - Move `user.css` to the `data` folder 301 - Move `user.css` to the `data` folder
@@ -232,7 +317,6 @@ Theming:
232- Partial namespace support for Shaarli classes 317- Partial namespace support for Shaarli classes
233- Shaarli version is now only present in `shaarli_version.php` 318- Shaarli version is now only present in `shaarli_version.php`
234- Human readable maximum file size upload 319- Human readable maximum file size upload
235>>>>>>> v0.9.7
236 320
237 321
238### Removed 322### Removed
@@ -258,6 +342,19 @@ Theming:
258- Markdown plugin: escape HTML entities by default 342- Markdown plugin: escape HTML entities by default
259 343
260 344
345## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
346### Changed
347- Build the Docker image from the local Git sources
348
349### Removed
350- Disable PHP 5.3 Travis build (unsupported)
351
352
353## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19
354### Changed
355- Run version check tests against the 'stable' branch
356
357
261## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04 358## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04
262**XSS vulnerability fixed. Please update.** 359**XSS vulnerability fixed. Please update.**
263 360
@@ -273,12 +370,9 @@ Theming:
273### Fixed 370### Fixed
274- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template. 371- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
275 372
276<<<<<<< HEAD
277=======
278## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15 373## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
279### Fixed 374### Fixed
280 375
281>>>>>>> v0.9.7
282- Editing a link created before the new ID system would change its permalink. 376- Editing a link created before the new ID system would change its permalink.
283 377
284## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - 2016-12-12 378## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - 2016-12-12