Skip to content

Releases: positron-solutions/elisp-repo-kit

v0.5.0

29 Oct 15:15
f22ffd2
Compare
Choose a tag to compare

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

23 Oct 13:57
6e5eaa8
Compare
Choose a tag to compare

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 as erk-preview-manual and erk-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

25 Dec 22:46
008494a
Compare
Choose a tag to compare

This release was focused on cleaning up erk-clone, creating a coherent package that can reload and rename itself, with good history of the renaming operation in git history.

v0.3.1

24 Dec 12:08
d6cc175
Compare
Choose a tag to compare

Bug fixes and polish on 0.3.0 scheme

v0.3.0

23 Dec 20:38
888a48f
Compare
Choose a tag to compare
  • 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

v0.2.0

16 Dec 14:18
e3cbd77
Compare
Choose a tag to compare

This release is considered appropriate for regular use. The CI infrastructure is expected to remain largely as it appears now. Breaking changes within the package will still occur without much warning.

v0.1.0

12 Jun 06:12
aa6a4ad
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Project is still pre-release, working towards publish on MELPA