|
| 1 | +## v2.2.9 |
| 2 | + |
| 3 | +- FIX: Adjust usage of fetch API to specification update |
| 4 | + |
1 | 5 | ## v2.2.8 |
2 | 6 |
|
3 | | -* FIX: recover account after error |
| 7 | +- FIX: recover account after error |
4 | 8 |
|
5 | 9 | ## v2.2.7 |
6 | 10 |
|
7 | | -* FIX: Pick up sync again after error |
| 11 | +- FIX: Pick up sync again after error |
8 | 12 |
|
9 | 13 | ## v2.2.6 |
10 | 14 |
|
11 | | -* FIX: Prevent parallel sync race condition |
| 15 | +- FIX: Prevent parallel sync race condition |
12 | 16 |
|
13 | 17 | ## v2.2.5 |
14 | 18 |
|
15 | | -* FIX: Account cache was broken |
| 19 | +- FIX: Account cache was broken |
16 | 20 |
|
17 | 21 | ## v2.2.4 |
18 | 22 |
|
19 | | -* FIX: options wouldn't store values |
| 23 | +- FIX: options wouldn't store values |
20 | 24 |
|
21 | 25 | ## v2.2.3 |
22 | 26 |
|
23 | | -* FIX: Debounce sync task to avoid peculiar failures |
| 27 | +- FIX: Debounce sync task to avoid peculiar failures |
24 | 28 |
|
25 | 29 | ## v2.2.2 |
26 | 30 |
|
27 | | -* FIX: Overtake canonical URLs from server |
| 31 | +- FIX: Overtake canonical URLs from server |
28 | 32 |
|
29 | 33 | ## v2.2.1 |
30 | 34 |
|
31 | | -* FIX: Add default value for server path setting |
| 35 | +- FIX: Add default value for server path setting |
32 | 36 |
|
33 | 37 | ## v2.2.0 |
34 | 38 |
|
35 | | -* NEW: Map local sync folder to a specific server-side folder |
36 | | -* FIX: Performance improvements for Firefox |
37 | | -* FIX: Race condition removed that would cause issues because same account would be synced twice in parallel |
| 39 | +- NEW: Map local sync folder to a specific server-side folder |
| 40 | +- FIX: Performance improvements for Firefox |
| 41 | +- FIX: Race condition removed that would cause issues because same account would be synced twice in parallel |
38 | 42 |
|
39 | 43 | ## v2.1.0 |
40 | 44 |
|
41 | | -* NEW: Allow using an extension key to secure entered credentials |
42 | | -* FIX: Various fixes for Firefox |
| 45 | +- NEW: Allow using an extension key to secure entered credentials |
| 46 | +- FIX: Various fixes for Firefox |
43 | 47 |
|
44 | 48 | ## v2.0.6 |
45 | 49 |
|
46 | | -* FIX: Correctly escape paths in tags |
47 | | -* FIX: Wait a certain time before starting sync when detecting changes |
48 | | -* FIX: first run routine was called on every startup |
| 50 | +- FIX: Correctly escape paths in tags |
| 51 | +- FIX: Wait a certain time before starting sync when detecting changes |
| 52 | +- FIX: first run routine was called on every startup |
49 | 53 |
|
50 | 54 | ## v2.0.5 |
51 | 55 |
|
52 | | -* FIX: Display sync folder path |
| 56 | +- FIX: Display sync folder path |
53 | 57 |
|
54 | 58 | ## v2.0.4 |
55 | 59 |
|
56 | | -* FIX: getAllAccounts didn't have a fallback for the initial loading of the extension |
| 60 | +- FIX: getAllAccounts didn't have a fallback for the initial loading of the extension |
57 | 61 |
|
58 | 62 | ## v2.0.3 |
59 | 63 |
|
60 | | -* FIX: Display error messages of multiple errors |
61 | | -* FIX: Add resource locking to fix race conditions and allow more concurrency (should fix remaining issues related to creation of duplicates) |
62 | | -* FIX: Refactor to only read from tree once |
| 64 | +- FIX: Display error messages of multiple errors |
| 65 | +- FIX: Add resource locking to fix race conditions and allow more concurrency (should fix remaining issues related to creation of duplicates) |
| 66 | +- FIX: Refactor to only read from tree once |
63 | 67 |
|
64 | 68 | ## v2.0.2 |
65 | 69 |
|
66 | | -* FIX: Add write lock for account storage |
67 | | -* FIX: Refactor sync process to avoid creating duplicates |
68 | | -* FIX: mkdirpPath: Fix break condition |
69 | | -* FIX: Speed up initial tag population |
70 | | -* FIX: Use more stable parallel execution helper tool |
| 70 | +- FIX: Add write lock for account storage |
| 71 | +- FIX: Refactor sync process to avoid creating duplicates |
| 72 | +- FIX: mkdirpPath: Fix break condition |
| 73 | +- FIX: Speed up initial tag population |
| 74 | +- FIX: Use more stable parallel execution helper tool |
71 | 75 |
|
72 | 76 | ## v2.0.1 |
73 | 77 |
|
74 | | -* FIX: Don't remove folders beyond the sync folder when the last bookmark is remove |
75 | | -* FIX: Declare incompatibility with Fx < v57 |
76 | | -* FIX: Improve error reporting |
| 78 | +- FIX: Don't remove folders beyond the sync folder when the last bookmark is remove |
| 79 | +- FIX: Declare incompatibility with Fx < v57 |
| 80 | +- FIX: Improve error reporting |
77 | 81 |
|
78 | 82 | ## v2.0.0 |
79 | 83 |
|
80 | | -* NEW: Sync folder hierarchy |
81 | | -* NEW: Allow custom folders to be chosen for syncing |
82 | | -* NEW: Allow nesting synced folders |
83 | | -* NEW: Remember last sync time per account |
84 | | -* NEW: Overhauled user interface |
85 | | -* NEW: Identify local duplicates and throw an error |
86 | | -* FIX: Address performance problems |
87 | | -* FIX: Allow deleting account when syncing |
88 | | -* FIX: Ignore bookmarks with unsupported protocols |
89 | | -* FIX: Sync more often (every 15min instead of 25min) |
90 | | -* FIX: Call removeFromMappings on LOCALDELETE |
91 | | -* FIX: Improve logging and error messages |
92 | | -* FIX: Stop tracking bookmarks when they're moved outside the account scope |
| 84 | +- NEW: Sync folder hierarchy |
| 85 | +- NEW: Allow custom folders to be chosen for syncing |
| 86 | +- NEW: Allow nesting synced folders |
| 87 | +- NEW: Remember last sync time per account |
| 88 | +- NEW: Overhauled user interface |
| 89 | +- NEW: Identify local duplicates and throw an error |
| 90 | +- FIX: Address performance problems |
| 91 | +- FIX: Allow deleting account when syncing |
| 92 | +- FIX: Ignore bookmarks with unsupported protocols |
| 93 | +- FIX: Sync more often (every 15min instead of 25min) |
| 94 | +- FIX: Call removeFromMappings on LOCALDELETE |
| 95 | +- FIX: Improve logging and error messages |
| 96 | +- FIX: Stop tracking bookmarks when they're moved outside the account scope |
93 | 97 |
|
94 | 98 | ## v1.3.4 |
95 | 99 |
|
96 | | -* Fix normalizeURL: The relevant commit somehow didn't make it into the release builds |
| 100 | +- Fix normalizeURL: The relevant commit somehow didn't make it into the release builds |
97 | 101 |
|
98 | 102 | ## v1.3.3 |
99 | 103 |
|
100 | | -* Fix normalizeUrl: Automatically add trailing slash |
| 104 | +- Fix normalizeUrl: Automatically add trailing slash |
101 | 105 |
|
102 | 106 | ## v1.3.2 |
103 | 107 |
|
104 | | -* Remove automated options validation (much better to just try force sync and see the error) |
105 | | -* Fix options rendering |
106 | | -* Fix bookmarks not showing up on the server in some situations |
| 108 | +- Remove automated options validation (much better to just try force sync and see the error) |
| 109 | +- Fix options rendering |
| 110 | +- Fix bookmarks not showing up on the server in some situations |
107 | 111 |
|
108 | 112 | ## v1.3.1 |
109 | 113 |
|
110 | | -* Options panel: Fix automated connectivity check |
| 114 | +- Options panel: Fix automated connectivity check |
111 | 115 |
|
112 | 116 | ## v1.3.0 |
113 | 117 |
|
114 | | -* Major Refactoring by modularizing code base |
115 | | -* UI polishing |
116 | | -* Add 'force sync' feature |
117 | | -* Add account status indicator |
118 | | -* Fix nc url normalization |
119 | | -* Trigger sync on local changes |
120 | | -* Fix floccus fodler naming |
| 118 | +- Major Refactoring by modularizing code base |
| 119 | +- UI polishing |
| 120 | +- Add 'force sync' feature |
| 121 | +- Add account status indicator |
| 122 | +- Fix nc url normalization |
| 123 | +- Trigger sync on local changes |
| 124 | +- Fix floccus fodler naming |
121 | 125 |
|
122 | 126 | ## v1.2.0 |
123 | 127 |
|
124 | | -* Switched to the new nc-bookmarks v2 API |
125 | | -* Increased sync interval, to reduce cpu load |
| 128 | +- Switched to the new nc-bookmarks v2 API |
| 129 | +- Increased sync interval, to reduce cpu load |
126 | 130 |
|
127 | 131 | ## v1.1.2 |
128 | 132 |
|
129 | | -* Recover if root bookmarks folder is gone |
| 133 | +- Recover if root bookmarks folder is gone |
0 commit comments