dstask 0.27 fixes 2 bugs.
Summary:
- P0 tasks would be displayed independently, alongside the task list with
task next
. They do not show up alongside the task list anymore. - Thanks to @newro, dstask can now properly display tasks that contain CJK
characters such as Hangul or Kanji. - fish shell completions thanks to @nucleogenesis
What's Changed
- Remove mention of taskwarrior issue since it's been fixed by @a13ph in #186
- bugfix: display of line including CJK characters in table by @newro in #183
- 🐛 Do not parse hidden files like .gitkeep by @thatInfrastructureGuy in #178
- Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #190
- Move test and lint to GitHub actions by @dharsanb in #191
- Check for linting from revision 490e245 by @dharsanb in #192
New Contributors
- @a13ph made their first contribution in #186
- @newro made their first contribution in #183
- @thatInfrastructureGuy made their first contribution in #178
- @dependabot made their first contribution in #190
- @dharsanb made their first contribution in #191
Full Changelog: v0.26.0...0.27