-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathchangelog.html
144 lines (133 loc) · 7.49 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>StackOverflow Power User Updated</title>
<link rel="stylesheet" href="css/options_style.css"/>
<link rel="stylesheet" href="css/chrome_shared.css"/>
</head>
<body>
<div class="main-container">
<header>
<img src="img/icons/icon_48x48.png">
StackOverflow Power User
<br/>
<span>🔥 The extension has been updated!</span>
</header>
<p>
<center>
If you find it useful, please consider adding a review on Chrome Store
<form style="display: inline-block"
action="https://chrome.google.com/webstore/detail/stackoverflow-power-user/dghoicnlchonhhkccfmjpjconhpajhdg/reviews">
<input type="submit" value="⭐️ Leave review on Chrome Store"/>
</form>
<br/><br/>
You can also send a small donation to support continuous updates!
<form style="display: inline-block" action="http://bit.ly/AnthoPakDonateSOPU">
<input type="submit" value="🍺 Donate️"/>
</form>
</center>
</p>
<br/>
<h1>Changelog - What's new?</h1>
<hr/>
<ul>
<strong>
<li>0.4.2</li>
- Add a feature to make SO page wider to take full advantage of large screens. It can be enabled and adjusted from options page. Thanks to <a href="https://github.com/AnthoPakPak/StackOverflowPowerUser/pull/7" target="_blank">AndyPLsql</a>.<br/>
- Sidebar: number of answers in the sidebar is now configurable<br/>
- Fix "Hide Hot Meta posts" feature for the new DOM update
</strong>
<br/><br/>
<li>0.4.1</li>
- 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/>
- Fix "Show indicator when there isn't any answer to the question" feature, accidentally broke in previous update
<br/><br/>
<li>0.4.0</li>
- Update extension to use the new Manifest v3, made mandatory by Google, to prevent the extension from breaking in a few months<br/>
- Sidebar: remove number of favorites information from the popover, since this information isn't available anymore
<br/><br/>
<li>0.3.5</li>
- 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/>
- Sidebar: fix information popover not showing up anymore with SO website changes<br/>
- 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>)
<br/><br/>
<li>0.3.4</li>
- Fix sidebar answer count which was broken due to StackExchange DOM update<br/>
- Increase min duration between two auto expand votes, because it seems SO has increased it to ~2sec
<br/><br/>
<li>0.3.3</li>
- Fix broken extension due to favorites now being bookmarks<br/>
- Change a bit sidebar color to fit better with the new SO dark mode
<br/><br/>
<li>0.3.2</li>
- Fix extension which was (again) broken due to StackExchange DOM update<br/>
- Change URL matching wildcard to allow running on subdomains like ru.stackoverflow.com
<br/><br/>
<li>0.3.1</li>
- Fix extension which was broken due to StackExchange DOM update
<br/><br/>
<li>0.3.0 (This update is pretty huge!)</li>
- The code has been totally refactored, improved, documented in preparation to open sourcing. You can now
contribute on the extension by making PR on <a href="https://github.com/AnthoPakPak/StackOverflowPowerUser" target="_blank">GitHub</a>.
You can also submit bugs reports or feature requests there ;)<br/>
- Add a feature to automatically expand all comments (hidden behind "show X more comments") when you use
CMD/Ctrl + F to search in page. This way you ensure that you are searching the whole page and are not
missing any results.<br/>
- Add a feature to hide "Hot Network Questions" & "Meta Posts" blocks from SO right sidebar to prevent
distraction (as requested by @Mikey Stengel)<br/>
- Settings page : sort features by categories to improve readability + settings are now saved automatically
when you change an option (no need to click the Save button anymore)<br/>
- Improve the "Auto expand votes count" feature to avoid reaching SO limit while navigating through answers
with arrow keys
<br/><br/>
<li>0.2.2</li>
- Add a feature to bring scrolling behavior to vote buttons, so that you still see them even on long posts. This
feature is enabled by default and can be disabled in settings (but I'm pretty sure you will love it!).<br/>
- Answers Sidebar : add the question vote number in the popup implemented in 0.2.0<br/>
- Fix the "upvote question from Answer Sidebar" feature implemented in 0.2.1 that was broken (sorry about that)
<br/><br/>
<li>0.2.1</li>
- Answers Sidebar : add the ability to upvote question right from the answers sidebar, so that you don't have to
scroll to the top to do it (as suggested by @Géza Kiss)<br/>
- Answers Sidebar : add an indicator to know if question is upvoted (as suggested by @Géza Kiss)<br/>
- Create a separate Changelog page that will appear every time the extension is updated
<br/><br/>
<li>0.2.0</li>
- Fix extension for StackOverflow website update<br/>
- Answers Sidebar : add the ability to hover the number of answers cell to get additional information about the
current page<br/>
- Small bug fixes in Answer Sidebar
<br/><br/>
<li>0.1.4</li>
- Add new Stack Exchange websites support
<br/><br/>
<li>0.1.3</li>
- Automatically disable <em>Auto expand votes count & Show answer score</em> if you doesn't have enough
reputation (the setting is not disabled in this settings page, to prevent you from being unable to use it when
you'll have enough rep)
<br/><br/>
<li>0.1.2</li>
- Add option to disable the new left sidebar that appears on every page (it will only disable it on
questions/answers pages, and not in profile etc)
<br/><br/>
<li>0.1.1</li>
- Improve settings page
<br/><br/>
<li>0.1.0</li>
- Initial release
</ul>
<br/>
<center>
<form action="options_page.html">
<input type="submit" value="Go to Settings page"/>
</form>
</center>
<br/><br/><br/>
<footer>Anthonin Cocagne - <a href="https://twitter.com/AnthoPak">Twitter</a> |
<a href="mailto:anthococagne@hotmail.fr">Mail</a> |
<a href="https://www.linkedin.com/in/anthonin-cocagne-22aa6ab5/" target="_blank">LinkedIn</a> |
<a href="https://stackoverflow.com/users/4894980/anthopak" target="_blank">StackOverflow</a></footer>
</div>
</body>
</html>