Commit graph

194 commits

Author SHA1 Message Date
xeruf
5cd82e8581 enhance: display more accurate time tracking prefixes 2024-11-21 23:59:30 +01:00
xeruf
eea8511a6e feat: enable finding user by partial key and name 2024-11-21 21:18:26 +01:00
xeruf
9c92a19cde fix: make hashtag behaviour more consistent 2024-11-21 09:47:14 +01:00
xeruf
0a7685d907 feat: make hashtags case-insensitive 2024-11-21 09:17:56 +01:00
xeruf
20fc8f9a3a refactor: rename set_filter_from to since 2024-11-20 23:28:06 +01:00
xeruf
1f13c45831 feat: easy reset to own pubkey filter 2024-11-20 23:28:06 +01:00
xeruf
e320523fc0 feat: enable setting pubkey as context and auto-filter for own 2024-11-20 23:28:06 +01:00
xeruf
ca50bdf3bb feat: enhance display of task history 2024-11-20 19:34:40 +01:00
xeruf
88ecd68eb8 refactor: rename and document a few task methods 2024-11-20 19:05:33 +01:00
xeruf
00bd7a997a feat(main): show all task updates with comma 2024-11-19 17:09:59 +01:00
xeruf
cb1d8ef8fb feat: release new version 0.6.0 2024-11-18 15:02:50 +01:00
xeruf
2400f7c45b fix: parse markers again by reducing EventId referencing 2024-11-18 14:40:50 +01:00
xeruf
e186d034e5 fix: upgrade to nostr sdk development version 2024-11-15 17:19:49 +01:00
xeruf
43f8a3ebca feat: update to nostr sdk 0.36 2024-11-14 19:05:12 +01:00
xeruf
9a9c30dbb7 feat(main): auto-migrate existing key 2024-11-14 18:50:50 +01:00
xeruf
a0e411d2e9 feat(main): debug print config directory 2024-11-14 18:32:25 +01:00
xeruf
2cec689bf1 feat: automatically add tags from task properties 2024-11-12 23:03:53 +01:00
xeruf
b9f1d461fb feat(main): save keys in system keychain 2024-11-12 19:52:05 +01:00
xeruf
15a2ffd7e6 style: optimize imports with cargo fix 2024-11-11 14:59:25 +01:00
xeruf
5dfd7a084b refactor: create own file for EventSender 2024-11-11 13:13:15 +01:00
xeruf
ca24693dbb fix(main): auto-create config directory 2024-11-11 12:34:28 +01:00
xeruf
ed72bcebcf refactor: replace xdg dependency by platform-agnostic directories
Previously could not compile on Windows
2024-11-11 01:34:55 +01:00
xeruf
3749f72048 refactor(main): optimize feedback for (( command 2024-11-11 01:21:18 +01:00
xeruf
d1735476cc fix(main): improve feedback for (( command 2024-11-11 01:19:27 +01:00
xeruf
5dbea00562 feat: make hashtag interactions more dynamic 2024-11-10 20:41:13 +01:00
xeruf
d5e6bd2578 fix(main): fallback when listing empty description 2024-11-10 20:20:34 +01:00
xeruf
60b33b1dd3 fix: make bookmark and priority filter commands more consistent 2024-11-10 20:19:02 +01:00
xeruf
b81e5a27bf fix(main): retain current movement when tracking for another time 2024-11-09 20:00:06 +01:00
xeruf
ae525c870f fix: filter from correct position with multiple slashes 2024-11-09 19:36:06 +01:00
xeruf
b9307b7b5d feat(main): improve prompt symbol 2024-11-09 19:20:12 +01:00
xeruf
e9bee3c114 feat: allow setting priority context for creating tasks 2024-11-09 19:18:42 +01:00
xeruf
dc8df51e0f fix: slight interaction and documentation improvements 2024-11-09 18:02:33 +01:00
xeruf
5303d0cb41 fix(tasks): set parent for dependent sibling 2024-11-08 11:49:49 +01:00
xeruf
7f33bdc9ab feat(main): relay switching by substring match 2024-10-18 18:07:37 +02:00
xeruf
74fff5a2b1 fix(main): only parse single-digit view depths 2024-10-15 03:28:40 +02:00
xeruf
bdb8b6e814 fix(main): show correct relay url on relay change 2024-10-15 03:02:46 +02:00
xeruf
1533676bff fix: do not show all tasks when filter has no matches 2024-10-14 16:39:44 +02:00
xeruf
52be8c53eb feat: revamp task printing through recursive sorting
Still to be fixed: Bookmarks, Time Summary
2024-10-14 16:10:56 +02:00
xeruf
5f25e116a1 feat: allow filtering tasks by author name 2024-10-13 17:15:43 +02:00
xeruf
3d389e8d52 feat: toggleable activity recursion 2024-10-12 14:17:46 +02:00
xeruf
769b9578fe refactor: do not import xdg 2024-10-12 11:34:44 +02:00
xeruf
d744fb8457 feat: separate search and view depth 2024-10-11 01:10:17 +02:00
xeruf
fd970b3709 fix(tasks): match task names at word boundary with regex 2024-10-01 23:20:08 +02:00
xeruf
c6de8daee9 fix(main): increase notification channel size
apparently it needs to be double of the expected events,
so even this is only a temporary remedy
2024-10-01 23:19:01 +02:00
xeruf
96ca945263 feat: allow viewing tracking history for user 2024-09-23 13:51:16 +02:00
xeruf
d4bca1c26f feat: deferred state updates 2024-09-23 08:50:12 +02:00
xeruf
945eb6906a feat: add ability to schedule any action 2024-09-22 20:05:05 +02:00
xeruf
34657540de refactor: remove Tasks to TasksRelay 2024-09-22 16:48:15 +02:00
xeruf
afe3fa8670 fix: remove cached task children list 2024-09-22 16:47:26 +02:00
xeruf
753afad2fd fix: obtain children on the fly 2024-09-22 16:24:07 +02:00