Commit graph

462 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
f1ded2713e Bump to v0.9.5 2020-12-16 09:18:35 -07:00
Dheepak Krishnamurthy
a6f391c2e7 Add color=off for task details 2020-12-16 09:17:09 -07:00
Dheepak Krishnamurthy
dfcfc0890e Bump to v0.9.4 2020-11-16 13:56:20 -07:00
Dheepak Krishnamurthy
c3eba1addf
Merge pull request #56 from nxtonic/fix-default-colours 2020-11-16 13:54:00 -07:00
Angus McMillan
c502b51129
Fix colour defaults to support dark terminals
Changes default TColors to use Reset value instead
of black and white. This improves readability for
both light and dark terminals.
2020-11-15 19:05:04 +11:00
Dheepak Krishnamurthy
ca3ad0fbd6
Merge pull request #53 from kdheepak/support-custom-uda-columns
Support custom uda columns
2020-11-10 11:55:33 -08:00
Dheepak Krishnamurthy
ce145d1079 Support custom uda columns 2020-11-10 12:51:30 -07:00
Dheepak Krishnamurthy
b129da7bc3
Merge pull request #50 from kdheepak/fix-cursor-position-when-using-multibyte-characters
Fix cursor position when using multibyte characters
2020-11-09 09:40:28 -08:00
Dheepak Krishnamurthy
6b26643fc7 Fix cursor position when using multibyte characters 2020-11-09 10:09:06 -07:00
Dheepak Krishnamurthy
79b9f942a9 Comment cargo install instructions 2020-11-09 06:31:18 -07:00
Dheepak Krishnamurthy
fa9095aedd Bump to v0.9.3 2020-11-03 16:52:49 -07:00
Dheepak Krishnamurthy
fa33e1515e Rename function to event_loop to key_capture 2020-11-03 16:51:48 -07:00
Dheepak Krishnamurthy
4ca68100b4 Make gg work as expected 2020-11-03 16:46:20 -07:00
Dheepak Krishnamurthy
9c2f250a4e Bump to v0.9.2 2020-11-03 15:25:10 -07:00
Dheepak Krishnamurthy
5813db5d62 Revert to using just g to move to the top 2020-11-03 15:24:07 -07:00
Dheepak Krishnamurthy
c171b2f7ab Bump to v0.9.1 2020-11-03 13:05:35 -07:00
Dheepak Krishnamurthy
b31393a2de
Merge pull request #45 from kdheepak/add-gg-support
Add support for `gg`
2020-11-03 12:04:45 -08:00
Dheepak Krishnamurthy
b5c04aafdc Add support for gg 2020-11-03 13:02:24 -07:00
Dheepak Krishnamurthy
9bce46442b
Merge pull request #44 from kdheepak/add-g-and-G-support 2020-11-03 11:49:30 -08:00
Dheepak Krishnamurthy
b755c23c1a Add Home and End support for top and bottom 2020-11-03 12:47:10 -07:00
Dheepak Krishnamurthy
cd233ffb54 Add g and G support for top and bottom 2020-11-03 12:46:35 -07:00
Dheepak Krishnamurthy
7f924e9414
Merge pull request #43 from kdheepak/disable-looping
Add configuration option to disable looping
2020-11-03 11:35:36 -08:00
Dheepak Krishnamurthy
ae6e015069 Add configuration to disable looping 2020-11-03 12:32:17 -07:00
Dheepak Krishnamurthy
0aae32a706 Make calendar background color configurable 2020-11-03 03:05:11 -07:00
Dheepak Krishnamurthy
9ec3543e9d Bump to v0.9.0 2020-11-03 00:57:01 -07:00
Dheepak Krishnamurthy
3e57b1af34 Update KEYBINDINGS.md 2020-11-03 00:55:23 -07:00
Dheepak Krishnamurthy
4a4bb42f47 Update README.md 2020-11-03 00:50:40 -07:00
Dheepak Krishnamurthy
7ddb8ff068
Merge pull request #41 from kdheepak/context-menu 2020-11-02 23:48:41 -08:00
Dheepak Krishnamurthy
6cae1d228e Fix titles 2020-11-03 00:35:18 -07:00
Dheepak Krishnamurthy
0b9b3957f0 Add margin with zeroes for context switcher 2020-11-03 00:30:14 -07:00
Dheepak Krishnamurthy
e462d3d762 Switch context and update 2020-11-03 00:18:53 -07:00
Dheepak Krishnamurthy
9a83417067 Add color for active context in context switcher 2020-11-03 00:11:42 -07:00
Dheepak Krishnamurthy
2250c20cfa Add context switcher 2020-11-02 23:48:50 -07:00
Dheepak Krishnamurthy
5a8e4dd184 Add comment 2020-11-02 10:40:42 -07:00
Dheepak Krishnamurthy
971c5d9a45 Bump to v0.8.14 2020-11-01 22:51:35 -07:00
Dheepak Krishnamurthy
1e6103641c
Merge pull request #40 from kdheepak/fix-table-spacing-issues
Fix table spacing issues
2020-11-01 21:46:38 -08:00
Dheepak Krishnamurthy
e2db27ee5c Fix table spacing issues 2020-11-01 22:35:30 -07:00
Dheepak Krishnamurthy
ef0e122373
Merge pull request #39 from kdheepak/use-from_utf8_lossy 2020-10-31 09:29:07 -07:00
Dheepak Krishnamurthy
7706ae3cfe Use from_utf8_lossy instead of from_utf8 everywhere 2020-10-31 10:28:09 -06:00
Dheepak Krishnamurthy
694ea0f351
Merge pull request #38 from javabird25/lossy-description
Use String::from_utf8_lossy() for task description output
2020-10-31 09:22:22 -07:00
javabird25
4684211fa1 Use String::from_utf8_lossy() for task description output 2020-10-31 19:10:38 +05:00
Dheepak Krishnamurthy
cf974b4bf8 Bump to v0.8.13 2020-10-30 23:54:36 -06:00
Dheepak Krishnamurthy
ba0696513a
Add rpm, deb, snap and appimage to GitHub releases (#36) 2020-10-30 23:46:59 -06:00
Dheepak Krishnamurthy
d7133d8364 Update releases 2020-10-30 23:35:18 -06:00
Dheepak Krishnamurthy
5de01c5436
Merge pull request #35 from kdheepak/fix-first-time-running-taskwarrior
Fix crash when running taskwarrior for the first time
2020-10-30 22:15:05 -07:00
Dheepak Krishnamurthy
b3f7f31eed Fix crash when running taskwarrior for the first time 2020-10-30 23:12:56 -06:00
Dheepak Krishnamurthy
8d122215c5 Update snapcraft.yaml 2020-10-30 23:03:18 -06:00
Dheepak Krishnamurthy
2adfc04a14 Call export_headers every second 2020-10-30 23:01:44 -06:00
Dheepak Krishnamurthy
2da6680732 Remove organize in snapcraft.yaml 2020-10-30 22:37:57 -06:00
Dheepak Krishnamurthy
1428ddb403 Fix bug where tasks[0].len() == 0 2020-10-30 22:33:11 -06:00