Skip to content

Commit 042aef0

Browse files
committed
docs: reformat, update CHANGELOG
1 parent b043c55 commit 042aef0

File tree

1 file changed

+83
-83
lines changed

1 file changed

+83
-83
lines changed

CHANGELOG.md

+83-83
Original file line numberDiff line numberDiff line change
@@ -4,62 +4,62 @@
44

55
> 2021-01-14
66
7-
### Chore
7+
### Bug Fixes
8+
9+
* 2695b5c [#108](https://github.com/Splode/pomotroid/issues/108) Visual feedback for settings checkbox
10+
* a26fc10 tick sounds correctly during break
11+
* dfca313 disable menu so Ctrl+W doesn't close app
12+
* 8f54ba7 scoop manifest hash for v0.12.0
13+
14+
### Chores
815

916
* b4eeef1 update various deps
1017
* 6888de6 update various deps
1118
* 8e34a5f add codeql github action
1219
* 561073e update scoop manifest for v0.12.0
1320

14-
### Ci
21+
### Continuous Integration
1522

1623
* ba5c617 add electron-builder workflow
1724

1825
### Docs
1926

2027
* 4c36ec6 add contributing guide
2128

22-
### Feat
29+
### Features
2330

2431
* 432a118 default to hardware acceleration disabled
2532
* 1919001 adjust shortcut input styling
2633
* adf449d set tick sounds during break default to true
2734
* 351d14a Add option to disable tick sounds during break
2835

29-
### Fix
30-
31-
* 2695b5c [#108](https://github.com/Splode/pomotroid/issues/108) Visual feedback for settings checkbox
32-
* a26fc10 tick sounds correctly during break
33-
* dfca313 disable menu so Ctrl+W doesn't close app
34-
* 8f54ba7 scoop manifest hash for v0.12.0
35-
3636

3737
<a name="v0.12.0"></a>
3838
## [v0.12.0](https://github.com/Splode/pomotroid/compare/v0.11.1...v0.12.0)
3939

4040
> 2020-09-06
4141
42-
### Chore
42+
### Bug Fixes
43+
44+
* d09e775 update tray icon state on timer-reset event
45+
46+
### Chores
4347

4448
* a79e03e update mini-css-extract-plugin
4549
* badd6b5 update various deps
4650
* 350dd44 update scoop manifest for v0.11.1
4751

48-
### Fix
49-
50-
* d09e775 update tray icon state on timer-reset event
51-
5252

5353
<a name="v0.11.1"></a>
5454
## [v0.11.1](https://github.com/Splode/pomotroid/compare/v0.11.0...v0.11.1)
5555

5656
> 2020-07-01
5757
58-
### Chore
58+
### Chores
5959

6060
* 0a1eae9 update pomotroid scoop manifest for v0.11.0
6161

62-
### Feat
62+
### Features
6363

6464
* ca0908b update macOS runtime, build icons
6565

@@ -69,7 +69,7 @@
6969

7070
> 2020-06-28
7171
72-
### Chore
72+
### Chores
7373

7474
* 9059f08 update scoop manifest to v0.10.0
7575

@@ -79,7 +79,7 @@
7979
* c7869d0 add theme preview img to README
8080
* e06381f add AppGet install instructions to README
8181

82-
### Feat
82+
### Features
8383

8484
* dfef070 add setting to minimize to tray on close
8585
* abf604e update macos runtime and build icons
@@ -92,16 +92,33 @@
9292

9393
> 2020-06-01
9494
95-
### Chore
95+
### Bug Fixes
96+
97+
* c5ddf9f set default theme if not present in config
98+
* 423fc19 adjust various theme accent colors
99+
* 1386dc3 timer play and pause button using css variables
100+
* 750c917 contrast of pomotroid theme color
101+
* 203d3b5 theme asset pathing in production
102+
* 87e119d color timer footer icons using theme colors
103+
* 8e85bfa add css variables to logo in about view
104+
* e334eab check for existence of config, create if non-existing
105+
106+
### Chores
96107

97108
* 6fe7d1b update scoop manifest for v0.9.0
98109

110+
### Code Refactoring
111+
112+
* fb5350f use userDir func in LocalStore
113+
* ef4d51b Themer exports a singleton
114+
* 3c57dac implement color scss variables as css variables
115+
99116
### Docs
100117

101118
* f17069d update to theme docs
102119
* 67109a1 update README, add theme docs
103120

104-
### Feat
121+
### Features
105122

106123
* 60b5278 load custom user themes
107124
* d82ce60 add tooltips to setting tabs
@@ -138,30 +155,17 @@
138155
* 210dcba add daily log rotation for activity logs
139156
* d19f177 log application activity to file
140157

141-
### Fix
142-
143-
* c5ddf9f set default theme if not present in config
144-
* 423fc19 adjust various theme accent colors
145-
* 1386dc3 timer play and pause button using css variables
146-
* 750c917 contrast of pomotroid theme color
147-
* 203d3b5 theme asset pathing in production
148-
* 87e119d color timer footer icons using theme colors
149-
* 8e85bfa add css variables to logo in about view
150-
* e334eab check for existence of config, create if non-existing
151-
152-
### Refactor
153-
154-
* fb5350f use userDir func in LocalStore
155-
* ef4d51b Themer exports a singleton
156-
* 3c57dac implement color scss variables as css variables
157-
158158

159159
<a name="v0.9.0"></a>
160160
## [v0.9.0](https://github.com/Splode/pomotroid/compare/v0.8.0...v0.9.0)
161161

162162
> 2020-05-25
163163
164-
### Chore
164+
### Bug Fixes
165+
166+
* 59a1ca8 capitalize app title
167+
168+
### Chores
165169

166170
* 6fc784b update scoop manifest for v0.8.0
167171
* cf857b6 add git-chglog config
@@ -171,22 +175,18 @@
171175
* cc7b6e9 update CHANGELOG
172176
* 856ab3e add CHANGELOG
173177

174-
### Feat
178+
### Features
175179

176180
* 20a56b7 improve accessibility of text elements
177181
* 5bd03d6 add tooltips to various UI components
178182

179-
### Fix
180-
181-
* 59a1ca8 capitalize app title
182-
183183

184184
<a name="v0.8.0"></a>
185185
## [v0.8.0](https://github.com/Splode/pomotroid/compare/v0.7.1...v0.8.0)
186186

187187
> 2020-05-09
188188
189-
### Chore
189+
### Chores
190190

191191
* ef77bc9 configure travis-ci to build on macos
192192

@@ -201,47 +201,47 @@
201201

202202
> 2020-04-03
203203
204+
### Bug Fixes
205+
206+
* b7a2419 time display issue during round transition
207+
204208
### Docs
205209

206210
* 269cabb minor edit to README
207211
* f0ec86e add scoop install instruction to README
208212

209-
### Feat
213+
### Features
210214

211215
* b6a7159 change "work" display to "focus"
212216
* 010a941 add scoop manifest
213217

214-
### Fix
215-
216-
* b7a2419 time display issue during round transition
217-
218218

219219
<a name="v0.7.0"></a>
220220
## [v0.7.0](https://github.com/Splode/pomotroid/compare/v0.6.2...v0.7.0)
221221

222222
> 2020-01-05
223223
224-
### Chore
224+
### Bug Fixes
225+
226+
* 1bcc01a TrayIcon EventBus listener uses new 'timer-tick' event
227+
* f29a5da [#57](https://github.com/Splode/pomotroid/issues/57) Hotkey to start/stop timer
228+
229+
### Chores
225230

226231
* bbfcd35 explicitly define artifact names per build target
227232
* bfe563b add tar archive as a linux build target
228233
* 3730a0a add snap, deb build targets
229234

230-
### Feat
231-
232-
* 1388945 offload timer to web worker
233-
234-
### Fix
235-
236-
* 1bcc01a TrayIcon EventBus listener uses new 'timer-tick' event
237-
* f29a5da [#57](https://github.com/Splode/pomotroid/issues/57) Hotkey to start/stop timer
238-
239-
### Refactor
235+
### Code Refactoring
240236

241237
* 85e795a change timer tick event payload structure, key name
242238
* 9691b95 rename local-store filename to LocalStore
243239
* e282f74 change event-bus filename to EventBus
244240

241+
### Features
242+
243+
* 1388945 offload timer to web worker
244+
245245
### Style
246246

247247
* 51b1fbe correct linting error
@@ -252,21 +252,21 @@
252252

253253
> 2019-09-01
254254
255-
### Chore
255+
### Bug Fixes
256256

257-
* e4b17fc build win portable and nsis versions
257+
* b76b045 revert to using interval in timer
258258

259-
### Fix
259+
### Chores
260260

261-
* b76b045 revert to using interval in timer
261+
* e4b17fc build win portable and nsis versions
262262

263263

264264
<a name="v0.6.1"></a>
265265
## [v0.6.1](https://github.com/Splode/pomotroid/compare/v0.6.0...v0.6.1)
266266

267267
> 2019-05-17
268268
269-
### Chore
269+
### Chores
270270

271271
* eda9ed7 update node version 8 -> 10 CI configs
272272
* 6001cb8 upgrade various deps
@@ -292,23 +292,23 @@
292292

293293
> 2019-02-09
294294
295+
### Bug Fixes
296+
297+
* 83c0681 ensure timer minute values are stored and passed as numbers (int)
298+
* 58f13b6 ensure only 1 instance of dial is animating, destroy/recreate dial
299+
* eeabedc set timer dial length on window focus, sync RAF and timer
300+
295301
### Docs
296302

297303
* ab258cb add documentation to timer-dial methods, props validation
298304

299-
### Feat
305+
### Features
300306

301307
* fa61e23 display timer durations in notifications
302308
* 2a8151e display color-coded icons in notifications
303309
* 93302b6 auto-hide the volume slider after a set time, unless in use
304310
* 6cdec04 set volume via slider, remove explicit reference to isMuted prop
305311

306-
### Fix
307-
308-
* 83c0681 ensure timer minute values are stored and passed as numbers (int)
309-
* 58f13b6 ensure only 1 instance of dial is animating, destroy/recreate dial
310-
* eeabedc set timer dial length on window focus, sync RAF and timer
311-
312312
### Style
313313

314314
* d5a4b31 format stylesheets
@@ -319,12 +319,12 @@
319319

320320
> 2019-02-04
321321
322-
### Chore
322+
### Chores
323323

324324
* a042945 use product name for artifact generation, adjust about spacing
325325
* adf86a1 use electron-build macros for artifact name generation
326326

327-
### Feat
327+
### Features
328328

329329
* c8303ca style and structure, native open project links in about drawer
330330
* 6aeeef3 set icon in window constructor
@@ -336,20 +336,20 @@
336336

337337
> 2019-02-02
338338
339-
### Chore
339+
### Bug Fixes
340+
341+
* 9f72b03 also set alwaysOnTop after window ready per ubuntu 18.04 bug
342+
* b42e5c2 create single localstore instance to guard against invalidation
343+
344+
### Chores
340345

341346
* 3a037a5 add build script for ia32 arch
342347
* 8efe921 minor dep upgrade
343348
* 0f9d049 upgrade eslint ^5, babel ^7
344349
* f4b839c upgrade anime major v3
345350
* d322b7f upgrade minor and patch dep versions
346351

347-
### Fix
348-
349-
* 9f72b03 also set alwaysOnTop after window ready per ubuntu 18.04 bug
350-
* b42e5c2 create single localstore instance to guard against invalidation
351-
352-
### Refactor
352+
### Code Refactoring
353353

354354
* 0573107 generate new default settings object instead of using assign
355355
* 2c8fe5f simplify and document local-store utility
@@ -368,7 +368,7 @@
368368

369369
* 6444525 add mini-mode to feature roadmap
370370

371-
### Feat
371+
### Features
372372

373373
* 45dbf80 add tray icon fixes and features from [@letmaik](https://github.com/letmaik)
374374

0 commit comments

Comments
 (0)