You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,62 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
6
6
7
7
Also, at the bottom of this file there is a [TODO list](#todo) with planned future changes.
8
8
9
+
## [extension-v1.20.0] - 2024-12-24: Annoyance and bug fixes
10
+
11
+
### Added
12
+
13
+
- Core + Popup UI:
14
+
15
+
- Implemented `config.limboNotifyInterval` option and its popup UI.
16
+
17
+
It prevents "Too much stuff in limbo" notifications from being generated more frequently than given number of seconds, which makes them much less annoying.
18
+
19
+
### Changed
20
+
21
+
- Core:
22
+
23
+
- From now on, `retryUnarchived` scheduled action can be canceled (until a new reqres gets captured) with the `cancelActions` (red square) button.
24
+
25
+
- Unavailable and non-archiving servers produce different notification error messages and are handled differently now.
26
+
27
+
- Archivals to broken servers and `localStorage` produce nicer notification errors now.
28
+
29
+
- Unrecoverable archival failures now get a hint about using the `retryFailed` popup UI button in their notification messages.
30
+
31
+
- From now on, pressing keyboard shortcuts and popup UI buttons will force immediate updates to displayed notifications.
32
+
33
+
I.e. no longer relevant notifications will disappear immediately.
34
+
35
+
(Thanks to @douglasg14b on GitHub for pointing out three out of five of the above.)
36
+
37
+
- The [`Help` page](./extension/page/help.org):
38
+
39
+
- Added "Table of Contents" section.
40
+
41
+
- Moved and adapted a bunch move stuff from top-level [`README.md`](./README.md).
42
+
43
+
- Improved some pieces of it.
44
+
45
+
- Other documentation pages:
46
+
47
+
- Improved rendering of various references, added more of them.
48
+
49
+
- Improved in many random places.
50
+
51
+
### Fixed
52
+
53
+
- All documentation pages:
54
+
55
+
- Clicking on internal links will now replace history states that point to other links.
56
+
57
+
This makes the use of "Back" browser button more intuitive.
58
+
59
+
- Core:
60
+
61
+
- On Firefox, fixed an issue when, with a popup UI open, opening "Internal State" page would make the popup show the wrong tab stats until a tab switch.
62
+
63
+
- On Firefox, fixed popup UI's tab stats flickering between inconsistent states when, with a popup UI open, a new tab gets opened, starts loading, and then gets redirected, with all of it happening really fast.
Copy file name to clipboardExpand all lines: extension/manifest-common.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"manifest_version": 2,
3
3
4
4
"name": "Hoardy-Web",
5
-
"version": "1.19.0",
5
+
"version": "1.20.0",
6
6
"description": "Passively capture, archive, and hoard your web browsing history, including the contents of the pages you visit, for later offline viewing, replay, mirroring, data scraping, and/or indexing. Low memory footprint, lots of configuration options.",
0 commit comments