Skip to content

Commit dcb1abf

Browse files
Prepare preview release
Update version files for the release.
1 parent c7837b8 commit dcb1abf

4 files changed

Lines changed: 21 additions & 9 deletions

File tree

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "athas",
3-
"version": "0.8.2",
3+
"version": "0.8.3-preview.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

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 = "athas"
3-
version = "0.8.2"
3+
version = "0.8.3-preview.1"
44
description = "Athas code editor"
55
authors = ["you"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Athas",
4-
"version": "0.8.2",
4+
"version": "0.8.3-preview.1",
55
"identifier": "com.code.athas",
66
"build": {
77
"beforeDevCommand": "bunx vp dev",
@@ -34,17 +34,25 @@
3434
],
3535
"security": {
3636
"csp": "default-src 'self' ipc: http://ipc.localhost; connect-src 'self' ipc: http://ipc.localhost http://localhost:3000 http://127.0.0.1:3000 https://athas.dev https://*.athas.dev https://api.anthropic.com https://api.openai.com https://api.mistral.ai https://openrouter.ai https://generativelanguage.googleapis.com https://*.githubusercontent.com; img-src 'self' asset: http://asset.localhost https: data: blob:; font-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval'",
37-
"capabilities": ["main-capability"],
37+
"capabilities": [
38+
"main-capability"
39+
],
3840
"assetProtocol": {
3941
"enable": true,
40-
"scope": ["**"]
42+
"scope": [
43+
"**"
44+
]
4145
}
4246
},
4347
"macOSPrivateApi": true
4448
},
4549
"bundle": {
4650
"active": true,
47-
"targets": ["app", "dmg", "nsis"],
51+
"targets": [
52+
"app",
53+
"dmg",
54+
"nsis"
55+
],
4856
"createUpdaterArtifacts": true,
4957
"icon": [
5058
"icons/prod/32x32.png",
@@ -69,15 +77,19 @@
6977
"plugins": {
7078
"deep-link": {
7179
"desktop": {
72-
"schemes": ["athas"]
80+
"schemes": [
81+
"athas"
82+
]
7383
}
7484
},
7585
"fs": {
7686
"requireLiteralLeadingDot": false
7787
},
7888
"updater": {
7989
"active": true,
80-
"endpoints": ["https://athas.dev/api/update/stable"],
90+
"endpoints": [
91+
"https://athas.dev/api/update/stable"
92+
],
8193
"dialog": false,
8294
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJBNDk0QjI4NkVDNDQwRUUKUldUdVFNUnVLRXRKdXV2elJZL3RsOWkvRDJueUwvQjh1UzdMbFBHZmZjV01Ec3lXZ1hFY3V6RkYK"
8395
}

0 commit comments

Comments
 (0)