aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 21 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bae5b48..f1686d67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,19 +4,20 @@ 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.12.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0-beta) - UNRELEASED [beta 2020-08-27] 7## [v0.12.1]() - UNRELEASED
8 8
9**Save you `data/` folder before updating!** 9## [v0.12.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0) - 2020-10-13
10 10
11This is a beta version containing major changes, including new URLs for Shaarli and datastore format update. 11**Save you `data/` folder before updating!**
12Be aware that by using a beta version you might encounter bugs, and that 3rd party themes or plugins might not be compatible.
13 12
14### Added 13### Added
15- Thumbnailer: add soundcloud.com to list of common media domains 14- Thumbnailer: add soundcloud.com to list of common media domains
16- Markdown rendering is now integrated into Shaarli core 15- Markdown rendering is now integrated into Shaarli core
17- Add autofocus on tag cloud filter input 16- Add autofocus on tag cloud filter input
18- Japanese translations 17- Japanese translations
19- Support for local anchor URL (startting with `#`) 18- Japanese translation: add language to admin configuration page
19- Support for PHP 8.0
20- Support for local anchor URL (starting with `#`)
20- LDAP authentication 21- LDAP authentication
21- Encapsulated PageCacheManager 22- Encapsulated PageCacheManager
22- Docs: 23- Docs:
@@ -24,18 +25,24 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par
24 - section about mkdocs 25 - section about mkdocs
25 - Ulauncher extension 26 - Ulauncher extension
26- CI: run against PHP 7.4 27- CI: run against PHP 7.4
28- Added $links_per_page variable to template and display on default
29- Inject BookmarkServiceInterface in plugins data
30- Add manual configuration for root URL
31- Added PATCH to the allowed Apache request methods.
32- REST API: compatibility with ionos Apache's headers
27 33
28### Changed 34### Changed
29- Introduce Bookmark object and Service layer 35- Introduce Bookmark object and Service layer
30 - Save bookmark as objects in the datastore 36 - Save bookmark as objects in the datastore
31 - Handle bookmark as objects across the whole codebase (except templates and plugins) 37 - Handle bookmark as objects across the whole codebase (except templates and plugins)
32- Process all Shaarli page through Slim controller, with proper URL rewriting (see #1516) 38- Process all Shaarli page through Slim controller, with proper URL rewriting (see #1516)
39- Docs: the entire documentation has been reviewed, updated and improved, thanks to @nodiscc!
33- ATOM feed: use instance name as author name instead of URL 40- ATOM feed: use instance name as author name instead of URL
34- Updated French translation 41- Updated French translation
35- Docs: 42- Default colors plugin: generate CSS file during initialization
36 - Troubleshooting page rewritten 43- Improve default bookmarks after install
37 - Updated unit tests page 44- Upgrade all front end dependencies and webpack build
38 - Updated Server security page 45- Default theme: Make tag cloud/list views buttons more obvious
39 46
40### Fixed 47### Fixed
41- Undefined index: thumbnail in daily page 48- Undefined index: thumbnail in daily page
@@ -54,15 +61,20 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par
54- Division by zero in tag cloud 61- Division by zero in tag cloud
55- CI: deprecated linux distribution and sudo directive 62- CI: deprecated linux distribution and sudo directive
56- Docker build: gcc is no longer included in python alpine image 63- Docker build: gcc is no longer included in python alpine image
64- Default template: display pin button in mobile view
65- Pinned bookmarks are not longer displayed first in ATOM/RSS feeds
57- Docs: 66- Docs:
58 - Outdated Docker documentation for stable branch 67 - Outdated Docker documentation for stable branch
59 - Outdated links 68 - Outdated links
60 - Plugin description in meta files 69 - Plugin description in meta files
70- docker-compose.yml: pin traefik image to 1.7-alpine
61 71
62### Removed 72### Removed
63- Markdown plugin 73- Markdown plugin
64- Docs: 74- Docs:
65 - emojione & twemoji removed 75 - emojione & twemoji removed
76- Makefile: remove static_analysis_summary from all: target
77- doc/Makefile: remove references to composer update
66 78
67## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03 79## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03
68 80