6.7.0 - Alpha3 - 设置页面应用启动器图标设置选项增加信息提示; README.md 增加活跃维护期统计
This commit is contained in:
@@ -167,8 +167,8 @@
|
||||
"v6.6.1": {
|
||||
"released_date": "2025/01/01",
|
||||
"feature": [
|
||||
"Pinyin module for Chinese Pinyin conversion (Refer to Project Documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin))",
|
||||
"Pinyin4j module for Chinese Pinyin conversion (Refer to Project Documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin4j))",
|
||||
"Pinyin module for Chinese Pinyin conversion (Refer to project documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin))",
|
||||
"Pinyin4j module for Chinese Pinyin conversion (Refer to project documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin4j))",
|
||||
"Methods UiObject#isSimilar and UiObjectCollection#isSimilar for determining whether a control or a collection of controls is similar",
|
||||
"Global method \"currentComponent\", used to obtain the name information of the currently active component"
|
||||
],
|
||||
@@ -322,7 +322,7 @@
|
||||
"v6.5.0": {
|
||||
"released_date": "2023/12/02",
|
||||
"feature": [
|
||||
"opencc module (Refer to Project Documentation > [Chinese Conversion](https://docs.autojs6.com/#/opencc)) (Ref to [LZX284](https://github.com/SuperMonster003/AutoJs6/pull/187/files#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R268))",
|
||||
"opencc module (Refer to project documentation > [Chinese Conversion](https://docs.autojs6.com/#/opencc)) (Ref to [LZX284](https://github.com/SuperMonster003/AutoJs6/pull/187/files#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R268))",
|
||||
"UiSelector adds [plus](https://docs.autojs6.com/#/uiObjectType?id=m-plus) and [append](https://docs.autojs6.com/#/uiObjectType?id=m-append) methods _[`issue #115`](http://issues.autojs6.com/115)_",
|
||||
"Packaging application page adds support for filtering ABIs and libraries (Ref to [AutoX](https://github.com/kkevsekk1/AutoX)) _[`issue #189`](http://issues.autojs6.com/189)_"
|
||||
],
|
||||
@@ -425,9 +425,9 @@
|
||||
"feature": [
|
||||
"ocr module supports Paddle Lite engine (by [TonyJiangWJ](https://github.com/TonyJiangWJ)) _[`pr #120`](http://pr.autojs6.com/120)_",
|
||||
"Packaging function supports internal and external plugin packaging methods (by [LZX284](https://github.com/LZX284)) _[`pr #151`](http://pr.autojs6.com/151)_",
|
||||
"WebSocket module (Refer to Project Documentation > [WebSocket](https://docs.autojs6.com/#/webSocketType))",
|
||||
"barcode / qrcode modules (Refer to Project Documentation > [Barcode](https://docs.autojs6.com/#/barcode) / [QRCode](https://docs.autojs6.com/#/qrcode))",
|
||||
"shizuku module (Refer to Project Documentation > [Shizuku](https://docs.autojs6.com/#/shizuku)) and permission switch in home page drawer",
|
||||
"WebSocket module (Refer to project documentation > [WebSocket](https://docs.autojs6.com/#/webSocketType))",
|
||||
"barcode / qrcode modules (Refer to project documentation > [Barcode](https://docs.autojs6.com/#/barcode) / [QRCode](https://docs.autojs6.com/#/qrcode))",
|
||||
"shizuku module (Refer to project documentation > [Shizuku](https://docs.autojs6.com/#/shizuku)) and permission switch in home page drawer",
|
||||
"device.rotation / device.orientation methods",
|
||||
"Support for static property access of internal Java classes",
|
||||
"Support for selecting and switching application language in Android system settings page (Android 13 and above)",
|
||||
@@ -455,7 +455,7 @@
|
||||
"improvement": [
|
||||
"Renamed export function to send function and re-implemented meaningful export function in log activity page",
|
||||
"Added automatic interception and prompt when entry count is too large for send function in log activity page",
|
||||
"ocr module is compatible with both Google MLKit and Paddle Lite engines (Refer to Project Documentation > [Optical Character Recognition](https://docs.autojs6.com/#/ocr?id=p-mode))",
|
||||
"ocr module is compatible with both Google MLKit and Paddle Lite engines (Refer to project documentation > [Optical Character Recognition](https://docs.autojs6.com/#/ocr?id=p-mode))",
|
||||
"Increased the success rate of auto-starting accessibility service",
|
||||
"Migrated Kotlin annotation processor from kapt to KSP",
|
||||
"Build tools support IntelliJ Idea EAP versions",
|
||||
@@ -488,7 +488,7 @@
|
||||
"feature": [
|
||||
"Code commenting feature in code editor (by [little-alei](https://github.com/little-alei)) _[`pr #98`](http://pr.autojs6.com/98)_",
|
||||
"auto.stateListener for accessibility service connection status listening (by [little-alei](https://github.com/little-alei)) _[`pr #98`](http://pr.autojs6.com/98)_",
|
||||
"Added nextSibling / lastChild / offset methods to UiObject type (Refer to Project Documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))"
|
||||
"Added nextSibling / lastChild / offset methods to UiObject type (Refer to project documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))"
|
||||
],
|
||||
"fix": [
|
||||
"Issue where VSCode plugin could not parse data when script character total length exceeded four-decimal digits _[`issue #91`](http://issues.autojs6.com/91)_ _[`issue #93`](http://issues.autojs6.com/93)_ _[`issue #100`](http://issues.autojs6.com/100)_ _[`issue #109`](http://issues.autojs6.com/109)_",
|
||||
@@ -505,7 +505,7 @@
|
||||
"Enhanced editor code commenting behavior, style, and cursor position handling based on _[`pr #98`](http://pr.autojs6.com/98)_",
|
||||
"Added code commenting menu item based on _[`pr #98`](http://pr.autojs6.com/98)_",
|
||||
"Adapted to VSCode plugin 1.0.6",
|
||||
"Added level parameter support to UiObject#parent method (Refer to Project Documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))"
|
||||
"Added level parameter support to UiObject#parent method (Refer to project documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))"
|
||||
],
|
||||
"dependency": [
|
||||
"Upgraded Gradle version from 8.2 -> 8.3-rc-1"
|
||||
@@ -514,7 +514,7 @@
|
||||
"v6.3.2": {
|
||||
"released_date": "2023/07/06",
|
||||
"feature": [
|
||||
"crypto module (Refer to Project Documentation > [Crypto](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_",
|
||||
"crypto module (Refer to project documentation > [Crypto](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_",
|
||||
"Added textswitcher / viewswitcher / viewflipper / numberpicker / video / search controls to UI mode",
|
||||
"Added copy and export log functionalities to Log Activity Page _[`issue #76`](http://issues.autojs6.com/76)_",
|
||||
"Added IP address history feature to Client Mode"
|
||||
@@ -564,7 +564,7 @@
|
||||
"Supports concise form for boolean type property values in UI mode (e.g., clickable=\"true\" can be shortened to clickable or isClickable)",
|
||||
"Button control supports isColored and isBorderless boolean properties",
|
||||
"console.resetGlobalLogConfig method for resetting global log configuration",
|
||||
"web.newWebSocket method for creating WebSocket instance (Refer to Project Documentation > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))"
|
||||
"web.newWebSocket method for creating WebSocket instance (Refer to project documentation > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))"
|
||||
],
|
||||
"fix": [
|
||||
"Abnormal folder sorting in File Manager",
|
||||
@@ -602,6 +602,7 @@
|
||||
"notice module (refer to project documentation > [Message Notification](https://docs.autojs6.com/#/notice))",
|
||||
"s13n module (refer to project documentation > [Serialization](https://docs.autojs6.com/#/s13n))",
|
||||
"Color module (refer to project documentation > [Color Type](https://docs.autojs6.com/#/colorType))",
|
||||
"colors.setColorPaint method for setting android.graphics.Paint brush color (refer to project documentation > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))",
|
||||
"Keep the screen on functionality and setting options while in the foreground",
|
||||
"Additional documentation launcher for independent reading of application documents (support hiding or showing in settings)"
|
||||
],
|
||||
@@ -642,7 +643,7 @@
|
||||
"Support dragging title area to move window position for console floating window",
|
||||
"Support automatic delayed closing after script ends for console floating window",
|
||||
"Support adjusting font size with pinch-to-zoom for both console floating window and its Activity window",
|
||||
"Support timeout parameter for http module related methods",
|
||||
"Support timeout option parameter for http module related methods",
|
||||
"Support active downgrade (fallback) of JDK version in Gradle build script",
|
||||
"Support for Gradle build script to automatically select appropriate build tool versions based on platform type and version (to some extent)"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user