Skip to content

Commit d9a715a

Browse files
committed
v1.1.3-1
1 parent 963dc88 commit d9a715a

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ This document is the authoritative source for TurboWarp's changelogs. Everything
22

33
Prefix notes with "Windows:", "macOS:", or "Linux:" as needed. Do not use **formatting** or [links](https://desktop.turbowarp.org/).
44

5+
# 1.1.3-1 (2026-02-27)
6+
7+
- 修复打包器无法使用的问题
8+
59
# 1.1.3 (2026-02-24)
610

711
- 调整“隐藏工具栏”插件的触发面积并改为默认禁用

docs/changelog.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "1.1.3-1",
4+
"date": "2026-2-27",
5+
"notes": ["修复打包器无法使用的问题"]
6+
},
27
{
38
"version": "1.1.3",
49
"date": "2026-2-24",

docs/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latest": "1.1.3",
2+
"latest": "1.1.3-1",
33
"oldest_safe": "1.1.0"
44
}

scripts/packager.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"src": "https://editors.astras.top/packager/",
3-
"sha256": "0da4446f459b65d62b3da7f9a81b9a6507fc460116eef2b8a4a75487dd787f67"
2+
"src": "https://github.com/AstraEditor/packager/releases/download/v1.0.0/standalone.html",
3+
"sha256": "924ec80fe6b191d8090d781a30f11034f4e21e1e38aef8398ce03cf9341ea63d"
44
}

0 commit comments

Comments
 (0)