File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,26 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ v2.1.0] ( https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.1.0 ) - UNPUBLISHED
7+ ## [ v2.2.0] ( https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.2.0 ) - 2020-06-06
8+ ### Added
9+ - Support Shaarli extended format: allow <a > tag in bookmark description
10+
11+ ### Changed
12+ - Log to current working directory by default instead of library path
13+ - Do not replace tab character to preserve bookmarks formatting
14+
15+ ### Fixed
16+ - Error while trying to import a file without bookmarks
17+ - Undefined time variable
18+
19+ ## [ v2.1.0] ( https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.1.0 ) - 2018-10-06
820### Added
921- Add PHP 7.1 and 7.2 to the Travis test environments
22+ - Add support for microsecond timestamps
1023
1124### Changed
1225- Update test dependencies
26+ - Update regexes to PCRE2 for PHP 7.3
1327
1428### Removed
1529- Drop support for PHP 5.3.x, 5.4.x and 5.5.x
You can’t perform that action at this time.
0 commit comments