Releases: positron-solutions/elisp-repo-kit
Releases · positron-solutions/elisp-repo-kit
v0.5.0
Added:
erk-jump-defs
erk-jump-features
erk-after-new-hook
Changed:
- Renamed some finders. Probably not in heavy use yet.
- Manual updated with some clarifications and fixes.
- Ensure existing directory as the clone root (and maybe this should just DWIM)
Fixed:
Fixed a few minor things in erk-basic
template to result in cleaner clones.
See commit log for more information.
v0.4.0
Generated Documentation
The org docs for the readme were moved to the /doc directory. These files are now exported using org mode:
- README.md
- manaul.texi
- CONTRIBUTING.md
There are helpers such aserk-preview-manual
anderk-export-readme
to manage document generation.
Independent Templates
ERK was growing too big to rename. This behavior was never really intended to scale. It created a lot of issues because the documentation for maintaining an erk project would be string replaced, meaning the documentation was wrong. The new erk-new
and its template system is much nicer and retains proper documentation of how to use it together with erk.
The first template can be found here: https://github.com/positron-solutions/erk-basic
v0.3.2
v0.3.1
v0.3.0
- Package structure changes consolidate CI files into one location
- Prefix & package name support were refined, creating better output from
erk-new
- Run-shim and erk.el are more package-structure agnostic, better for adding to existing repositories
- Readme and Contributing guide were separated, making less work to sort which content to keep