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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
8
20
### Added
9
21
- Add PHP 7.1 and 7.2 to the Travis test environments
22
+ - Add support for microsecond timestamps
10
23
11
24
### Changed
12
25
- Update test dependencies
26
+ - Update regexes to PCRE2 for PHP 7.3
13
27
14
28
### Removed
15
29
- 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