Dheepak Krishnamurthy
d580fa84c2
Merge pull request #291 from kdheepak/add-report-to-task-export
...
Add report to task export
2021-10-28 15:06:54 -06:00
Dheepak Krishnamurthy
103a2c6ebc
fix: Add report to task export 🐛
2021-10-28 12:55:04 -06:00
Dheepak Krishnamurthy
fd130aae02
Merge pull request #290 from kdheepak/support-taskwarrior-2.5.x-context
...
Support older taskwarrior context format
2021-10-28 12:15:40 -06:00
Dheepak Krishnamurthy
d141906bf1
fix: crash when projects is empty 🐛
2021-10-28 11:58:26 -06:00
Dheepak Krishnamurthy
b00c64fea9
fix: Remove status 🐛
2021-10-28 11:51:46 -06:00
Dheepak Krishnamurthy
7fc426873d
fix: Support older taskwarrior context format 🐛
2021-10-28 11:40:26 -06:00
Dheepak Krishnamurthy
1711a1f4e2
Merge pull request #289 from MNandor/main
...
Fix current read context not being applied
2021-10-28 08:02:56 -06:00
MNandor
e64fa64744
Fix current read context not being applied
2021-10-28 11:46:58 +03:00
Dheepak Krishnamurthy
2edfa3a58f
chore(tooling): Remove release drafter workflow ♻️
2021-10-27 16:19:59 -06:00
Dheepak Krishnamurthy
2ad9eccfa2
build(release): Bump to v0.13.37 🛠
2021-10-27 16:18:33 -06:00
Dheepak Krishnamurthy
540c21940e
Merge pull request #288 from kdheepak/support-taskwarrior-2.6.x-context
...
Support taskwarrior v2.6.x context
2021-10-27 16:17:35 -06:00
Dheepak Krishnamurthy
dff64defa3
refactor: Remove commented code 📦
2021-10-27 16:17:21 -06:00
Dheepak Krishnamurthy
863ed2f230
docs: Update README 📚
2021-10-27 16:15:59 -06:00
Dheepak Krishnamurthy
dce55ebf89
feat: Support taskwarrior v2.6.x context ✨
2021-10-27 16:03:45 -06:00
Dheepak Krishnamurthy
2738f417a2
build(release): Bump to v0.13.36 🛠
2021-10-27 15:14:49 -06:00
Dheepak Krishnamurthy
aae95fcd09
Merge pull request #287 from orhun/master
...
Add project pane to terminal buffer tests
2021-10-27 13:50:16 -06:00
Orhun Parmaksız
cdff8e3a22
Merge branch 'kdheepak:main' into master
2021-10-27 21:44:42 +02:00
Orhun Parmaksız
def1c786a8
fix: Add project pane to terminal buffer tests
2021-10-27 22:42:59 +03:00
Dheepak Krishnamurthy
5bd9f66cec
Merge pull request #286 from kdheepak/fix-task-edit
...
Add missing task_edit block
2021-10-27 13:24:11 -06:00
Dheepak Krishnamurthy
aaf33bb609
fix: Add missing task_edit block 🐛
2021-10-27 13:16:14 -06:00
Dheepak Krishnamurthy
307b35e082
docs: Update README 📚
2021-10-27 10:04:15 -06:00
Dheepak Krishnamurthy
ce8c7c8adc
build(release): Bump to v0.13.35 🛠
2021-10-26 16:07:52 -06:00
Dheepak Krishnamurthy
baa456d638
style: Remove rustyline_derive 💎
2021-10-26 16:06:30 -06:00
Dheepak Krishnamurthy
0e9ff4563f
Merge pull request #280 from lkadalski/main
...
Support for Projects Pane along with clippy fixes
2021-10-18 09:50:42 -06:00
lkadalski
2b655acb49
Fix for missing column for project
...
Signed-off-by: lkadalski <kadalski.lukasz@gmail.com>
2021-10-11 13:43:15 +02:00
lkadalski
6d2395aadb
Providing support for Projects Pane
...
Signed-off-by: lkadalski <kadalski.lukasz@gmail.com>
2021-10-11 13:05:44 +02:00
lkadalski
75217bf266
Providing support for Projects Pane
...
Signed-off-by: lkadalski <kadalski.lukasz@gmail.com>
2021-10-11 12:51:49 +02:00
Dheepak Krishnamurthy
91938b5635
Merge pull request #279 from imran-iq/task-2.6-update
...
Fix report for taskwarrior 2.6
2021-10-08 15:00:51 -06:00
Imran Iqbal
61a404049b
Fix report for taskwarrior 2.6
...
Filters were being applied after the `export`. This resulted in stuff
like task templates showing up in the task report. If we add the filters
before the `export` then everything works as expected.
Also add `TEMPLATE` as it is a new virtual tag.
2021-10-08 14:31:15 -04:00
Dheepak Krishnamurthy
eecb082e9a
Merge pull request #278 from kdheepak/fix-saturating-sub
...
Use saturating sub instead of minus
2021-10-03 00:43:15 -06:00
Dheepak Krishnamurthy
0890cdf037
fix: Use saturating sub instead of minus 🐛
2021-10-03 00:34:03 -06:00
Dheepak Krishnamurthy
9501856ecf
build(release): Bump to v0.13.34 🛠
2021-09-29 16:12:01 -06:00
Dheepak Krishnamurthy
f23311a911
Merge pull request #276 from kdheepak/fix-autocomplete
...
Use correct cursor location after selection
2021-09-29 16:05:57 -06:00
Dheepak Krishnamurthy
17dd15f7f4
fix(autocomplete): Use correct cursor location after selection 🐛
2021-09-29 15:58:22 -06:00
Dheepak Krishnamurthy
ff2ea896e9
docs: Update README.md 📚
2021-09-17 06:30:07 -06:00
Dheepak Krishnamurthy
e587e36dd8
Merge pull request #273 from simonhoffmann/sh-improve-doc
...
Improve docs: clarify report variable and add command line options
2021-09-06 04:16:12 -06:00
Simon Hoffmann
1c405eeb9d
remove -c commandline option
2021-09-06 11:54:16 +02:00
Simon Hoffmann
6011e6b6c1
fix line break
2021-09-03 21:13:43 +02:00
Simon Hoffmann
294b84477d
improve docs: clarify report.filter variable and add commandline flags
2021-09-03 21:12:06 +02:00
Dheepak Krishnamurthy
12ccde3a99
Merge pull request #270 from kdheepak/fix-history-jumps
...
Fix history jumps
2021-08-17 01:30:41 -06:00
Dheepak Krishnamurthy
fa7ffd48a5
Fix history for filter and command
2021-08-17 01:28:06 -06:00
Dheepak Krishnamurthy
bb6ac5fc4a
Bump to v0.13.33
2021-08-16 22:26:07 -06:00
Dheepak Krishnamurthy
864975db52
Change clap to v3.0.0-beta4
2021-08-16 22:25:41 -06:00
Dheepak Krishnamurthy
1b7295519a
Bump to v0.13.32
2021-08-16 12:32:05 -06:00
Dheepak Krishnamurthy
4c5d74d1d4
Pin clap to 3.0.0.beta2
2021-08-16 12:30:55 -06:00
Dheepak Krishnamurthy
6b550ac1d7
Bump to v0.13.31
2021-08-16 01:29:38 -06:00
Dheepak Krishnamurthy
46568cc32c
Merge pull request #269 from kdheepak/add-altbackspace-altdelete
...
Support AltBackspace AltDelete
2021-08-16 01:28:07 -06:00
Dheepak Krishnamurthy
a7a7941665
Add AltDelete and AltBackspace support
2021-08-16 01:26:24 -06:00
Dheepak Krishnamurthy
eb3257fbfa
Update completions
2021-08-16 01:11:53 -06:00
Dheepak Krishnamurthy
a9cd4f3277
Update Cargo.toml
2021-08-16 01:06:22 -06:00