Skip to content

Commit 69f6833

Browse files
committed
chore(release): 2.16.0
1 parent ed58462 commit 69f6833

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# VHEditor Changelog
2+
## [2.16.0](https://github.com/vhqtvn/VHEditor-Android/compare/v2.15.1...v2.16.0) (2024-10-07)
3+
4+
5+
### Features
6+
7+
* **code-server:** update code-server to v4.93.1 ([0159895](https://github.com/vhqtvn/VHEditor-Android/commit/01598952c321f1bae018a8c643ecf7dd42174de5))
8+
9+
10+
### Bug Fixes
11+
12+
* **editor:** update detection for Unihertz Titan & Pocket ([6243ea2](https://github.com/vhqtvn/VHEditor-Android/commit/6243ea28c693536cb7df4427bf005d3093aafbbc))
13+
* **mouseview:** ignore null system pointer bitmap ([6d861f8](https://github.com/vhqtvn/VHEditor-Android/commit/6d861f80f971b957807e110e255d0a3b65f7362a))
14+
* **ssh:** use 'command -v' instead of 'which' for checking ssh command ([2831dc7](https://github.com/vhqtvn/VHEditor-Android/commit/2831dc732aa810772c7a6372e5f32e2ae1452b78))
15+
* tab key fix ([01d42fb](https://github.com/vhqtvn/VHEditor-Android/commit/01d42fbc4a29334d486d8138244eed0539c78767))
16+
* **terminal:** use font size from preferences ([2f8a2ca](https://github.com/vhqtvn/VHEditor-Android/commit/2f8a2ca0fd6eecb1a9f468153877676f5da36dc0))
17+
218
### [2.15.1](https://github.com/vhqtvn/VHEditor-Android/compare/v2.15.0...v2.15.1) (2023-06-09)
319

420

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"commitizen": {
88
"path": "./node_modules/cz-conventional-changelog"
99
},
10-
"versionCode": 55
10+
"versionCode": 56
1111
},
1212
"standard-version": {
1313
"header": "# VHEditor Changelog",
@@ -17,7 +17,7 @@
1717
},
1818
"name": "vheditor-android-ci",
1919
"description": "VHEditor Android",
20-
"version": "2.15.1",
20+
"version": "2.16.0",
2121
"main": "ci/ci.js",
2222
"dependencies": {
2323
"@react-native-async-storage/async-storage": "^1.24.0",
@@ -245,4 +245,4 @@
245245
"vm": "vm-browserify",
246246
"tls": false
247247
}
248-
}
248+
}

0 commit comments

Comments
 (0)