Skip to content

Commit dde52ab

Browse files
authored
update code-server to v4.105.1
1 parent 628fa8f commit dde52ab

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.6.0
22
- Upgrade proot-distro 4.28.0
3-
- Upgrade code-server to 4.105.0
3+
- Upgrade code-server to 4.105.1
44
- Upgrade ubuntu to noble-aarch64-pd-v4.18.0
55
- 优化进度条逻辑,不再使用`魔数`
66
- 支持 I18n,目前支持中文和英语

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ Cheers! 🍻
2626
## Features
2727

2828
- Fully local operation of Code Server
29-
- Supports the latest version 4.105.0
29+
- Supports the latest version 4.105.1
3030
- Supports quick updates to Code-Server versions
3131
- Supports custom Code-Server versions
3232
- Can run without an internet connection
3333

3434
## Changing Code-Server Version
3535

36-
1. Create a file named `code_version` in /sdcard with the version number as its content, such as `4.105.0`, without any line breaks.
36+
1. Create a file named `code_version` in /sdcard with the version number as its content, such as `4.105.1`, without any line breaks.
3737

38-
2. Download code-server such as [code-server-4.105.0-linux-arm64.tar.gz](https://github.com/coder/code-server/releases/download/v4.13.0/code-server-4.105.0-linux-arm64.tar.gz)
38+
2. Download code-server such as [code-server-4.105.1-linux-arm64.tar.gz](https://github.com/coder/code-server/releases/download/v4.13.0/code-server-4.105.1-linux-arm64.tar.gz)
3939

4040
3. Place the downloaded file in /sdcard. Do not unzip or change its filename.
4141

lib/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const bool product = bool.fromEnvironment('dart.vm.product');
2-
const String debugCSV = '4.105.0';
2+
const String debugCSV = '4.105.1';
33

44
class Config {
55
Config._();

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: code_lfa
22
description: VS Code for Android
33
publish_to: "none" # Remove this line if you wish to publish to pub.dev
4-
version: 1.6.0+22-cs4.105.0
5-
code_server: 4.105.0
4+
version: 1.6.0+22-cs4.105.1
5+
code_server: 4.105.1
66
environment:
77
sdk: ">=3.3.0 <4.0.0"
88

scripts/check_hardlink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tar tvf 'assets/code-server-4.105.0-linux-arm64.tar.gz' | grep '^hr'
1+
tar tvf 'assets/code-server-4.105.1-linux-arm64.tar.gz' | grep '^hr'

scripts/properties.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ VERSION_CODE='22'
33
TARGET_PATH=VSCode
44
APP_NAME='CodeLFA'
55
APP_NAME_CN='CodeLFA'
6-
BUILD_ARG='--dart-define=CSVERSION=4.105.0'
6+
BUILD_ARG='--dart-define=CSVERSION=4.105.1'

0 commit comments

Comments
 (0)