chore: release v0.1.0
Initial release. Added: - Create todo lists versioned by date - Edit, list todo notes by any date format understood by `date(1)` - Write custom template programs to generate content for newly created notes
This commit is contained in:
15
CHANGELOG.md
Normal file
15
CHANGELOG.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
This [changelog.md] keeps track of major changes to this program.
|
||||||
|
|
||||||
|
## v0.1.0
|
||||||
|
|
||||||
|
Initial release.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Create todo lists versioned by date
|
||||||
|
- Edit, list todo notes by any date format understood by `date(1)`
|
||||||
|
- Write custom template programs to generate content for newly created notes
|
||||||
|
|
||||||
|
[changelog.md]: https://changelog.md/
|
||||||
2
agenda
2
agenda
@@ -47,7 +47,7 @@ __usage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
__version() {
|
__version() {
|
||||||
echo "${0##*/} version 0.0.3"
|
echo "${0##*/} version 0.1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
__main() {
|
__main() {
|
||||||
|
|||||||
2
agenda.1
2
agenda.1
@@ -1,4 +1,4 @@
|
|||||||
.TH AGENDA 1 "2023-11-14" "agenda 0.0.3"
|
.TH AGENDA 1 "2024-06-07" "agenda 0.1.0"
|
||||||
\#=============================================================================
|
\#=============================================================================
|
||||||
.SH NAME
|
.SH NAME
|
||||||
agenda \- Manage daily tasks and notes in any plain text format.
|
agenda \- Manage daily tasks and notes in any plain text format.
|
||||||
|
|||||||
Reference in New Issue
Block a user