Skip to content

Commit

Permalink
Updated README and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tmahmood committed Jul 26, 2024
1 parent ada074a commit 18ec4d2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Fri 26, 2024

- [x] Now using GitHub action to create release builds
- [ ] Usability improvements on a long task list
- [ ] Hiding empty columns
- [ ] Temporary highlight last modified column, if visible
- [x] Marking a task done with keyboard shortcut
- [x] Bug fix, not unmarking completed task
- [ ] Modification
- [x] Editing
- [ ] Deleting
- [x] Stopping active task from List
- [x] Starting tasks
- [x] Annotation/Denotation
- [ ] Following Context
- [ ] Error handling
- [x] Returning error message in case error occurred
- [ ] Retaining input in case of error
- [ ] Add more tests
- [x] Which port to run
- [ ] Convert to desktop app using Tauri
- [ ] Reporting
- [ ] Project wise progress
- [ ] Burndown reports
- [ ] Column customization
- [ ] Color customization
- [ ] Time warrior integration, and time reporting
29 changes: 5 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Still work in progress. But in the current stage it is pretty usable. You can se

![Application](./screenshots/full_page.png)

# Using Release Binary

Latest release binaries are now available. Check the release tags on the sidebar

# Using Docker

Docker image is provided. A lot of thanks go to [DCsunset](https://github.com/DCsunset/taskwarrior-webui)
Expand Down Expand Up @@ -161,27 +165,4 @@ This will bring up undo confirmation dialog
This is a work in progress application, many things will not work,
there will be errors, as no checks, and there may not be any error messages in case of error.
- [ ] Usability improvements on a long task list
- [ ] Hiding empty columns
- [ ] Temporary highlight last modified column, if visible
- [x] Marking a task done with keyboard shortcut
- [x] Bug fix, not unmarking completed task
- [ ] Modification
- [x] Editing
- [ ] Deleting
- [x] Stopping active task from List
- [x] Starting tasks
- [x] Annotation/Denotation
- [ ] Following Context
- [ ] Error handling
- [x] Returning error message in case error occurred
- [ ] Retaining input in case of error
- [ ] Add more tests
- [x] Which port to run
- [ ] Convert to desktop app using Tauri
- [ ] Reporting
- [ ] Project wise progress
- [ ] Burndown reports
- [ ] Column customization
- [ ] Color customization
- [ ] Time warrior integration, and time reporting
![Change Log](CHANGELOG.md)

0 comments on commit 18ec4d2

Please sign in to comment.