Skip to content

Releases: kaorahi/howm

howm 1.5.6

01 Jan 13:57

Choose a tag to compare

howm 1.5.5

05 Aug 12:21

Choose a tag to compare

  • Changes
    • In the summary buffer, "f contents RET" now performs pure filtering (it simply retains only the matched entries). The previous behavior (filter and list matching lines) is available via "G" or "f grep RET". Similarly, "f Keyword-in-contents RET" has changed; the previous behavior is now available via "f Grep-keyword RET". Also, "F" and "K" now serve as shortcuts for these pure filtering commands. thx
      • If you really want to restore the previous behavior, add the following after loading howm:
        ;; Restore the behavior of "f contents RET" etc. in the list view
        ;; to how it was in howm-1.5.4 or earlier
        (setf (alist-get "contents" howm-view-filter-methods nil nil #'equal)
          ;; Use the old name intentionally for safety in older versions
          'howm-view-filter-by-contents)
        (setf (alist-get "Keyword-in-contents" howm-view-filter-methods nil nil #'equal)
          'howm-view-filter-by-keyword-in-contents)
        (define-key howm-view-summary-mode-map "K" 'howm-keyword-to-kill-ring)
        (define-key howm-view-contents-mode-map "K" 'howm-keyword-to-kill-ring)
  • Improvements
    • List view can now open in a new frame or tab, and pressing "q" closes it (Run "M-x customize-group RET howm-list-bufwin RET", then set "howm-view-window-location" and "howm-view-close-frame/tab-on-exit") thx
    • Remove mistakenly registered come-from keywords using "M-x howm-keyword-remove" thx
    • Extended quick-shift functionality for dates (RET on a date → "[" and "]" keys)
      • "." key jumps to today's date
      • Also supported in the menu
    • The theme functionality (cf. howm-follow-theme) is now customizable via howm-auto-theme-custom-entries thx
    • (Removed "cheats" from cheat-font-lock.el)
  • Fixes
    • Org-related issues thx thx thx thx thx thx
    • Fonts could be too large in the summary buffer if howm-follow-theme was enabled thx
    • Notes without titles now appear in %recent and %random in the menu thx
    • howm-dup now respects howm-prepend settings thx
    • Prevented potential infinite loop in howm-view-dired-goto thx
    • (Fixed warning "Missing lexical-binding cookie" during "make test")

howm 1.5.5-pre1

28 Jul 10:51

Choose a tag to compare

howm 1.5.5-pre1 Pre-release
Pre-release

This is a preview of the planned breaking changes. If you have any feedback on them, please leave a comment in #79 soon. Otherwise, we plan to promote this to 1.5.5.

  • Changes
    • In the summary buffer, "f contents RET" now performs pure filtering (it simply retains only the matched entries). The previous behavior (filter and list matching lines) is available via "G" or "f grep RET". Similarly, "f Keyword-in-contents RET" has changed; the previous behavior is now available via "f Grep-keyword RET". Also, "F" and "K" now serve as shortcuts for these pure filtering commands. thx
      • If you really want to restore the previous behavior, add the following after loading howm:
        ;; Restore the behavior of "f contents RET" etc. in the list view
        ;; to how it was in howm-1.5.4 or earlier
        (setf (alist-get "contents" howm-view-filter-methods nil nil #'equal)
          ;; Use the old name intentionally for safety in older versions
          'howm-view-filter-by-contents)
        (setf (alist-get "Keyword-in-contents" howm-view-filter-methods nil nil #'equal)
          'howm-view-filter-by-keyword-in-contents)
        (define-key howm-view-summary-mode-map "K" 'howm-keyword-to-kill-ring)
        (define-key howm-view-contents-mode-map "K" 'howm-keyword-to-kill-ring)
  • Improvements
    • List view can now open in a new frame or tab, and pressing "q" closes it (Run "M-x customize-group RET howm-list-bufwin RET", then set "howm-view-window-location" and "howm-view-close-frame/tab-on-exit") thx
    • Remove mistakenly registered come-from keywords using "M-x howm-keyword-remove" thx
    • Extended quick-shift functionality for dates (RET on a date → "[" and "]" keys)
      • "." key jumps to today's date
      • Also supported in the menu
    • The theme functionality (cf. howm-follow-theme) is now customizable via howm-auto-theme-custom-entries thx
    • (Removed "cheats" from cheat-font-lock.el)
  • Fixes
    • Org-related issues thx thx thx thx thx thx
    • Fonts could be too large in the summary buffer if howm-follow-theme was enabled thx
    • Notes without titles now appear in %recent and %random in the menu thx
    • howm-dup now respects howm-prepend settings thx
    • Prevented potential infinite loop in howm-view-dired-goto thx
    • (Fixed warning "Missing lexical-binding cookie" during "make test")

howm 1.5.4

23 Mar 11:39

Choose a tag to compare

  • Make getting started convenient (see "Quick start" in README.md)
    • Integrate with Markdown and Org thx thx thx
    • Apply theme functionality thx
    • Improve the menu
      • Align items and enhance colors thx thx thx
      • Display update timestamps thx
      • Configure headers according to settings thx
      • Fix bugs and inconsistencies thx
    • Update the documentation thx thx
  • RET on a date to switch to the previous/next day using "[]" keys thx
  • Use the grep command by default on Linux and Mac thx thx
  • Exclude backup files from the count of search results thx
  • Minor bug fixes

howm 1.5.3

30 Jan 11:23

Choose a tag to compare

howm 1.5.2

31 Dec 13:37

Choose a tag to compare

Improvements:

  • Added simulation for the todo list on a specific date (M-x howm-simulate-todo). ref
  • Added filter-by-keyword to support aliases. thx
  • Added a user-option to exclude certain files from the recent-note lists (howm-recent-excluded-files-regexp). thx
  • Improved screenshots and English documents. thx thx thx
  • Added a hint to avoid typical misuse of the menu. thx
Fixes:
  • The summary/contents buffers now inherit from text-mode. thx
  • Removed obsolete C-h binding. thx
  • Fixed broken back-scrolling by BS key in terminals. thx
  • Fixed unintended "M-x ..." in describe-mode. thx
  • Prevented double-splitting windows when display-buffer-base-action is non-nil. thx

howm 1.5.1

31 Dec 09:53

Choose a tag to compare

  • The incremental search is enabled by default. See M-x customize-group RET howm-iigrep RET. This feature only works if M-x customize-variable RET howm-view-use-grep RET is set to "On".
  • Added links. (English & Russian tutorials, introduction video)
  • Fixed several minor bugs.

identical to 1.5.1-snapshot6 actually

howm 1.5.1-snapshot6

16 Dec 15:39

Choose a tag to compare

howm 1.5.1-snapshot6 Pre-release
Pre-release

just a preview of upcoming 1.5.1, as a trial run for our first release on GitHub.

howm 1.5.0

30 Jul 03:01

Choose a tag to compare

just a copy of the last release on 2022-12-27 in the old site for convenience