Releases: kucukaslan/todo
Releases · kucukaslan/todo
v0.4.2 RETRACTED VERSION
Changelog
- 7717d78 update installation instructions, retract v0.4.1
v0.1.4-alpha-2
Changelog
- 0c2ab10 at least keep commit info in go install
v0.1.4-alpha
Changelog
- 97a1bc5 yet another attempt to inject version
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Changelog
- c08081a Add "Unmark an Item (mark incomplete)" feature with -um flag
- ed7978e Add Readme and instalatio guide.
- e13e8f4 Add remaining functionalities. Added addItem, deleteItem, markItem method. Implement the JSON conversions.
- 2545ab7 Create LICENSE
- 8082a0f Create go.yml
- 4a77cd5 Define Initial item type, add test. Add toString() and toJSON methods.
- dc8d7a2 Have a seperate file for TodoList, format the list output.
- bc47648 Persist data in corresponding config directory.
- 1cb342f Reading and writing data to a file.
- c93abed Rename program to todo, add version (-v) flag
- aa52aa8 Store the date in time.RFC333 format,
- 0775656 Update Readme.md
- b456bc7 Update goreleaser.yml
- 68bb360 Update the readme to improve readablity.
- 9843216 add .goreleaser
- c0b513e add go releaser, goreportcard and
- 9351922 first commit
- 5423eaf fix typo
- 193ca2e main: use the methods instead of the wrapper functions
- 46692c5 rename todo.go to main.go
- 8be06ec use go 1.21