diff --git a/CHANGES.md b/CHANGES.md index b76095ee..d7a12d42 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,20 +3,25 @@ ## CHANGES v2.2.4 + - Loading: Fix for loading nested WACZ files (via wabac.js 2.20.7) - Embeds: Support full reload on embeds via fullReload() call on embed web component v2.2.3 + - Fidelity: Update to wabac.js 2.20.6, wombat 3.8.7, improved support for localStorage replay, if available - Fidelity: Improved upport for FB video replay (via wabac.js 2.20.6) v2.2.2 + - Fidelity: Update to wabac.js 2.20.3, wombat 3.8.6 for cache-override and worker rewrite improvements v2.2.1 + - Fidelity: Update to wabac.js 2.20.1 for document.write() comment frame detection improvement v2.2.0 + - Extensability: additional override options for AWP, make location toolbar more extensible - Extensability: support importing as module via dist/index.js, separate from ui.js - Deps: update to wabac.js 2.20.0, typescript support diff --git a/src/appmain.ts b/src/appmain.ts index 4e642c2c..8656c280 100644 --- a/src/appmain.ts +++ b/src/appmain.ts @@ -416,8 +416,8 @@ export class ReplayWebApp extends LitElement { (See Examples)(Learn More)

@@ -771,13 +771,13 @@ export class ReplayWebApp extends LitElement { } -

Full source code is available at: - https://github.com/webrecorder/replayweb.page +

Full source code is available + on GitHub.

-

See the User Docs or the GitHub README for more info on how it works.

+

See the documentation for more info on how it works.

-

ReplayWeb.page is part of the Webrecorder Project.

+

ReplayWeb.page is developed by Webrecorder.

Privacy

No data is uploaded anywhere and no information is collected.

diff --git a/src/assets/brand/webrecorder-lockup-color.svg b/src/assets/brand/webrecorder-lockup-color.svg new file mode 100644 index 00000000..02f1a174 --- /dev/null +++ b/src/assets/brand/webrecorder-lockup-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/embed-receipt.ts b/src/embed-receipt.ts index a4c8c44f..0c350421 100644 --- a/src/embed-receipt.ts +++ b/src/embed-receipt.ts @@ -1,5 +1,5 @@ import rwpLogo from "~assets/brand/replaywebpage-icon-color.svg"; -import brandLockupColor from "~assets/brand/replaywebpage-lockup-color.svg"; +import webrecorderLockupColor from "~assets/brand/webrecorder-lockup-color.svg"; import btAngleDoubleDown from "~assets/icons/chevron-double-down.svg"; import btAngleDoubleUp from "~assets/icons/chevron-double-up.svg"; import fabGithub from "@fortawesome/fontawesome-free/svgs/brands/github.svg"; @@ -232,7 +232,7 @@ export class RWPEmbedReceipt extends LitElement { style="white-space: nowrap;" target="_blank" href="https://replayweb.page" - >replayweb.pageReplayWeb.page.

${sourceUrl @@ -310,16 +310,17 @@ export class RWPEmbedReceipt extends LitElement {
@@ -332,7 +333,7 @@ export class RWPEmbedReceipt extends LitElement { >Source Code