Skip to content

Releases: pankona/hashira

🍳 Fix Ctrl-a/e while editing

20 Dec 02:58
5f8e1d3
Compare
Choose a tag to compare

Updates

🍳 Support wide characters more stable, and hashira-cui now go gettable

17 Dec 05:26
66e57c5
Compare
Choose a tag to compare

Updates

  • [#83] fix crash and adjust cursor position #84 (pankona)
  • support "go get" to install latest hashira-cui #80 (pankona)
  • Fix gocui package, use jesseduffield's gocui #79 (skanehira)

🍳 Fix bugs while editing task that contains wide characters, etc

14 Dec 06:47
08e354c
Compare
Choose a tag to compare

Updates from previous release

  • [#77] support arrow key to navigate focused pane and task #78 (pankona)
  • [#73] update dependency of gocui to fix insertion in wide character #76 (pankona)

🍳 Support multi-byte charactors (like Japanese), etc

14 Dec 02:48
f71395e
Compare
Choose a tag to compare

Summary

  • Support Multi-byte charactors (like Japanese)
  • Escape from editing by Esc key

This is still beta.

Related changes

πŸŽ‰ Update keybindings while editing to respect bash shell's

12 Nov 07:39
Compare
Choose a tag to compare

(2018-11-12)

  • Updated (or newly introduced) keybindings are as follows:
    • C-f to move cursor forward (without editing)
    • C-b to move cursor backword (without editing)
    • C-a to move cursor on start of line
    • C-e to move cursor on end of line
    • C-d to delete a character on cursor
    • C-h is now same as Backspace (delete and move cursor -1)

πŸ’„ Improve performance, reduce logging, etc

10 Oct 05:25
Compare
Choose a tag to compare

Updates

  • Improve performance by
    • reduce redundant logging
    • reduce redundant rendering

πŸŽ‰ Include README.md in release package to introduce available keybindings

30 Sep 14:37
Compare
Choose a tag to compare

Updates

  • Now release package includes README.md. README.md introduces:
    • Available keybindings of hashira-cui
    • Limitations

πŸŽ‰ Support pane scrolling if task length is longer than pane height that they belongs to, etc

26 Sep 15:58
Compare
Choose a tag to compare

v1.5.0 (2018-09-27)

  • Support pane scrolling if task length is longer than its pane #27 (pankona)
  • Delete focused task with Key X if the task is placed on Done pane #26 (pankona)
  • Create new task on focused pane

πŸŽ‰ move selected task's place on changing focus of pane, etc

25 Sep 02:33
Compare
Choose a tag to compare

v1.4.0 (2018-09-25)

  • [#21] move selected task's place on changing focus of pane #25 (pankona)
  • Move focused task to Done with key x rather than deleting

πŸŽ‰ Move selected task's place on chainging focus of pane

23 Sep 14:46
Compare
Choose a tag to compare

Updates

  • Move selected task's place on chainging focus of pane