Skip to content

Commit

Permalink
Release of v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OsaSoft committed Aug 3, 2024
1 parent 434fc67 commit fec2f4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "Better Subs",
"manifest_version": 2,
"name": "Better Subscriptions for YouTube™",
"version": "0.19.1",
"version": "0.19.2",
"browser_specific_settings": {
"gecko": {
"id": "{5dc6dafa-584e-424a-bf90-1d1d8cfa3caa}",
Expand Down
2 changes: 1 addition & 1 deletion pages/background.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const currentVersion = "0.19.1";
const currentVersion = "0.19.2";

const LAST_SHOWN_CHANGELOG_KEY = "changelog.lastShown";

Expand Down
12 changes: 2 additions & 10 deletions pages/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,9 @@ <h1>Thanks for using Better Subscriptions for YouTube&trade;!</h1>
installing or updating the extension to a new version.
</p>

<h2>What's new in version 0.19.0?</h2>
<h2>What's new in version 0.19.2?</h2>
<ul>
<li>Sync watch history across devices (using same browser)</li>
</ul>

<h2>What's new in version 0.18.0? (repeating this here, as 0.18.0 did not get published for Chrome)</h2>
<ul>
<li>Enable UI for channel's live video (livestream) history</li>
<li>Moved forced-grid rules in css to improve performance</li>
<li>Enabled forced grid layout on all page</li>
<li>Fix: shorts video query catch "Latest YouTube posts" too</li>
<li>Support YouTube's updated layout</li>
</ul>

<h2>Contributor thank you</h2>
Expand Down

0 comments on commit fec2f4f

Please sign in to comment.