Skip to content

Commit ae5553d

Browse files
committed
release: 1.15.1
1 parent 49f3b88 commit ae5553d

3 files changed

Lines changed: 109 additions & 75 deletions

File tree

.arcane.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.15.0",
3-
"revision": "c7e71751485da24fc32c0ee66a30fcf4a9272546"
2+
"version": "1.15.1",
3+
"revision": "49f3b8866b6f9168c1f6aa3a8b57390067e7d7e3"
44
}

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## v1.15.1
2+
3+
### Bug fixes
4+
5+
* unable to upload files to volume browser([a13dd4b](https://github.com/getarcaneapp/arcane/commit/a13dd4b1e52f171e9c7e556b84802fa7b53c15b2) by @kmendell)
6+
* environment settings not saving([87d6af2](https://github.com/getarcaneapp/arcane/commit/87d6af2de3440c02681405a030f1393de8a648a0) by @kmendell)
7+
* add podman-compose file support ([#1728](https://github.com/getarcaneapp/arcane/pull/1728) by @bastiengrignon)
8+
* add language and theme selector to appearance settings([9697323](https://github.com/getarcaneapp/arcane/commit/9697323034915d48181f7664f0e5d232d5483f4d) by @kmendell)
9+
* add option for trivy scan timeout ([#1749](https://github.com/getarcaneapp/arcane/pull/1749) by @kmendell)
10+
* use temp file for trivy output ([#1751](https://github.com/getarcaneapp/arcane/pull/1751) by @kmendell)
11+
* incorrect markdown format for telegram([d56c2b7](https://github.com/getarcaneapp/arcane/commit/d56c2b7e8044a448b190eb5f3157f07a2abc898d) by @kmendell)
12+
* hide internal volumes for backups and volume browser ([#1755](https://github.com/getarcaneapp/arcane/pull/1755) by @kmendell)
13+
* git sync counts only showing paginated values([be8b99b](https://github.com/getarcaneapp/arcane/commit/be8b99b220130f9078583927f1645a8053e04dce) by @kmendell)
14+
15+
### Dependencies
16+
17+
* bump github.com/getarcaneapp/arcane/types from 0.0.0-20260110011808-8759100aa57c to 1.15.0 in /cli ([#1740](https://github.com/getarcaneapp/arcane/pull/1740) by @dependabot[bot])
18+
* bump svelte from 5.50.0 to 5.51.0 ([#1745](https://github.com/getarcaneapp/arcane/pull/1745) by @dependabot[bot])
19+
* bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 in /backend ([#1734](https://github.com/getarcaneapp/arcane/pull/1734) by @dependabot[bot])
20+
* bump golang.org/x/text from 0.33.0 to 0.34.0 in /backend ([#1738](https://github.com/getarcaneapp/arcane/pull/1738) by @dependabot[bot])
21+
* bump golang.org/x/crypto from 0.47.0 to 0.48.0 in /backend ([#1735](https://github.com/getarcaneapp/arcane/pull/1735) by @dependabot[bot])
22+
* bump golang.org/x/mod from 0.32.0 to 0.33.0 in /backend ([#1736](https://github.com/getarcaneapp/arcane/pull/1736) by @dependabot[bot])
23+
* bump github.com/samber/slog-gin from 1.20.1 to 1.21.0 in /backend ([#1733](https://github.com/getarcaneapp/arcane/pull/1733) by @dependabot[bot])
24+
* bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.10 in /cli ([#1737](https://github.com/getarcaneapp/arcane/pull/1737) by @dependabot[bot])
25+
* bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0 in /cli ([#1741](https://github.com/getarcaneapp/arcane/pull/1741) by @dependabot[bot])
26+
27+
### Other
28+
29+
* remove bytes package for manual util ([#1752](https://github.com/getarcaneapp/arcane/pull/1752) by @kmendell)
30+
31+
32+
33+
**Full Changelog**: https://github.com/getarcaneapp/arcane/compare/v1.15.0...v1.15.1
34+
135
## v1.15.0
236

337
### New features

frontend/package.json

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
11
{
2-
"name": "arcane-frontend",
3-
"private": true,
4-
"version": "1.15.0",
5-
"type": "module",
6-
"scripts": {
7-
"dev": "vite dev --port 3000 --host",
8-
"build": "vite build",
9-
"preview": "vite preview --port 3000",
10-
"lint-staged": "lint-staged",
11-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
12-
"format": "prettier --write ./src",
13-
"format:check": "prettier --check ./src",
14-
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
15-
"knip": "knip",
16-
"i18n:unused": "i18n-unused display-unused",
17-
"i18n:remove": "i18n-unused remove-unused",
18-
"i18n:mark": "i18n-unused mark-unused"
19-
},
20-
"dependencies": {
21-
"@shikijs/monaco": "^3.21.0",
22-
"@sveltejs/adapter-static": "^3.0.10",
23-
"@sveltejs/kit": "^2.49.5",
24-
"@tanstack/svelte-query": "^6.0.18",
25-
"@tanstack/table-core": "^8.21.3",
26-
"@xterm/addon-fit": "^0.11.0",
27-
"@xterm/xterm": "^6.0.0",
28-
"ansi-to-html": "^0.7.2",
29-
"axios": "^1.13.5",
30-
"date-fns": "^4.1.0",
31-
"js-yaml": "^4.1.1",
32-
"monaco-editor": "^0.55.1",
33-
"prettier": "^3.8.0",
34-
"prettier-plugin-svelte": "^3.4.1",
35-
"prettier-plugin-tailwindcss": "^0.7.2",
36-
"shiki": "^3.22.0",
37-
"svelte": "^5.51.0",
38-
"svelte-motion": "^0.12.2"
39-
},
40-
"devDependencies": {
41-
"@iconify/json": "^2.2.431",
42-
"@inlang/paraglide-js": "2.9.1",
43-
"@internationalized/date": "^3.11.0",
44-
"@prettier/plugin-oxc": "^0.1.3",
45-
"@sveltejs/vite-plugin-svelte": "^6.2.4",
46-
"@tailwindcss/vite": "^4.1.18",
47-
"@tanstack/eslint-plugin-query": "^5.91.4",
48-
"@tanstack/svelte-query-devtools": "^6.0.4",
49-
"@types/js-yaml": "^4.0.9",
50-
"@types/node": "^25.0.10",
51-
"bits-ui": "^2.15.5",
52-
"clsx": "^2.1.1",
53-
"formsnap": "^2.0.1",
54-
"isomorphic-dompurify": "^2.35.0",
55-
"knip": "^5.82.1",
56-
"mode-watcher": "^1.1.0",
57-
"paneforge": "^1.0.2",
58-
"runed": "^0.37.0",
59-
"svelte-check": "^4.3.5",
60-
"svelte-sonner": "^1.0.7",
61-
"svelte-toolbelt": "^0.10.6",
62-
"sveltekit-superforms": "^2.29.1",
63-
"tailwind-merge": "^3.4.0",
64-
"tailwind-variants": "^3.2.2",
65-
"tailwindcss": "^4.1.18",
66-
"tsx": "^4.21.0",
67-
"tw-animate-css": "^1.4.0",
68-
"typescript": "^5.9.3",
69-
"unplugin-icons": "^23.0.1",
70-
"vaul-svelte": "1.0.0-next.7",
71-
"vite": "^7.3.1",
72-
"vite-plugin-devtools-json": "^1.0.0",
73-
"zod": "^4.3.6"
74-
}
2+
"name": "arcane-frontend",
3+
"private": true,
4+
"version": "1.15.1",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite dev --port 3000 --host",
8+
"build": "vite build",
9+
"preview": "vite preview --port 3000",
10+
"lint-staged": "lint-staged",
11+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
12+
"format": "prettier --write ./src",
13+
"format:check": "prettier --check ./src",
14+
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
15+
"knip": "knip",
16+
"i18n:unused": "i18n-unused display-unused",
17+
"i18n:remove": "i18n-unused remove-unused",
18+
"i18n:mark": "i18n-unused mark-unused"
19+
},
20+
"dependencies": {
21+
"@shikijs/monaco": "^3.21.0",
22+
"@sveltejs/adapter-static": "^3.0.10",
23+
"@sveltejs/kit": "^2.49.5",
24+
"@tanstack/svelte-query": "^6.0.18",
25+
"@tanstack/table-core": "^8.21.3",
26+
"@xterm/addon-fit": "^0.11.0",
27+
"@xterm/xterm": "^6.0.0",
28+
"ansi-to-html": "^0.7.2",
29+
"axios": "^1.13.5",
30+
"date-fns": "^4.1.0",
31+
"js-yaml": "^4.1.1",
32+
"monaco-editor": "^0.55.1",
33+
"prettier": "^3.8.0",
34+
"prettier-plugin-svelte": "^3.4.1",
35+
"prettier-plugin-tailwindcss": "^0.7.2",
36+
"shiki": "^3.22.0",
37+
"svelte": "^5.51.0",
38+
"svelte-motion": "^0.12.2"
39+
},
40+
"devDependencies": {
41+
"@iconify/json": "^2.2.431",
42+
"@inlang/paraglide-js": "2.9.1",
43+
"@internationalized/date": "^3.11.0",
44+
"@prettier/plugin-oxc": "^0.1.3",
45+
"@sveltejs/vite-plugin-svelte": "^6.2.4",
46+
"@tailwindcss/vite": "^4.1.18",
47+
"@tanstack/eslint-plugin-query": "^5.91.4",
48+
"@tanstack/svelte-query-devtools": "^6.0.4",
49+
"@types/js-yaml": "^4.0.9",
50+
"@types/node": "^25.0.10",
51+
"bits-ui": "^2.15.5",
52+
"clsx": "^2.1.1",
53+
"formsnap": "^2.0.1",
54+
"isomorphic-dompurify": "^2.35.0",
55+
"knip": "^5.82.1",
56+
"mode-watcher": "^1.1.0",
57+
"paneforge": "^1.0.2",
58+
"runed": "^0.37.0",
59+
"svelte-check": "^4.3.5",
60+
"svelte-sonner": "^1.0.7",
61+
"svelte-toolbelt": "^0.10.6",
62+
"sveltekit-superforms": "^2.29.1",
63+
"tailwind-merge": "^3.4.0",
64+
"tailwind-variants": "^3.2.2",
65+
"tailwindcss": "^4.1.18",
66+
"tsx": "^4.21.0",
67+
"tw-animate-css": "^1.4.0",
68+
"typescript": "^5.9.3",
69+
"unplugin-icons": "^23.0.1",
70+
"vaul-svelte": "1.0.0-next.7",
71+
"vite": "^7.3.1",
72+
"vite-plugin-devtools-json": "^1.0.0",
73+
"zod": "^4.3.6"
74+
}
7575
}

0 commit comments

Comments
 (0)