Skip to content

Commit

Permalink
Release of v0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OsaSoft committed Aug 31, 2023
1 parent 9ddbddb commit bbf00d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 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.17.3",
"version": "0.17.4",
"applications": {
"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.17.3";
const currentVersion = "0.17.4";

const LAST_SHOWN_CHANGELOG_KEY = "changelog.lastShown";

Expand Down
16 changes: 9 additions & 7 deletions pages/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,18 @@ <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.17.3?</h2>
<h2>What's new in version 0.17.4?</h2>
<ul>
<li>Fixed shorts not being marked as watched automatically upon viewing (if setting is enabled).</li>
<li>
Fixed YT UI update breaking the "Mark as watched" overlay on both the subscriptions and channel videos pages.<\br>
Not the prettiest fix, but it works for now. Since I don't have access to the old overlay, not sure
what the impact on that will be (most likely the button visible at all times, not just on hover).
</li>
<li>Fix inline ads without link breaking functionality</li>
<li>Fix YT update breaking functionality (again, thanks YT)</li>
</ul>

<h2>Contributor thank you</h2>
<p>
I would like to thank <a href="https://github.com/ericfrazer">ericfrazer</a> for his contributions to the project. He swiftly fixed both of
these issues while I was too busy to look at it sooner. Thank you!
</p>

<h2>Want to help?</h2>
<p>This extension is developed completely as a hobby project in my free time, if you want to help me, even reaching out
with a kind word is enough.</p>
Expand Down

1 comment on commit bbf00d7

@AndrewTPohlmann
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Please sign in to comment.