Skip to content

Commit 5617a5f

Browse files
committed
Bump version in package files, screenshots, and changelog
1 parent 24b0b21 commit 5617a5f

File tree

11 files changed

+610
-219
lines changed

11 files changed

+610
-219
lines changed

Diff for: docs-source/changelog.md

+27-19
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@ This document lists all notable changes to the functionality of TaskLite.
77
---
88

99

10-
## 2024-05-03 - <small>[28bf7b9]</small>
10+
## 2024-09-23 - <small>[0.4]</small>
1111

12-
[28bf7b9]: https://github.com/ad-si/TaskLite/commit/28bf7b9
12+
[0.4]: https://github.com/ad-si/TaskLite/releases/tag/v0.4.0.0
1313

1414

1515
#### General
1616

1717
- Add simple webapp powered by [elm.land](https://elm.land)
1818
- Add support for hooks to execute code during a task's lifecycle ([ba2054b])
19-
- `pre-launch` and `post-launch` hooks ([7f23203])
20-
- `pre-add` hooks ([ff607f6])
2119
- Set text color according to current background color ([1d9ae64])
2220
- Add support for recurring tasks ([8028190])
2321
- Add support for external CLI commands ([9cb8fa3])
@@ -26,26 +24,36 @@ This document lists all notable changes to the functionality of TaskLite.
2624
- Add support for filter expressions to sub-command `new` ([9ab3992])
2725
- Improve design of detail view (used by "info" & "next" commands) ([c32be9f])
2826
- Extend and restructure the documentation
27+
- Webapp: Show selected tags in header ([ff1bf2e])
28+
- Edit mode: If parsing fails, re-open editor with modified content ([2b5a0e1])
29+
- Improve import of user, title, labels fields
30+
(needed for importing GitHub issues) ([af51aaa])
2931

3032

3133
#### New Subcommands
3234

3335
- `stats` - List share of Done, Obsolete, Deletable tasks ([c2a2d70])
3436
- `server` - Starts an API + GraphQL server powered by [AirGQL] ([4669498])
37+
- `random` - Show a random task ([88a999d])
3538
- `deletetag` ([d3ab4de])
3639
- `deletenote` ([581ffae])
37-
- `random` ([88a999d])
3840
- `json` - Show tasks in JSON format ([45ad3f3])
3941
- `reviewin` - Set review date in x days ([b05c81a])
4042
- `idea` - Quickly capture ideas ([6545500])
41-
- `modified` ([71e4603])
42-
- `modifiedonly` ([4809d5b])
43+
- `modified` - List all tasks by modified UTC desc ([71e4603])
44+
- `modifiedonly` - List tasks where modified UTC /= creation UTC
45+
by modified UTC desc ([4809d5b])
46+
- `notes` - List all notes descending by creation UTC ([81e6885])
4347
- `recurring` - List recurring tasks ([0c11309])
44-
- `unrecur` ([2ee1c21])
45-
- `unwake` ([987a4fe])
46-
- `unready` ([987a4fe])
47-
- `unreview` ([1d82631])
4848
- `ingest` - Runs `import` -> `edit` -> `delete` workflow on files ([325e0ac])
49+
- `importdir` - Import all .json and .eml files in a directory ([4c3c50a])
50+
- `ingestdir` - Ingest all .json and .eml files in a directory ([4c3c50a])
51+
- `endall` - End all provided tasks
52+
(change `end` to accept a closing note) ([4d2032e])
53+
- `unrecur` - Remove recurring timestamp ([2ee1c21])
54+
- `unwake` - Remove awake timestamp ([987a4fe])
55+
- `unready` - Remove ready timestamp ([987a4fe])
56+
- `unreview` - Remove review timestamp ([1d82631])
4957

5058
[AirGQL]: https://github.com/Airsequel/AirGQL
5159

@@ -64,9 +72,9 @@ Check out the [commit history] for all changes.
6472
[commit history]: https://github.com/ad-si/TaskLite/commits/master/
6573

6674

67-
## 2020-03-01 - <small>[0.3.0.0]</small>
75+
## 2020-03-01 - <small>[0.3]</small>
6876

69-
[0.3.0.0]: https://github.com/ad-si/TaskLite/releases/tag/v0.3.0.0
77+
[0.3]: https://github.com/ad-si/TaskLite/releases/tag/v0.3.0.0
7078

7179
- Add `edit` command to edit YAML version of task in `$EDITOR` ([1add89e])
7280
- Add several `un*` commands to erase fields ([0f09c3d])
@@ -93,9 +101,9 @@ Check out the [commit history] for all changes.
93101
[8d0657c]: https://github.com/ad-si/TaskLite/commit/8d0657c
94102

95103

96-
## 2019-10-04 - <small>[0.2.2.0]</small>
104+
## 2019-10-04 - <small>[0.2.2]</small>
97105

98-
[0.2.2.0]: https://github.com/ad-si/TaskLite/releases/tag/v0.2.2.0
106+
[0.2.2]: https://github.com/ad-si/TaskLite/releases/tag/v0.2.2.0
99107

100108
- Support optional filter expression after "count" command ([61e87b7])
101109
- Automatically create a config file if it doesn't exist ([7407f87])
@@ -105,17 +113,17 @@ Check out the [commit history] for all changes.
105113
[7407f87]: https://github.com/ad-si/TaskLite/commit/7407f87
106114

107115

108-
## 2019-07-14 - <small>[0.2.1.0]</small>
116+
## 2019-07-14 - <small>[0.2.1]</small>
109117

110-
[0.2.1.0]: https://github.com/ad-si/TaskLite/releases/tag/v0.2.1.0
118+
[0.2.1]: https://github.com/ad-si/TaskLite/releases/tag/v0.2.1.0
111119

112120
- Fix creation of Docker image, extend documentation accordingly ([fa4cad3])
113121

114122
[fa4cad3]: https://github.com/ad-si/TaskLite/commit/fa4cad3
115123

116124

117-
## 2019-06-13 - <small>[0.2.0.0]</small>
125+
## 2019-06-13 - <small>[0.2]</small>
118126

119-
[0.2.0.0]: https://github.com/ad-si/TaskLite/releases/tag/v0.2.0.0
127+
[0.2]: https://github.com/ad-si/TaskLite/releases/tag/v0.2.0.0
120128

121129
- Initial release

Diff for: docs-source/images/help.svg

+49-38
Loading

Diff for: tasklite-core/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tasklite-core
2-
version: 0.3.0.0
2+
version: 0.4.0.0
33
github: "ad-si/TaskLite"
44
license: AGPL-3.0-or-later
55
author: Adrian Sieber

Diff for: tasklite-core/tasklite-core.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: tasklite-core
8-
version: 0.3.0.0
8+
version: 0.4.0.0
99
synopsis: CLI task / todo list manager with SQLite backend
1010
description: TaskLite is a CLI task / todo list manager with a SQLite backend.
1111
It is designed to be simple and easy to use,

Diff for: tasklite-webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasklite-webapp",
3-
"version": "0.3.0.0",
3+
"version": "0.4.0.0",
44
"dependencies": {
55
"elm": "^0.19.1-5",
66
"elm-format": "^0.8.7"

Diff for: tasklite/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tasklite
2-
version: 0.3.0.0
2+
version: 0.4.0.0
33
github: "ad-si/TaskLite"
44
license: AGPL-3.0-or-later
55
author: Adrian Sieber

Diff for: tasklite/screenshots/help-short.svg

+1-1
Loading

0 commit comments

Comments
 (0)