Releases: tecnomanu/remove-background-local
Releases · tecnomanu/remove-background-local
Release list
v1.15.2
v1.15.1
v1.15.0
v1.14.0
v1.13.0
v1.12.0 — port handling, auto-update on open, clearer messages
- Graceful handling when the port is already in use (no more Errno 48 crash)
- rm-bg web/desktop auto-update on launch; clearer rm-bg update messages
- Single-source version (package.json)
- npx vs npm install -g clarified in the README
v1.11.0
v1.10.0 — New logo & auto-update
- New rm. brand logo (transparent, no padding) as favicon and app/dock icon
rm-bg updatenow refreshes the installed desktop app after updating npm
(macOS rebuilds the app bundle; Linux/Windows launchers already point at the package)
v1.9.0 — Cross-platform install
rm-bg desktop installnow also works on Linux (.desktop launcher) and Windows (Start Menu shortcut), not just macOS (.app)rm-bg desktop uninstallcleans up on any platform- Web and
rm-bg desktop(windowed) already ran on Windows/Linux; this adds the 'install as an app' step there too
v1.8.0 — Install as a Mac app
rm-bg desktop installbuilds a real Remove Background Local.app into /Applications (own name, icon and bundle id)rm-bg desktop uninstallremoves it- Built locally from the cached Electron runtime, so no Gatekeeper prompt
- Still uses the local Python env (
rm-bg initrecreates it if needed) - A signed/notarized installer for distribution would need an Apple Developer account