Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.16.0](https://github.com/tecnomanu/remove-background-local/compare/v1.15.2...v1.16.0) (2026-06-22)


### Features

* **server:** evict cached model sessions to keep RAM bounded ([#6](https://github.com/tecnomanu/remove-background-local/issues/6)) ([7751ffe](https://github.com/tecnomanu/remove-background-local/commit/7751ffe3b7e23388c250ee16f187a501e729bf79))

## [1.15.2](https://github.com/tecnomanu/remove-background-local/compare/v1.15.1...v1.15.2) (2026-06-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remove-background-local",
"version": "1.15.2",
"version": "1.16.0",
"description": "Remove image backgrounds locally — FastAPI + rembg (ISNet/BiRefNet), drag & drop web UI, 100% offline. Unofficial, not affiliated with remove.bg.",
"bin": {
"remove-background-local": "bin/cli.js",
Expand Down