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
@@ -40,10 +40,15 @@ <h1>Changelog - What's new ?</h1>
40
40
<ul>
41
41
42
42
<strong>
43
-
<li>0.3.4</li>
43
+
<li>0.3.5</li>
44
+
- 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/>
45
+
- Sidebar: fix information popover not showing up anymore with SO website changes<br/>
46
+
- Remove "Hide the useless StackOverflow left sidebar" feature since it can now be done natively from SO user preferences (<ahref="https://github.com/AnthoPakPak/StackOverflowPowerUser/issues/3" target="_blank">see here</a>)
47
+
</strong>
48
+
<br/><br/>
49
+
<li>0.3.4</li>
44
50
- Fix sidebar answer count which was broken due to StackExchange DOM update<br/>
45
51
- Increase min duration between two auto expand votes, because it seems SO has increased it to ~2sec
46
-
</strong>
47
52
<br/><br/>
48
53
<li>0.3.3</li>
49
54
- Fix broken extension due to favorites now being bookmarks<br/>
Copy file name to clipboardExpand all lines: options_page.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -142,9 +142,10 @@ <h1>Contribute on GitHub</h1>
142
142
<h1>Changelog - What's new ?</h1>
143
143
<hr/>
144
144
<p>
145
-
<strong>In the last update (0.3.4) :</strong><br/>
146
-
- Fix sidebar answer count which was broken due to StackExchange DOM update<br/>
147
-
- Increase min duration between two auto expand votes, because it seems SO has increased it to ~2sec
145
+
<strong>In the last update (0.3.5) :</strong><br/>
146
+
- 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/>
147
+
- Sidebar: fix information popover not showing up anymore with SO website changes<br/>
148
+
- Remove "Hide the useless StackOverflow left sidebar" feature since it can now be done natively from SO user preferences (<ahref="https://github.com/AnthoPakPak/StackOverflowPowerUser/issues/3" target="_blank">see here</a>)
0 commit comments