Skip to content

Releases: therichardngai-code/notecode

NoteCode v0.1.0-beta.19

10 Feb 10:50

Choose a tag to compare

Pre-release

What's Changed

  • chore: bump version to v0.1.0-beta.19
  • fix: use Vite asset import for logo in Electron mode

Downloads

Platform File
Windows (installer) NoteCode-*-win-x64.exe
Windows (portable) NoteCode-*-win-x64-portable.exe
macOS (Intel) NoteCode-*-mac-x64.dmg
macOS (Apple Silicon) NoteCode-*-mac-arm64.dmg
Linux (AppImage) NoteCode-*-linux-x64.AppImage
Linux (deb) NoteCode-*-linux-x64.deb
Linux (rpm) NoteCode-*-linux-x64.rpm

CLI (npm)

npx notecode-app
# or install globally
npm install -g notecode-app

NoteCode v0.1.0-beta.18

10 Feb 10:31

Choose a tag to compare

Pre-release

What's Changed

  • chore: bump version to v0.1.0-beta.18
  • docs: BUG-004 - npm audit security report (#9)
  • chore: add .npmrc to reduce npm output noise (#8)
  • fix: update session status on CLI spawn errors (#7)
  • docs: fix default port in README from 3456 to 41920 (#6)
  • fix: BUG-001 - better-sqlite3 native module rebuild (#5)

Downloads

Platform File
Windows (installer) NoteCode-*-win-x64.exe
Windows (portable) NoteCode-*-win-x64-portable.exe
macOS (Intel) NoteCode-*-mac-x64.dmg
macOS (Apple Silicon) NoteCode-*-mac-arm64.dmg
Linux (AppImage) NoteCode-*-linux-x64.AppImage
Linux (deb) NoteCode-*-linux-x64.deb
Linux (rpm) NoteCode-*-linux-x64.rpm

CLI (npm)

npx notecode-app
# or install globally
npm install -g notecode-app