Skip to content

Commit 7050e5a

Browse files
xtferclaude
andcommitted
chore: release 1.6.1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 45e8db3 commit 7050e5a

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to Automatic are documented here.
44

55
## [Unreleased]
66

7+
## [1.6.1] - 2026-05-06
8+
9+
### Added
10+
11+
- Add Claude and Codex desktop apps to the project "Open in" menu. (`45e8db3`)
12+
713
## [1.6.0] - 2026-05-03
814

915
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "automatic",
33
"private": true,
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "automatic"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "Manage your AI dependencies"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Automatic",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"identifier": "com.velvet.automatic",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)