forked from cosimo/Bookmarks-Parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
30 lines (21 loc) · 816 Bytes
/
Changes
File metadata and controls
30 lines (21 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Revision history for Bookmarks::Parser
0.07 Fixed parsing of IN PANEL and PANEL_POS properties
in Opera bookmarks (RT#75463).
0.06
Fixed parsing of DISPLAY URL property in Opera bookmarks.
Added unit tests.
0.05
Fixed parsing of ICONFILE property in Opera bookmarks.
Added unit tests.
0.04
Fixed RT#18238
0.03
Fixed RT#18894
0.02
[Bookmarks::Opera] Fixed two fairly bad bugs:
* items separated by lines containing leading spaces (instead of empty)
were not parsed correctly, skipping to the next bookmark
* last item wouldn't be parsed if there wasn't an empty last line
[Bookmarks::Opera] Updated to handle all Opera custom properties.
0.01
First version, released on an unsuspecting world.