Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:47
· 19 commits to main since this release
379f4e2

This release adds two ways to install the binary. Emacs can download it for you. You can also build it from the source archive.

Added

  • M-x org-semantic-install downloads the binary for your platform. It checks the binary against the SHA256SUMS file of the release. Then it installs the binary in the directory where the package looks for it.
  • M-x org-semantic-show-install-manual opens the part of the manual that tells you how to build the binary.
  • Each release now contains a source archive, org-semantic-0.4.0-src.tar.gz. The SHA256SUMS file contains the checksum of this archive.

Changed

  • The names of the release assets now contain the version number and the word bin. The new name is org-semantic-0.4.0-bin-aarch64-macos.tar.gz. The old name was org-semantic-aarch64-macos.tar.gz. Change the scripts that use the old names.
  • The manual has a new section, What it touches. This section tells you what the index does with your notes, and which data stays on your computer.

Fixed

  • A long outline path in the results buffer started at the left margin. Now it aligns below the address.

Full changelog
All commits in this release