- 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 buntopCLI:buntop init(interactive scaffold ofbuntopconfig.jsonand a starterindex.js, with--yes/-yfor non-interactive defaults) andbuntop build <channel>. build.jssplit intobuild/{common,windows,macos,linux}.js.- Removed
installerElevateconfig option (superseded by the install mode picker). - Fixed compiled Windows binaries opening a console window
(
bun-windows-x64/currentbuilds 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.jsexample. - Added DeepWiki badge to README.
- Initial release.