Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.09 KB

File metadata and controls

26 lines (22 loc) · 1.09 KB

Changelog

0.0.2

  • Windows installer (NSIS): added per-user/all-users install mode picker (UAC prompt only when "all users" is chosen), upgrade detection (offers to uninstall the previous version first), Add/Remove Programs entry, and a check that prompts to close the app if it's running during install/uninstall.
  • macOS/Linux builds now copy the "license" file (if set) into the app bundle/AppDir.
  • New bunx buntop CLI: buntop init (interactive scaffold of buntopconfig.json and a starter index.js, with --yes/-y for non-interactive defaults) and buntop build <channel>.
  • build.js split into build/{common,windows,macos,linux}.js.
  • Removed installerElevate config option (superseded by the install mode picker).
  • Fixed compiled Windows binaries opening a console window (bun-windows-x64/current builds now patch the PE subsystem to GUI).
  • Added docs/ with detailed guides for dialogs, tray, protocols, notifications, paths, updater, and single-instance.
  • New examples/tray.js example.
  • Added DeepWiki badge to README.

0.0.1

  • Initial release.