Skip to content

Commit d467177

Browse files
Merge pull request #3 from DanielGilbert/dev
Release v0.1.3
2 parents 52c4c28 + 3210378 commit d467177

30 files changed

Lines changed: 189 additions & 667 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build/chrome/release.zip
2+
build/firefox/release.zip
3+
debug/chrome
4+
debug/firefox

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.3] - 2022-01-04
9+
10+
### Added
11+
12+
- Prevents adding another entry on the same day
13+
14+
### Changed
15+
16+
- Renames extensions
17+
818
## [0.1.2] - 2022-01-03
919

1020
### Added
@@ -42,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4252
- Ability to fill the attendance sheet for a month
4353
- Ability to fill the attendance sheet for a day
4454

45-
[unreleased]: https://github.com/DanielGilbert/kenOne/compare/v0.1.2...HEAD
55+
[unreleased]: https://github.com/DanielGilbert/kenOne/compare/v0.1.3...HEAD
56+
[0.1.3]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.1...v0.1.3
4657
[0.1.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.1...v0.1.2
4758
[0.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.1.1
4859
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0

Chrome/settings/settings.html

Lines changed: 0 additions & 48 deletions
This file was deleted.

Chrome/utils/utils.js

Lines changed: 0 additions & 74 deletions
This file was deleted.

Firefox/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)