Releases: boriemannetje/apex-notes
Releases · boriemannetje/apex-notes
Release list
Apex Notes main production
Production build from main at b33457e. App version: 0.1.9.
Apex Notes 0.1.8
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 testcargo check --manifest-path src-tauri/Cargo.tomlnpm run build:web- Playwright visual check against
http://127.0.0.1:8765confirmed.launchLogoand favicon use./app-icon.png. APEX_NOTES_ALLOW_ADHOC=1 npm run package:mac- Installed
/Applications/Apex Notes.app, verified version0.1.8, strict codesign, and opened it.
Apex Notes 0.1.7
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
.icnsresource from the new canonical PNG source.
Verification
npm testcargo check --manifest-path src-tauri/Cargo.tomlAPEX_NOTES_ALLOW_ADHOC=1 npm run package:mac- Installed
/Applications/Apex Notes.app, verifiedCFBundleIconFile, matchingicon.icns, version0.1.7, and opened the app.
Apex Notes 0.1.6
Fixes
- Rebuilt the macOS DMG from a verified signed app bundle so the website install command can pass strict
codesignverification 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 testcargo check --manifest-path src-tauri/Cargo.tomlAPEX_NOTES_ALLOW_ADHOC=1 npm run package:mac
Apex Notes v0.1.5
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
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
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
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.tomlnpm run build:sitenpm audit --omit=devnpm 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
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
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