Skip to content

Commit 4056807

Browse files
committed
Bump version to 0.4.1 and update changelog
1 parent 33ca5db commit 4056807

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

changelog.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ <h1>Changelog - What's new?</h1>
4040
<ul>
4141

4242
<strong>
43-
<li>0.4.0</li>
43+
<li>0.4.1</li>
44+
- Add a feature to allow expanding vote counts even when you don't have the required 1000 reputation points. It's enabled by default. Thanks to Rob W (who <a href="https://stackapps.com/questions/3082/view-vote-totals-without-1000-rep" target="_blank">wrote the original script</a>) and thedemons (who <a href="https://github.com/AnthoPakPak/StackOverflowPowerUser/pull/6" target="_blank">added the feature in this extension</a>) for making this possible.<br/>
45+
- Fix "Show indicator when there isn't any answer to the question" feature, accidentally broke in previous update
46+
</strong>
47+
<br/><br/>
48+
<li>0.4.0</li>
4449
- Update extension to use the new Manifest v3, made mandatory by Google, to prevent the extension from breaking in a few months<br/>
4550
- Sidebar: remove number of favorites information from the popover, since this information isn't available anymore
46-
</strong>
4751
<br/><br/>
4852
<li>0.3.5</li>
4953
- Update answer percent score styling, to match more with SO theme (<a href="https://github.com/AnthoPakPak/StackOverflowPowerUser/issues/2" target="_blank">as requested here</a>)<br/>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "StackOverflow Power User",
55
"short_name": "SO Power User",
6-
"version": "0.4.0",
6+
"version": "0.4.1",
77
"description": "Stop wasting time while programming! Adds many features to save time when searching for solutions on StackOverflow",
88

99
"content_scripts": [{

options_page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ <h1>Contribute on GitHub</h1>
148148
<h1>Changelog - What's new?</h1>
149149
<hr/>
150150
<p>
151-
<strong>In the last update (0.4.0) :</strong><br/>
152-
- Update extension to use the new Manifest v3, made mandatory by Google, to prevent the extension from breaking in a few months<br/>
153-
- Sidebar: remove number of favorites information from the popover, since this information isn't available anymore
151+
<strong>In the last update (0.4.1) :</strong><br/>
152+
- Add a feature to allow expanding vote counts even when you don't have the required 1000 reputation points. It's enabled by default. Thanks to Rob W (who <a href="https://stackapps.com/questions/3082/view-vote-totals-without-1000-rep" target="_blank">wrote the original script</a>) and thedemons (who <a href="https://github.com/AnthoPakPak/StackOverflowPowerUser/pull/6" target="_blank">added the feature in this extension</a>) for making this possible.<br/>
153+
- Fix "Show indicator when there isn't any answer to the question" feature, accidentally broke in previous update
154154

155155
<form style="display: inline-block" action="changelog.html">
156156
<input type="submit" value="View full Changelog page"/>

0 commit comments

Comments
 (0)