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: README.md
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,30 +18,34 @@ To develop and test the extension, you need to open the "about:debugging" page i
18
18
Further documentation about developing Firefox extensions can be found [here](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension).
19
19
20
20
## Release Notes
21
+
### Version 1.6
22
+
**[NEW]** Added ability to adjust chime volume (issue #6)
23
+
**[FIXED]** Improved invalid alarm detection to reset an alarm that's set too far into the future (issue #7)
24
+
21
25
### Version 1.5
22
-
***[NEW]** Chime can now be stopped (issue #3)
23
-
***[NEW]** Added toolbar icon
24
-
***[FIXED]** Issue with chime not activating (issue #4)
25
-
***[FIXED]** Various code optimizations to improve performance
26
+
**[NEW]** Chime can now be stopped (issue #3)
27
+
**[NEW]** Added toolbar icon
28
+
**[FIXED]** Issue with chime not activating (issue #4)
29
+
**[FIXED]** Various code optimizations to improve performance
26
30
27
31
### Version 1.4
28
-
***[NEW]** Added "Fix Timing" button to the add-on options
29
-
***[FIXED]** Removed unnecessary developer code
32
+
**[NEW]** Added "Fix Timing" button to the add-on options
33
+
**[FIXED]** Removed unnecessary developer code
30
34
31
35
### Version 1.3.1
32
-
***[FIXED]** Chime is no longer 1 hour behind
36
+
**[FIXED]** Chime is no longer 1 hour behind
33
37
34
38
### Version 1.3
35
-
***[NEW]** Changed to the more stable and reliable Javascript Alarm API
36
-
***[FIXED]** Repaired issues with add-on not working after a period of time
39
+
**[NEW]** Changed to the more stable and reliable Javascript Alarm API
40
+
**[FIXED]** Repaired issues with add-on not working after a period of time
Do you notice the chimes playing too early or too late? Do they not play at all? Did you recently change your computer's time settings? Press the <i>Fix Timing</i> button to fix issues with the timing function.<br>
Do you notice the chimes playing too early or too late? Do they not play at all? Did you recently change your computer's time settings? Press the <i>Fix Timing</i> button to fix issues with the timing function.<br>
0 commit comments