Commit graph

1373 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
c732bd779e
Create FUNDING.yml 2023-02-21 11:04:12 -05:00
Dheepak Krishnamurthy
5aaa9ba20f
Merge pull request #483 from arakkkkk/main 2023-01-18 01:38:39 -05:00
kinoshitalab
cda2cb1ba5 fix typo 2023-01-18 14:48:29 +09:00
Dheepak Krishnamurthy
81b23d1830 build(release): Update to v0.23.7 🛠 2022-11-21 09:32:41 -05:00
Dheepak Krishnamurthy
8e28ff1fd5
Merge pull request #476 from kdheepak/kd/fix-crash 2022-11-21 09:30:45 -05:00
Dheepak Krishnamurthy
c475737fde fix: Appease cargo fmt 🐛 2022-11-04 10:55:21 -04:00
Dheepak Krishnamurthy
bf139ef938 fix: Appease Clippy 🐛 2022-11-04 10:54:49 -04:00
Dheepak Krishnamurthy
d84bca769a fix: Change unwrap to unwrap_or_else 🐛 2022-11-04 10:54:49 -04:00
Dheepak Krishnamurthy
e650e0381f
Merge pull request #472 from Splinter1984/469_help_doc 2022-11-04 10:54:33 -04:00
Dheepak Krishnamurthy
f58c11c6d1
Merge pull request #475 from daniel-vainsencher/labels_columns_mismatch_error_msg 2022-11-04 10:32:24 -04:00
Daniel Vainsencher
2bece0e94a Nicer error message when report.{}.columns and labels mismatch. 2022-11-04 10:14:21 -04:00
Splinter1984
bbaf5d97da some refactor 2022-10-13 14:53:17 +08:00
Splinter1984
3717b1bc49 add progress bar to help_popup 2022-10-13 06:27:55 +08:00
Dheepak Krishnamurthy
9c4fb86bb6 build(release): Update to v0.23.6 🛠 2022-08-23 22:45:05 -06:00
Dheepak Krishnamurthy
9aaeb7f11d feat: Update dependencies 2022-08-23 22:44:01 -06:00
Dheepak Krishnamurthy
d2a57e0668
Merge pull request #463 from KohlJary/bugfix/kj/452-calendar-start-on-monday 2022-08-23 22:33:01 -06:00
Dheepak Krishnamurthy
8b4b465603 chore: Run cargo clippy ♻️ 2022-08-23 22:28:18 -06:00
Dheepak Krishnamurthy
5287a9e83f chore: Run cargo fmt ♻️ 2022-08-23 22:22:40 -06:00
Kohlbern Jary
fd21ae43c0 Added .taskrc weekstart value support 2022-08-23 23:15:45 -04:00
Dheepak Krishnamurthy
319de81e15 build(release): Bump to v0.23.5 🛠 2022-07-28 08:43:39 -06:00
Dheepak Krishnamurthy
12f7ea0b26
Merge pull request #461 from kdheepak/kd/rotate-tabs 2022-07-28 08:42:13 -06:00
Dheepak Krishnamurthy
b4a28a0b56 feat: Support rotating tabs using '[' and ']' 2022-07-28 08:40:53 -06:00
Dheepak Krishnamurthy
40cb4bbc0e
Merge pull request #455 from david-perez/davidpz/start-tui
Make `start_tui` function synchronous
2022-06-19 14:01:14 -06:00
david-perez
94f3da4e64 Make start_tui function synchronous 2022-06-19 21:16:34 +02:00
Dheepak Krishnamurthy
2ec774b4c3 build(release): Bump to v0.23.4 🛠 2022-05-01 09:59:57 -06:00
Dheepak Krishnamurthy
071898b97b
Merge pull request #447 from kdheepak/change-data-dir-for-history
Change data dir for history
2022-05-01 09:59:41 -06:00
Dheepak Krishnamurthy
268836ecfa fix: Change data dir for history 🐛 2022-05-01 09:48:38 -06:00
Dheepak Krishnamurthy
090269243a chore: Update doc string for taskwarrior-tui.1 ♻️ 2022-04-28 21:00:39 -06:00
Dheepak Krishnamurthy
a2568c1fd8 test: fix ci/cd tests 🚨 2022-04-28 14:39:44 -06:00
Dheepak Krishnamurthy
49dfa751dd build(release): Bump to v0.23.3 🛠 2022-04-28 10:00:05 -06:00
Dheepak Krishnamurthy
0265e4f826
Merge pull request #444 from kdheepak/github-actions-ci-test 2022-04-28 09:57:54 -06:00
Dheepak Krishnamurthy
8b26a8a688 feat: Fix tests on github actions
Add better panic

