mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore(release): 1.15.3 [skip ci]
## [1.15.3](https://github.com/ashim-hq/ashim/compare/v1.15.2...v1.15.3) (2026-04-16)
### Bug Fixes
* retry apt-get update on transient mirror sync errors (Acquire::Retries=3) ([cec7163](https://github.com/ashim-hq/ashim/commit/cec71632d0c868c3a413b813ff15baccc8fa8cdd))
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
## [1.15.3](https://github.com/ashim-hq/ashim/compare/v1.15.2...v1.15.3) (2026-04-16)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* retry apt-get update on transient mirror sync errors (Acquire::Retries=3) ([cec7163](https://github.com/ashim-hq/ashim/commit/cec71632d0c868c3a413b813ff15baccc8fa8cdd))
|
||||||
|
|
||||||
## [1.15.2](https://github.com/ashim-hq/ashim/compare/v1.15.1...v1.15.2) (2026-04-16)
|
## [1.15.2](https://github.com/ashim-hq/ashim/compare/v1.15.1...v1.15.2) (2026-04-16)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ashim/api",
|
"name": "@ashim/api",
|
||||||
"version": "1.15.2",
|
"version": "1.15.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ashim/docs",
|
"name": "@ashim/docs",
|
||||||
"version": "1.15.2",
|
"version": "1.15.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docs:dev": "vitepress dev .",
|
"docs:dev": "vitepress dev .",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ashim/web",
|
"name": "@ashim/web",
|
||||||
"version": "1.15.2",
|
"version": "1.15.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ashim",
|
"name": "ashim",
|
||||||
"version": "1.15.2",
|
"version": "1.15.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.15.4",
|
"packageManager": "pnpm@9.15.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ashim/ai",
|
"name": "@ashim/ai",
|
||||||
"version": "1.15.2",
|
"version": "1.15.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ashim/image-engine",
|
"name": "@ashim/image-engine",
|
||||||
"version": "1.15.2",
|
"version": "1.15.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ashim/shared",
|
"name": "@ashim/shared",
|
||||||
"version": "1.15.2",
|
"version": "1.15.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
|
|||||||
@@ -1180,7 +1180,7 @@ export const PRINT_LAYOUTS: PrintLayout[] = [
|
|||||||
{ id: "none", label: "None", width: 0, height: 0 },
|
{ id: "none", label: "None", width: 0, height: 0 },
|
||||||
];
|
];
|
||||||
|
|
||||||
export const APP_VERSION = "1.15.2";
|
export const APP_VERSION = "1.15.3";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tool IDs that require the Python sidecar (AI/ML tools).
|
* Tool IDs that require the Python sidecar (AI/ML tools).
|
||||||
|
|||||||
Reference in New Issue
Block a user