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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
74
74
75
75
### Fixed 🐛
76
76
77
-
- Better fix for missing sidebar. More idiomatic fix for Issue #37. It uses jQuery within the proper file, just before adding the sidebar base. It also directly tests the DOM to see if the "small-2" column is missing, rather than just guessing using the URL. Fixes #37
77
+
- Better fix for missing sidebar. More idiomatic fix for Issue [#37](https://github.com/Questionable-Content-Extensions/client/issues/37). It uses jQuery within the proper file, just before adding the sidebar base. It also directly tests the DOM to see if the "small-2" column is missing, rather than just guessing using the URL. Fixes [#37](https://github.com/Questionable-Content-Extensions/client/issues/37)
78
78
79
79
## [0.6.0][] - 2019-03-08
80
80
@@ -85,36 +85,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85
85
- Add support for the new item image system and for image uploading
86
86
- Add edit log view for editors
87
87
- Add flags for indicating whether a comic is lacking certain features
88
-
- Add loading indicators for the comic image. Implements the comic image of #14.
88
+
- Add loading indicators for the comic image. Implements the comic image of [#14](https://github.com/Questionable-Content-Extensions/client/issues/14).
89
89
- Add updating indicators for the item details dialog
90
90
- Add updating indicators and/or disable controls for editor actions
91
-
- Add loading indicators for edit log. Closes #14
91
+
- Add loading indicators for edit log. Closes [#14](https://github.com/Questionable-Content-Extensions/client/issues/14)
92
92
- Add ItemService to avoid loading data multiple times
93
-
- Report version to server. Closes #29
93
+
- Report version to server. Closes [#29](https://github.com/Questionable-Content-Extensions/client/issues/29)
94
94
- Create LICENSE
95
95
96
96
### Changed 🔧
97
97
98
98
- Use async where possible
99
99
- Do events for loading item data
100
-
- Supports using the correct image format data from the server, which closes #17
100
+
- Supports using the correct image format data from the server, which closes [#17](https://github.com/Questionable-Content-Extensions/client/issues/17)
101
101
- Update copyright year
102
102
- Rename ComicDataControllerBase to EventHandlingControllerBase
103
103
- Separate out code checking from building. To speed up building simple fixes and amendments (Flow and ESLint are slow)
104
-
- Move more code to ItemService, where it belongs. Closes #31
104
+
- Move more code to ItemService, where it belongs. Closes [#31](https://github.com/Questionable-Content-Extensions/client/issues/31)
105
105
- Organize the existing CSS
106
-
- Extract inline styles to proper style classes. Closes #32
106
+
- Extract inline styles to proper style classes. Closes [#32](https://github.com/Questionable-Content-Extensions/client/issues/32)
107
107
- Update copyright year also for HTML templates
108
108
- Update build packages
109
109
- Fully transition to using events for maintenance mode
110
110
111
111
### Fixed 🐛
112
112
113
113
- Fix various minor bugs
114
-
- Ensure maintenance mode is handled correctly everywhere. Closes #27
114
+
- Ensure maintenance mode is handled correctly everywhere. Closes [#27](https://github.com/Questionable-Content-Extensions/client/issues/27)
115
115
- Handle errors at all in the edit log dialog
116
116
- Set $inject on SettingsController so the code keeps working uglified/minified
117
-
- Ensure that random comic navigation respects exclusion settings. Closes #18
117
+
- Ensure that random comic navigation respects exclusion settings. Closes [#18](https://github.com/Questionable-Content-Extensions/client/issues/18)
118
118
- Fix indentation in constants.js
119
119
- Undo checkboxes and turn off update indicator when updates fail
120
120
- Fix server/client API mismatch
@@ -150,7 +150,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150
150
151
151
### Added ✨
152
152
153
-
- Add shim to support GM 4.0 (PR #23)
153
+
- Add shim to support GM 4.0 (PR [#23](https://github.com/Questionable-Content-Extensions/client/pull/23))
154
154
155
155
### Changed 🔧
156
156
@@ -163,7 +163,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -172,7 +172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
172
172
- Add support for showing the comic strip publish date
173
173
- Add support for setting the comic strip publish date
174
174
- Add support for approximate publish dates
175
-
- Add a ribbon indicating comic status for non-canon and guest strips. Closes #4
175
+
- Add a ribbon indicating comic status for non-canon and guest strips. Closes [#4](https://github.com/Questionable-Content-Extensions/client/issues/4)
176
176
- Show an indicator when the script is set to development mode
177
177
178
178
### Changed 🔧
@@ -184,7 +184,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
184
184
185
185
### Fixed 🐛
186
186
187
-
- Reduce scope of overzealous border removal style. Fixes #16
187
+
- Reduce scope of overzealous border removal style. Fixes [#16](https://github.com/Questionable-Content-Extensions/client/issues/16)
188
188
189
189
### Removed 🗑
190
190
@@ -203,11 +203,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203
203
- Update Grunt version and Grunt plugin versions
204
204
- Make Travis use Ruby v2.4.1
205
205
- Have VersionEye watch 'develop' branch instead of 'master'
206
-
- Make "Show all members" behave much nicer than before. It now shows the cast/locations/storylines in the comic strip separate from the non-present cast/locations/storylines, and out of the way. (Also, fixes #8 for real this time.)
206
+
- Make "Show all members" behave much nicer than before. It now shows the cast/locations/storylines in the comic strip separate from the non-present cast/locations/storylines, and out of the way. (Also, fixes [#8](https://github.com/Questionable-Content-Extensions/client/issues/8) for real this time.)
207
207
208
208
### Fixed 🐛
209
209
210
-
- Show all members should always work, even when a comic has no data. Fixes #8
210
+
- Show all members should always work, even when a comic has no data. Fixes [#8](https://github.com/Questionable-Content-Extensions/client/issues/8)
211
211
- Make the button the correct size
212
212
213
213
## [0.4.1][] - 2016-12-26
@@ -221,7 +221,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
221
221
### Added ✨
222
222
223
223
- Add in missing notifications for locations, storylines, titles and taglines
224
-
- Put comic number in site title for better browser navigation experience. Resolves #11
224
+
- Put comic number in site title for better browser navigation experience. Resolves [#11](https://github.com/Questionable-Content-Extensions/client/issues/11)
225
225
226
226
### Changed 🔧
227
227
@@ -238,8 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238
238
- Fix for dynamic news on QC frontpage
239
239
- Fix indentation issues
240
240
- Fix bug introduced regarding editorData from the web service
241
-
- Save settings regardless of how the setting dialog is closed. Fixes #3
242
-
- Fixed #13 and hopefully also fixed #12
241
+
- Save settings regardless of how the setting dialog is closed. Fixes [#3](https://github.com/Questionable-Content-Extensions/client/issues/3)
242
+
- Fixed [#13](https://github.com/Questionable-Content-Extensions/client/issues/13) and hopefully also fixed [#12](https://github.com/Questionable-Content-Extensions/client/issues/12)
243
243
244
244
### Removed 🗑
245
245
@@ -281,7 +281,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
281
281
282
282
### Fixed 🐛
283
283
284
-
- Don't interfere with Firefox' Alt+Left/Alt+Right navigation. Fixes #2.
284
+
- Don't interfere with Firefox' Alt+Left/Alt+Right navigation. Fixes [#2](https://github.com/Questionable-Content-Extensions/client/issues/2).
285
285
- Deal with the two special cases of no next or no previous comic from the web service.
286
286
- Editor mode: Show taglines missing only for comics >= 3133 and missing location
0 commit comments