You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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 <ahref="https://stackapps.com/questions/3082/view-vote-totals-without-1000-rep" target="_blank">wrote the original script</a>) and thedemons (who <ahref="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>
44
49
- Update extension to use the new Manifest v3, made mandatory by Google, to prevent the extension from breaking in a few months<br/>
45
50
- Sidebar: remove number of favorites information from the popover, since this information isn't available anymore
46
-
</strong>
47
51
<br/><br/>
48
52
<li>0.3.5</li>
49
53
- Update answer percent score styling, to match more with SO theme (<ahref="https://github.com/AnthoPakPak/StackOverflowPowerUser/issues/2" target="_blank">as requested here</a>)<br/>
Copy file name to clipboardExpand all lines: options_page.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,9 @@ <h1>Contribute on GitHub</h1>
148
148
<h1>Changelog - What's new?</h1>
149
149
<hr/>
150
150
<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 <ahref="https://stackapps.com/questions/3082/view-vote-totals-without-1000-rep" target="_blank">wrote the original script</a>) and thedemons (who <ahref="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
0 commit comments