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.15"
".": "1.0.16"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.16](https://github.com/rawback-app/cli/compare/v1.0.15...v1.0.16) (2026-09-27)


### Features

* location search, photo permission and spots commands ([#84](https://github.com/rawback-app/cli/issues/84)) ([e03b55e](https://github.com/rawback-app/cli/commit/e03b55e9fd4a583480d47d28573c4c36c91c5d20))


### Bug Fixes

* **camera:** read the ver140 folder from the card instead of guessing it ([#86](https://github.com/rawback-app/cli/issues/86)) ([7a9c7fd](https://github.com/rawback-app/cli/commit/7a9c7fd46b48098a98d925229a66d36a26e7803c))

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


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.15",
"version": "1.0.16",
"private": true,
"description": "Rawback CLI for humans and AI agents",
"type": "module",
Expand Down