Commit graph

1310 commits

Author SHA1 Message Date
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
Dheepak Krishnamurthy
c81ac43ca6 fix: Use split_once and rc.defaultwidth=0 for column labels 2022-04-07 22:47:37 -06:00
Dheepak Krishnamurthy
889cb7de63
Update README.md 2022-03-24 00:46:48 -06:00
Dheepak Krishnamurthy
ae2f98bdb2 build(release): Bump to v0.22.0 🛠 2022-03-23 21:33:48 -06:00
Dheepak Krishnamurthy
797c17facc docs: Update documentation 📚 2022-03-23 21:29:33 -06:00
Dheepak Krishnamurthy
026497b5ee docs: Update documentation 📚 2022-03-23 21:25:56 -06:00
Dheepak Krishnamurthy
ca346dae49
Merge pull request #430 from kdheepak/show-output-of-shell-commands-as-error 2022-03-23 21:22:01 -06:00
Dheepak Krishnamurthy
53fbf48ba0 docs: Update documentation 📚 2022-03-23 21:19:26 -06:00
Dheepak Krishnamurthy
e894000930 docs: Update documentation 📚 2022-03-23 21:15:19 -06:00
Dheepak Krishnamurthy
b6a4a8c8a0 feat: Show output of subprocess as error prompt 2022-03-23 21:09:26 -06:00
Dheepak Krishnamurthy
d5fb99a8d7 chore: Add debug logging 2022-03-23 19:32:37 -06:00
Dheepak Krishnamurthy
6f14f43bbd chore: Update docs workflow 2022-03-21 22:37:50 -06:00
Dheepak Krishnamurthy
284437c217 build(release): Bump to v0.21.1 2022-03-21 22:10:08 -06:00
Dheepak Krishnamurthy
13fcb5836a
Merge pull request #426 from kdheepak/customize-scrollbar 2022-03-21 22:09:31 -06:00