Skip to content

Commit 275f517

Browse files
committed
Bump version to 0.3.5 and update changlog
1 parent 4447032 commit 275f517

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

changelog.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</form>
2828

2929
<br/><br/>
30-
You can also send me a small donation to support me!
30+
You can also send a small donation to support me!
3131
<form style="display: inline-block" action="http://bit.ly/AnthoPakDonateSOPU">
3232
<input type="submit" value="🍺 Donate️"/>
3333
</form>
@@ -40,10 +40,15 @@ <h1>Changelog - What's new ?</h1>
4040
<ul>
4141

4242
<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 (<a href="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 (<a href="https://github.com/AnthoPakPak/StackOverflowPowerUser/issues/3" target="_blank">see here</a>)
47+
</strong>
48+
<br/><br/>
49+
<li>0.3.4</li>
4450
- Fix sidebar answer count which was broken due to StackExchange DOM update<br/>
4551
- Increase min duration between two auto expand votes, because it seems SO has increased it to ~2sec
46-
</strong>
4752
<br/><br/>
4853
<li>0.3.3</li>
4954
- Fix broken extension due to favorites now being bookmarks<br/>

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

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

99
"content_scripts": [{
1010
"css": ["css/content_style.css", "css/floating_sidebar.css"],

options_page.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ <h1>Contribute on GitHub</h1>
142142
<h1>Changelog - What's new ?</h1>
143143
<hr/>
144144
<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 (<a href="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 (<a href="https://github.com/AnthoPakPak/StackOverflowPowerUser/issues/3" target="_blank">see here</a>)
148149

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

0 commit comments

Comments
 (0)