Skip to content

Commit 3c77ac9

Browse files
committed
update CHANGELIST for 1.2.0
1 parent fa6e94b commit 3c77ac9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
## CHANGES
22

3+
v1.2.0
4+
- UI: Location bar fixes: Enter reloads same URL, Escape restores current URL, properly updated on navigation, Favicon displayed in location bar if available
5+
- UI: URL search defaults to all URL query, not HTML only query
6+
- Fidelity: Rewriting system overhaul, improved youtube rules, fuzzy matching improvements (using Levenshtein distance for query args)
7+
- Backend: Support for WARC record proxy, including kiwix/zim style separate headers and payload requests: headers loaded from `<prefix>/H/<url>`, payload from `<prefix>/A/<url>`
8+
9+
310
v1.1.2
411
- UI: Fix auto-loading of additional results on url search page when searching by mime type.
512
- Fidelity: More fixes to replay of embedded "about:blank", fix replay of embedded tweets in particular.
613
- Fidelity: Various improvements to fuzzy matching (longer params weighed higher, numeric params weighed by difference, support for required params)
714

15+
816
v1.1.1
917

1018
- UI: Sort column is now remembered (for page lists, url resources and main collection lists)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "replaywebpage",
33
"productName": "ReplayWeb.page",
4-
"version": "1.2.0-beta.2",
4+
"version": "1.2.0",
55
"description": "Serverless Web Archive Replay",
66
"repository": "https://github.com/webrecorder/replayweb.page",
77
"homepage": "https://replayweb.page/",

ui.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)