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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.14"
".": "1.0.15"
}
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [1.0.15](https://github.com/rawback-app/cli/compare/v1.0.14...v1.0.15) (2026-09-21)


### Features

* **album:** support adding and removing multiple photos per command ([6071d48](https://github.com/rawback-app/cli/commit/6071d483e52a35532c4f51eec31c65016fecac21))
* **album:** support adding and removing multiple photos per command ([cf653ee](https://github.com/rawback-app/cli/commit/cf653eef0379522882351da5b449702150a5aa3e))
* **cli:** log to ~/.rawback/logs and add the logs command group ([454436f](https://github.com/rawback-app/cli/commit/454436f9505cdb48fdbf01ced438a1b4b8072eb5))
* **cli:** log to ~/.rawback/logs and add the logs command group ([e33cf5f](https://github.com/rawback-app/cli/commit/e33cf5ff96567f025017f56fecd16325d38d95b6))
* **config:** create a default config.yml on first run ([6cfe499](https://github.com/rawback-app/cli/commit/6cfe499f28273ed8e24baa7ced6c4b305bcc047a))
* **config:** create a default config.yml on first run ([742a93c](https://github.com/rawback-app/cli/commit/742a93c7ea683a3e771e486937c1eb37e526f6f0)), closes [#74](https://github.com/rawback-app/cli/issues/74)


### Bug Fixes

* **cli:** expand leading ~ in path options ([5c83f00](https://github.com/rawback-app/cli/commit/5c83f0039ddc3bbce8050ab8de3366c528f82269))
* **cli:** expand leading ~ in path options ([769784a](https://github.com/rawback-app/cli/commit/769784aea72471a2780a2483e223d2cc28cde024))


### Code Refactoring

* **logs:** follow the SDK onto pino ([d934668](https://github.com/rawback-app/cli/commit/d934668584aca05e188b6f37e02f33ce17987a5f))


### Documentation

* **cli:** correct the Bun pin and drop finished SDK coordination notes ([a887d3c](https://github.com/rawback-app/cli/commit/a887d3ca7b334272845d142a58d3c96efb094900))
* **cli:** note that log retention must be at least one file ([2159d78](https://github.com/rawback-app/cli/commit/2159d78f53f8689d05d0bc92a7769b6859420806))
* **cli:** note the logs contract in the agent guide ([c8ea580](https://github.com/rawback-app/cli/commit/c8ea5800ea5e9a0eacced4b67160188eacfcd137))
* note the Chinese product name 出片 ([5f41619](https://github.com/rawback-app/cli/commit/5f41619c62650056e0653933f6179e6f649783f5))
* note the Chinese product name 出片 ([4f9b7e7](https://github.com/rawback-app/cli/commit/4f9b7e76cb0aec9d49c86371bb7173df5d546386))
* **release:** document the notarization check that works for CLI binaries ([956b329](https://github.com/rawback-app/cli/commit/956b32902460877a3606ea2e582c85af70e1ead2))
* **release:** document the notarization check that works for CLI binaries ([520c210](https://github.com/rawback-app/cli/commit/520c210383aae34b210124434b2573a6bc5eec27)), closes [#73](https://github.com/rawback-app/cli/issues/73)

## [1.0.14](https://github.com/rawback-app/cli/compare/v1.0.13...v1.0.14) (2026-09-12)


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": "@rawback/cli",
"version": "1.0.14",
"version": "1.0.15",
"private": true,
"description": "Rawback CLI for humans and AI agents",
"type": "module",
Expand Down