chore: Use unwrap instead of ? for debugging ♻️

chore: Remove table tests ♻️

chore: Make terminal::size unwrap to default values ♻️

chore: Move reader creation to inside init check ♻️

fix: Change total_tasks in tests 🐛

fix: Change default height 🐛

chore: Print taskwarrior version ♻️

chore: Build taskwarrior from source for tests ♻️

chore: Checkout v2.6.1 of taskwarrior for tests ♻️

chore: Use ? instead of unwrap ♻️

chore: fix tests ♻️
2022-04-28 09:46:09 -06:00
Dheepak Krishnamurthy
5ffa14d64b build(release): Bump to v0.23.2 🛠 2022-04-27 16:09:21 -06:00
Dheepak Krishnamurthy
713370db1e build(release): Bump to v0.23.1 🛠 2022-04-27 16:08:43 -06:00
Dheepak Krishnamurthy
896cd9ba69
Merge pull request #443 from kdheepak/fix-lag
Use mpsc for task details to fix lag
2022-04-27 15:56:06 -06:00
Dheepak Krishnamurthy
4b386ce9d6 chore: use if let Event ♻️ 2022-04-27 15:49:36 -06:00
Dheepak Krishnamurthy
2e726522fc chore: use while let instead of if let ♻️ 2022-04-27 15:48:27 -06:00
Dheepak Krishnamurthy
3ffa5bdc77 fix: Disable event loop for testing 🐛 2022-04-27 15:45:51 -06:00
Dheepak Krishnamurthy
ad3a88aed2 fix: Use mpsc for task details to fix lag 🐛 2022-04-27 15:20:52 -06:00
Dheepak Krishnamurthy
e4a33c1aeb build(release): Bump to v0.23.0 🛠 2022-04-26 23:42:08 -06:00
Dheepak Krishnamurthy
7906da762d
Merge pull request #440 from kdheepak/refactor-using-tokio 2022-04-26 23:40:15 -06:00
Dheepak Krishnamurthy
7c6a1f77e3 feat: Refactor to using tokio instead of async-std 2022-04-26 23:37:28 -06:00
Dheepak Krishnamurthy
7a1246f0bd feat: Initial structs for UDA 2022-04-08 09:10:02 -06:00
Dheepak Krishnamurthy
7af9a57acc
Merge pull request #435 from kdheepak/add-timezone-to-modify-date 2022-04-08 08:58:55 -06:00
Dheepak Krishnamurthy
4fd9e5ea43 chore: Autoformat ♻️ 2022-04-08 08:58:35 -06:00
Dheepak Krishnamurthy
493e320a35 fix: Remove semicolon 2022-04-08 07:29:22 -06:00
Dheepak Krishnamurthy
8df3b92345 chore: refactor datetime formatting and completion 2022-04-08 06:07:18 -06:00
Dheepak Krishnamurthy
4f15f3042b fix: Add timezone to modify date 2022-04-08 05:55:50 -06:00
Dheepak Krishnamurthy
22f176b1fd
Merge pull request #434 from kdheepak/fix-spaces-in-column-labels 2022-04-08 05:07:02 -06:00
Dheepak Krishnamurthy
075f33a229 fix: cargo clippy 2022-04-07 22:52:10 -06:00