Emacs Easy Hugo Versions Save

Emacs major mode for managing hugo

3.10.60

3 months ago

Implement support for the newest configuration files basename convention

See https://github.com/masasam/emacs-easy-hugo/pull/79 .

Thanks to @ttybitnik for the PR.

3.10.59

7 months ago

Implement 'sort publishday' support for org-header

See #78 . Thanks to @ttybitnik for the PR.

3.9.59

1 year ago

Bug fix

If hugo's version ends with 0 like 0.110, there will be a problem, so I stopped issuing a message by looking at the version. This is because (string-to-number "0.110") returns 0.11.

3.9.58

1 year ago

minor fix

Org header categories field and minor fix. See https://github.com/masasam/emacs-easy-hugo/pull/73 .

3.9.57

1 year ago

Bugfix

Fix a bug that hugo's version judgment is wrong. Thanks @wow-yorick !

3.9.56

1 year ago

Enhancements

Add easy-hugo-menu--header and easy-hugo-slugify. See https://github.com/masasam/emacs-easy-hugo/pull/62 and https://github.com/masasam/emacs-easy-hugo/issues/64.

3.9.55

3 years ago

Bugfix

Change to show a message, because easy-hugo--version doesn't work on Debian

3.9.51

3 years ago

Bugfix

Delete easy-hugo--version due to hugo changes

3.9.50

3 years ago

Bugfix

Add easy-hugo-ignore-error

3.9.49

3 years ago

Bugfix

Fix easy-hugo-mode don't get activated after call easy-hugo. See https://github.com/masasam/emacs-easy-hugo/pull/56