Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 09:19
· 16 commits to main since this release
90ffeac

This release makes Emacs get the binary for you. If org-semantic cannot find one, it asks what to do and then does it.

Binary version 0.3.0, unchanged. There is nothing to download if you already have the binary.

Two commands changed name or went away. Update your configuration if it names either of them. There is no alias, so an old name fails as an unknown command.

  • M-x org-semantic-install is now M-x org-semantic-binary-install.
  • M-x org-semantic-show-install-manual is removed.

Changed

  • A missing binary is now a question. Emacs offers to download the binary, or to open the manual on how to build it. If you choose the download, the search or the index that needed the binary continues when the download is complete.
  • The question is not asked when nobody waits for an answer. A reindex after a save reports the missing binary and asks nothing.
  • M-x org-semantic-binary-install has the new name because it installs the binary, and not the package.
  • The manual is one of the answers to the question above. It is no longer a command of its own.

Full changelog
All commits in this release