|
2 | 2 |
|
3 | 3 | ## CHANGES
|
4 | 4 |
|
| 5 | +v2.2.0 |
| 6 | +- Extensability: additional override options for AWP, make location toolbar more extensible |
| 7 | +- Extensability: support importing as module via dist/index.js, separate from ui.js |
| 8 | +- Deps: update to wabac.js 2.20.0, typescript support |
| 9 | + |
5 | 10 | v2.1.5
|
| 11 | + |
6 | 12 | - Fidelity: updated rewriting rules for instagram
|
7 | 13 | - Fidelity: disable window online/offline events in replay (via wabac.js)
|
8 | 14 | - Dependencies: update to wabac.js 2.19.9 + wombat 3.8.2, electron 32.1.0
|
9 | 15 |
|
10 | 16 | v2.1.4
|
| 17 | + |
11 | 18 | - Fidelity: improvements to FB rewriting, eval() rewriting, 'object' tag rewriting (via wabac.js 2.19.7, wombat 3.7.14)
|
12 | 19 |
|
13 | 20 | v2.1.3
|
| 21 | + |
14 | 22 | - Fidelity: edge-case rewriting improvements, avoid rewriting inside of strings, detect old-html framesets (via wabac.js 2.19.5, wombat 3.7.12)
|
15 | 23 |
|
16 | 24 | v2.1.2
|
| 25 | + |
17 | 26 | - Fidelity: Video replay improvements, fix rewriting of DASH manifests (via wabac.js 2.19.4, wombat 3.7.11)
|
18 | 27 |
|
19 | 28 | v2.1.1
|
| 29 | + |
20 | 30 | - Fidelity: fixes to Sharepoint site replay (via wabac.js 2.19.2, wombat 3.7.10)
|
21 | 31 | - UI: default URL resources search to 'prefix' as contains only works after prefix search
|
22 | 32 |
|
23 | 33 | v2.1.0
|
| 34 | + |
24 | 35 | - More fidelity fixes (via wabac.js 2.19.1, wombat 3.7.8)
|
25 | 36 | - Improved messaging: embed tag emits @rwp-page-loading and @rwp-url-change events
|
26 | 37 | - Remove multiTs from hashtag, avoid double history nav as it was being set
|
27 | 38 |
|
28 | 39 | v2.0.2
|
| 40 | + |
29 | 41 | - Fidelity improvements (via wabac.js 2.18.4 and wombat 3.7.7), including improved encoding detection
|
30 | 42 | - Upgrade Shoelace & Lit by @SuaYoo in https://github.com/webrecorder/replayweb.page/pull/329
|
31 | 43 | - Adds multi-resolution ICO file for Windows by @Shrinks99 in https://github.com/webrecorder/replayweb.page/pull/325
|
32 | 44 | - Resource search remove auto-added http prefix by @ikreymer in https://github.com/webrecorder/replayweb.page/pull/334
|
33 | 45 | - Configure package exports explicitly by @emma-sg in https://github.com/webrecorder/replayweb.page/pull/336
|
34 | 46 |
|
35 | 47 | v2.0.1
|
| 48 | + |
36 | 49 | - Fidelity improvements (via wabac.js and wombat), including fixes ebay carousel #326 (via wombat)
|
37 | 50 | - partial fix to error page escaping #323 (via wabac)
|
38 |
| -fixes to reddit pages #317 |
| 51 | +- fixes to reddit pages #317 |
39 | 52 | - Fixes to twitter/x replay (via wabac / wombat)
|
40 | 53 | - Build improvements: run mkdocs gh-deploy --force in gh action, instead of publish-docs to avoid accidental updates
|
41 | 54 | - Auto install ruffle from download script, remove from git, add 'update-ruffle' script
|
|
69 | 82 | - build(deps): bump loader-utils from 2.0.0 to 2.0.4 by @dependabot in https://github.com/webrecorder/replayweb.page/pull/316
|
70 | 83 | - 2.0.0 Release by @SuaYoo in https://github.com/webrecorder/replayweb.page/pull/269
|
71 | 84 |
|
72 |
| - |
73 | 85 | v1.8.17
|
74 | 86 |
|
75 | 87 | - Dependencies: update to wabac.js 2.17.3, wombat 3.7.3
|
|
0 commit comments