Skip to content

Commit 302c0cd

Browse files
committed
docs: add issue/PR links to CHANGELOG
1 parent aab89f9 commit 302c0cd

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7474

7575
### Fixed 🐛
7676

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)
7878

7979
## [0.6.0][] - 2019-03-08
8080

@@ -85,36 +85,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8585
- Add support for the new item image system and for image uploading
8686
- Add edit log view for editors
8787
- 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).
8989
- Add updating indicators for the item details dialog
9090
- 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)
9292
- 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)
9494
- Create LICENSE
9595

9696
### Changed 🔧
9797

9898
- Use async where possible
9999
- 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)
101101
- Update copyright year
102102
- Rename ComicDataControllerBase to EventHandlingControllerBase
103103
- 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)
105105
- 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)
107107
- Update copyright year also for HTML templates
108108
- Update build packages
109109
- Fully transition to using events for maintenance mode
110110

111111
### Fixed 🐛
112112

113113
- 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)
115115
- Handle errors at all in the edit log dialog
116116
- 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)
118118
- Fix indentation in constants.js
119119
- Undo checkboxes and turn off update indicator when updates fail
120120
- Fix server/client API mismatch
@@ -150,7 +150,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150150

151151
### Added ✨
152152

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))
154154

155155
### Changed 🔧
156156

@@ -163,7 +163,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163163
### Fixed 🐛
164164

165165
- Fix build errors
166-
- Fix #25
166+
- Fix [#25](https://github.com/Questionable-Content-Extensions/client/issues/25)
167167

168168
## [0.5.1][] - 2017-04-08
169169

@@ -172,7 +172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
172172
- Add support for showing the comic strip publish date
173173
- Add support for setting the comic strip publish date
174174
- 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)
176176
- Show an indicator when the script is set to development mode
177177

178178
### Changed 🔧
@@ -184,7 +184,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
184184

185185
### Fixed 🐛
186186

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)
188188

189189
### Removed 🗑
190190

@@ -203,11 +203,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203203
- Update Grunt version and Grunt plugin versions
204204
- Make Travis use Ruby v2.4.1
205205
- 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.)
207207

208208
### Fixed 🐛
209209

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)
211211
- Make the button the correct size
212212

213213
## [0.4.1][] - 2016-12-26
@@ -221,7 +221,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
221221
### Added ✨
222222

223223
- 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)
225225

226226
### Changed 🔧
227227

@@ -238,8 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238238
- Fix for dynamic news on QC frontpage
239239
- Fix indentation issues
240240
- 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)
243243

244244
### Removed 🗑
245245

@@ -281,7 +281,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
281281

282282
### Fixed 🐛
283283

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).
285285
- Deal with the two special cases of no next or no previous comic from the web service.
286286
- Editor mode: Show taglines missing only for comics >= 3133 and missing location
287287

0 commit comments

Comments
 (0)