Skip to content

Releases: masasam/emacs-easy-hugo

Implement support for the newest configuration files basename convention

29 Jan 15:43
ecae28e
Compare
Choose a tag to compare

Implement support for the newest configuration files basename convention

See #79 .

Thanks to @ttybitnik for the PR.

Implement 'sort publishday' support for org-header

28 Sep 01:41
1441922
Compare
Choose a tag to compare

Implement 'sort publishday' support for org-header

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

Bug fix

14 Mar 23:40
a26364a
Compare
Choose a tag to compare

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.

Org header categories field and minor fix

14 Mar 22:14
0893cfb
Compare
Choose a tag to compare

minor fix

Org header categories field and minor fix.
See #73 .

Fix a bug that hugo's version judgment is wrong

28 Sep 04:15
31e2f6d
Compare
Choose a tag to compare

Bugfix

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

Add easy-hugo-menu--header and easy-hugo-slugify

16 Jun 23:08
46aa41a
Compare
Choose a tag to compare

Enhancements

Add easy-hugo-menu--header and easy-hugo-slugify.
See #62 and #64.

Fixed a bug in debian

03 Mar 23:58
b3c9ca2
Compare
Choose a tag to compare

Bugfix

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

Change supported version of hugo to 0.25 or higher

03 Mar 21:10
9a91e07
Compare
Choose a tag to compare

Bugfix

Delete easy-hugo--version due to hugo changes

Add easy-hugo-ignore-error

05 Dec 19:36
eacc006
Compare
Choose a tag to compare

Bugfix

Add easy-hugo-ignore-error

Fix easy-hugo-mode don't get activated after call easy-hugo

05 Dec 09:17
ea71a77
Compare
Choose a tag to compare

Bugfix

Fix easy-hugo-mode don't get activated after call easy-hugo.
See #56