Skip to content

Releases: tecnomanu/remove-background-local

v1.15.2

Choose a tag to compare

@github-actions github-actions released this 11 Jun 16:55
a7fecc1

1.15.2 (2026-06-10)

Bug Fixes

  • site: enhance background demo and quality toggle features (acb4a2f)

v1.15.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 18:00
b677f0c

1.15.1 (2026-06-10)

Bug Fixes

  • site: cerrar gaps SEO de OpenGraph.to (f0c0055)
  • site: og:image 1200x630 y dimensiones antes de type (df3cc9a)
  • site: og:image en JPEG para compatibilidad con Meta (3a3566b)

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 17:19
2649c6b

1.15.0 (2026-06-10)

Features

  • site: SEO social preview con screenshot.webp (018762e)

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 13:29
729fa95

1.14.0 (2026-06-05)

Features

  • animated landing site (GSAP) + GitHub Pages deploy (0d24206)
  • site: inglés como idioma base + toggle ES, showcase alternado y footer con crédito/café (4307d1e)

Bug Fixes

  • site: nav rota a anchos intermedios + cache busting (e266583)
  • site: wordmark 'rm.background local' (solo el punto en color) + reencuadre del antes/después (acb30b9)

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 22:06
c3d23bd

1.13.0 (2026-06-04)

Features

  • add 'rm-bg version' / --version / -v (07c7410)

v1.12.0 — port handling, auto-update on open, clearer messages

Choose a tag to compare

@tecnomanu tecnomanu released this 04 Jun 21:54
  • 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

Choose a tag to compare

@tecnomanu tecnomanu released this 04 Jun 21:19

First npm release. Install: npm i -g remove-background-local then rm-bg desktop.

v1.10.0 — New logo & auto-update

Choose a tag to compare

@tecnomanu tecnomanu released this 04 Jun 21:13
  • New rm. brand logo (transparent, no padding) as favicon and app/dock icon
  • rm-bg update now 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

Choose a tag to compare

@tecnomanu tecnomanu released this 04 Jun 19:11
  • rm-bg desktop install now also works on Linux (.desktop launcher) and Windows (Start Menu shortcut), not just macOS (.app)
  • rm-bg desktop uninstall cleans 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

Choose a tag to compare

@tecnomanu tecnomanu released this 04 Jun 19:04
  • rm-bg desktop install builds a real Remove Background Local.app into /Applications (own name, icon and bundle id)
  • rm-bg desktop uninstall removes it
  • Built locally from the cached Electron runtime, so no Gatekeeper prompt
  • Still uses the local Python env (rm-bg init recreates it if needed)
  • A signed/notarized installer for distribution would need an Apple Developer account