Skip to content

Releases: boriemannetje/apex-notes

Apex Notes main production

Choose a tag to compare

@github-actions github-actions released this 25 May 14:57
b33457e

Production build from main at b33457e. App version: 0.1.9.

Apex Notes 0.1.8

Choose a tag to compare

@boriemannetje boriemannetje released this 22 May 13:52

Changes

  • Replaced the in-app launch screen logo and web favicon with the new purple mountain icon.
  • Removed the stale graph-node SVG asset from the app UI.

Verification

  • npm test
  • cargo check --manifest-path src-tauri/Cargo.toml
  • npm run build:web
  • Playwright visual check against http://127.0.0.1:8765 confirmed .launchLogo and favicon use ./app-icon.png.
  • APEX_NOTES_ALLOW_ADHOC=1 npm run package:mac
  • Installed /Applications/Apex Notes.app, verified version 0.1.8, strict codesign, and opened it.

Apex Notes 0.1.7

Choose a tag to compare

@boriemannetje boriemannetje released this 22 May 13:46

Changes

  • Replaced the packaged macOS app icon with the purple mountain Apex Notes icon used on the website.
  • Regenerated the Tauri icon set and installed-app .icns resource from the new canonical PNG source.

Verification

  • npm test
  • cargo check --manifest-path src-tauri/Cargo.toml
  • APEX_NOTES_ALLOW_ADHOC=1 npm run package:mac
  • Installed /Applications/Apex Notes.app, verified CFBundleIconFile, matching icon.icns, version 0.1.7, and opened the app.

Apex Notes 0.1.6

Choose a tag to compare

@boriemannetje boriemannetje released this 22 May 01:07

Fixes

  • Rebuilt the macOS DMG from a verified signed app bundle so the website install command can pass strict codesign verification again.
  • Added a release packaging script that signs the app, regenerates the DMG, mounts it, and verifies the app inside the DMG before upload.

Verification

  • npm test
  • cargo check --manifest-path src-tauri/Cargo.toml
  • APEX_NOTES_ALLOW_ADHOC=1 npm run package:mac

Apex Notes v0.1.5

Choose a tag to compare

@boriemannetje boriemannetje released this 21 May 21:29

Responsive desktop layout fix for narrow app windows.\n\n- Keeps the welcome screen actions side by side instead of switching into a scrolling stack.\n- Keeps the graph/editor workspace side by side at the native desktop minimum width.\n- Adds Playwright as a dev dependency for fast responsive screenshot checks.\n\nVerified with npm test, cargo test, Playwright breakpoint screenshots, hdiutil DMG verification, and a fresh local /Applications install.

Apex Notes v0.1.4

Choose a tag to compare

@boriemannetje boriemannetje released this 21 May 11:19

Changes

  • Rebuilt the macOS release from current main.
  • Re-signed the macOS app bundle before packaging so downloaded DMGs no longer contain the broken resource seal that caused macOS to report the app as damaged.
  • Added release checklist verification for macOS app signatures and DMG checksums.

Verification

  • npm test
  • cargo test --manifest-path src-tauri/Cargo.toml
  • npm audit --omit=dev
  • npm run build
  • codesign --verify --deep --strict on the packaged app
  • hdiutil verify on the release DMG
  • Mounted DMG and verified the app bundle reports CFBundleVersion 0.1.4

Checksums

  • apex-notes-0.1.4-macos-arm64.dmg: 6c913e5642649cd87ea7a32a29fa9099718d8dc9b508327d71f7a32b7e4e71bd
  • apex-notes-SKILL.md: 6d85b7ca4d8ca8849fa12a1e7e05e4dff4ed9502898d56e3b77b1868afd95ada
  • apex-notes-writing-skill.zip: e831fbaf61e2a05ea648c96ade5bb8f6408662a3613d4a0b5c270e09cd8767a4

Apex Notes v0.1.3

Choose a tag to compare

@boriemannetje boriemannetje released this 20 May 23:23

Changes

  • Shift-click graph nodes now adds/removes them from the current selection.
  • Shift-drag empty graph space rectangle-selects nodes.
  • Graph interaction help is grouped and updated to match current controls.
  • Bundled Apex Notes writing skill now documents current app interaction semantics.

Verification

  • npm test
  • cargo test --manifest-path src-tauri/Cargo.toml
  • npm audit --omit=dev
  • npm run build:web
  • npm run build:site
  • npm run build
  • Shift-click graph smoke test on a mocked workspace
  • Fresh installed app verified at /Applications/Apex Notes.app with CFBundleVersion 0.1.3

Apex Notes v0.1.2

Choose a tag to compare

@boriemannetje boriemannetje released this 14 May 14:31

Apex Notes v0.1.2

Security and release-readiness pass for the open-source app.

  • Hardened native filesystem commands so note writes/trash/layout/manifest paths stay Markdown-scoped inside the selected notes folder.
  • Rejected symlinked notes/ folders, symlink path components, and symlinked workspace metadata files.
  • Added regression tests for path traversal, non-Markdown writes, and symlink escape cases.
  • Added contributor, issue, PR, security, code-of-conduct, and release-checklist guidance for safer public collaboration.
  • Added production web bundle scripts and app favicon wiring.
  • Preserved the graph viewport behavior work from ui-update-cursor.

Validation:

  • cargo test --manifest-path src-tauri/Cargo.toml
  • npm run build:site
  • npm audit --omit=dev
  • npm run build
  • Browser smoke test of the built web shell with no console errors

Known note:

  • macOS Apple Silicon DMG only.

Apex Notes v0.1.1

Choose a tag to compare

@boriemannetje boriemannetje released this 13 May 12:05
29b1e83

What changed

  • Adds fullscreen graph mode and browser-style folder tabs.
  • Adds shared-folder layout and hierarchy prompt improvements.
  • Adds the new native hierarchy graph app icon for macOS.

Validation

  • npm run build
  • DMG built as Apex Notes_0.1.1_aarch64.dmg
  • Bundle Info.plist reports version 0.1.1 and icon.icns

Apex Notes v0.1.0

Choose a tag to compare

@boriemannetje boriemannetje released this 10 May 09:50

Initial public release of Apex Notes.

Includes:

  • macOS Apple Silicon DMG
  • Apex Notes writing skill zip
  • raw SKILL.md

Download site: https://apex-notes.netlify.app