-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge: pull request #19 from iahmadgad/release
Prepare to release `v0.3.0`
- Loading branch information
Showing
8 changed files
with
90 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. The format | ||
is based on [Keep a Changelog], and this project adheres to [Semantic | ||
Versioning]. | ||
|
||
[keep a changelog]: https://keepachangelog.com/ | ||
[semantic versioning]: https://semver.org/ | ||
|
||
## [v0.3.0] - 2024-11-15 | ||
|
||
[v0.3.0]: https://github.com/iahmadgad/termux-clock/releases/v0.3.0 | ||
|
||
### Added | ||
|
||
- `--days` option for termux alarms. | ||
- `--hours`, `--minutes`, `--seconds` options for timers. | ||
|
||
### Removed | ||
- `--length` option. | ||
|
||
## [v0.2.0] - 2024-10-25 | ||
|
||
[v0.2.0]: https://github.com/iahmadgad/termux-clock/releases/v0.2.0 | ||
|
||
### Added | ||
|
||
- `alarm` subcommand. | ||
- `timer` subcommand. | ||
|
||
### Removed | ||
- `termux-alarm` shell script. | ||
|
||
### Changed | ||
- Reimplementation in Rust with extra features. | ||
|
||
## [v0.1.0] - 2024-09-29 | ||
|
||
[v0.1.0]: https://github.com/iahmadgad/termux-clock/releases/v0.1.0 | ||
|
||
### Added | ||
|
||
- `termux-alarm` shell script. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "termux-clock" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters