aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-08-27 13:44:18 +0200
committerGitHub <noreply@github.com>2020-08-27 13:44:18 +0200
commit46237c97884458b1a75ae871264cd3fb54f8cd74 (patch)
tree5cb50ee0eb04cd7afa908902562f8633fb05107f
parent109ebf318f2f71d6c5f3690da3c16d0b03d982bb (diff)
parent6152a2679087442acf4bdc70a9a915c5fb490e6a (diff)
downloadShaarli-46237c97884458b1a75ae871264cd3fb54f8cd74.tar.gz
Shaarli-46237c97884458b1a75ae871264cd3fb54f8cd74.tar.zst
Shaarli-46237c97884458b1a75ae871264cd3fb54f8cd74.zip
Merge pull request #1517 from ArthurHoaro/changelog/v0.12.0-beta
Changelog for v0.12.0-beta
-rw-r--r--CHANGELOG.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index abf802ea..4bae5b48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,66 @@ 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]
8
9**Save you `data/` folder before updating!**
10
11This is a beta version containing major changes, including new URLs for Shaarli and datastore format update.
12Be aware that by using a beta version you might encounter bugs, and that 3rd party themes or plugins might not be compatible.
13
14### Added
15- Thumbnailer: add soundcloud.com to list of common media domains
16- Markdown rendering is now integrated into Shaarli core
17- Add autofocus on tag cloud filter input
18- Japanese translations
19- Support for local anchor URL (startting with `#`)
20- LDAP authentication
21- Encapsulated PageCacheManager
22- Docs:
23 - add screenshots of all pages
24 - section about mkdocs
25 - Ulauncher extension
26- CI: run against PHP 7.4
27
28### Changed
29- Introduce Bookmark object and Service layer
30 - Save bookmark as objects in the datastore
31 - 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)
33- ATOM feed: use instance name as author name instead of URL
34- Updated French translation
35- Docs:
36 - Troubleshooting page rewritten
37 - Updated unit tests page
38 - Updated Server security page
39
40### Fixed
41- Undefined index: thumbnail in daily page
42- Undefined index: thumbnail on OpenGraph headers
43- Undefined index: updated on linklist
44- Make sure that bookmark sort is consistent, even with equal timestamps
45- Code PHP version check as requirement bumped to PHP 7.1
46- Thumbnail images lazy loading
47- Markdown plugin: fix RSS feed direct link reverse
48- Fix RSS permalink included in Markdown bloc
49- Demo plugin: multiple typos
50- Makefile target for releases
51- Makefile target for html documentation
52- Session cookie setting being set while session is active
53- Deprecated use of implode
54- Division by zero in tag cloud
55- CI: deprecated linux distribution and sudo directive
56- Docker build: gcc is no longer included in python alpine image
57- Docs:
58 - Outdated Docker documentation for stable branch
59 - Outdated links
60 - Plugin description in meta files
61
62### Removed
63- Markdown plugin
64- Docs:
65 - emojione & twemoji removed
66
7## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03 67## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03
8 68
9Release to fix broken Docker build on the latest version. 69Release to fix broken Docker build on the latest version.