Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 19:46

Release Notes

  • Added a namespace tree view sidebar.
  • Changed registry names (formally know as nicknames) to single character names (emoji encouraged). These are displayed in the tree view to easily tell which registries contain definitions down the tree path.
  • Honeycomb query pages are now opened in a new tab/window rather than a redirect for the current page. (The trade-off is that you may need to allow pop-ups for the site).
  • Updated cargo-dist to 0.27

Install honey-explore 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-explore/releases/download/0.2.0/honey-explore-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/jerbly/honey-explore/releases/download/0.2.0/honey-explore-installer.ps1 | iex"

Download honey-explore 0.2.0

File Platform Checksum
honey-explore-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
honey-explore-x86_64-apple-darwin.tar.xz Intel macOS checksum
honey-explore-x86_64-pc-windows-msvc.zip x64 Windows checksum
honey-explore-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
honey-explore-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum