chore(release): 1.7.0 [skip ci]

# [1.7.0](https://github.com/stirling-image/stirling-image/compare/v1.6.0...v1.7.0) (2026-04-05)

### Bug Fixes

* **web:** skip empty Authorization header for forward-auth proxy compatibility ([d0c69d6](https://github.com/stirling-image/stirling-image/commit/d0c69d6a4670ce6ffa397d8b4432687ed9b4d395)), closes [#6](https://github.com/stirling-image/stirling-image/issues/6)

### Features

* add GPU/CUDA acceleration support (:cuda Docker tag) ([29a382e](https://github.com/stirling-image/stirling-image/commit/29a382e9e0eb1ce8a7d08e68c41443495a52d3f8))
This commit is contained in:
semantic-release-bot
2026-04-05 12:36:40 +00:00
parent 277b07d86c
commit 609fd57de8
9 changed files with 20 additions and 8 deletions
+12
View File
@@ -1,3 +1,15 @@
# [1.7.0](https://github.com/stirling-image/stirling-image/compare/v1.6.0...v1.7.0) (2026-04-05)
### Bug Fixes
* **web:** skip empty Authorization header for forward-auth proxy compatibility ([636153f](https://github.com/stirling-image/stirling-image/commit/636153f8f131e683b2553df2732e967772e07017)), closes [#6](https://github.com/stirling-image/stirling-image/issues/6)
### Features
* add GPU/CUDA acceleration support (:cuda Docker tag) ([a5f62f0](https://github.com/stirling-image/stirling-image/commit/a5f62f0d1426092b6b0164cf1ae1159a392ebf44))
# [1.6.0](https://github.com/stirling-image/stirling-image/compare/v1.5.3...v1.6.0) (2026-04-04) # [1.6.0](https://github.com/stirling-image/stirling-image/compare/v1.5.3...v1.6.0) (2026-04-04)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/api", "name": "@stirling-image/api",
"version": "1.6.0", "version": "1.7.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/docs", "name": "@stirling-image/docs",
"version": "1.6.0", "version": "1.7.0",
"private": true, "private": true,
"scripts": { "scripts": {
"docs:dev": "vitepress dev .", "docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/web", "name": "@stirling-image/web",
"version": "1.6.0", "version": "1.7.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "stirling-image", "name": "stirling-image",
"version": "1.6.0", "version": "1.7.0",
"private": true, "private": true,
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.4",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/ai", "name": "@stirling-image/ai",
"version": "1.6.0", "version": "1.7.0",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/image-engine", "name": "@stirling-image/image-engine",
"version": "1.6.0", "version": "1.7.0",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/shared", "name": "@stirling-image/shared",
"version": "1.6.0", "version": "1.7.0",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
+1 -1
View File
@@ -354,7 +354,7 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 }, { platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
]; ];
export const APP_VERSION = "1.6.0"; export const APP_VERSION = "1.7.0";
/** /**
* Tool IDs that require the Python sidecar (AI/ML tools). * Tool IDs that require the Python sidecar (AI/ML tools).