|
1 | 1 | { |
2 | 2 | "$data": { |
| 3 | + "v6.6.2": { |
| 4 | + "released_date": "2025/04/16", |
| 5 | + "feature": [ |
| 6 | + "Methods such as ui.statusBarAppearanceLight, statusBarAppearanceLightBy, navigationBarColor, etc.", |
| 7 | + "ui.statusBarHeight attribute (getter) for obtaining the status bar height _[`issue #357`](http://issues.autojs6.com/357)_", |
| 8 | + "images.flip method for image flipping _[`issue #349`](http://issues.autojs6.com/349)_", |
| 9 | + "Added \"file extension\" option in the settings page", |
| 10 | + "New layout support in the theme color settings page (grouping, positioning, search, history, enhanced color palette, etc.)" |
| 11 | + ], |
| 12 | + "fix": [ |
| 13 | + "Issue where Android 15's status bar background color did not match the theme color", |
| 14 | + "Issue where the plugins.load method failed to properly load plugins _[`issue #290`](http://issues.autojs6.com/290)_", |
| 15 | + "Issue where the dx library could not be used properly on Android 7.x _[`issue #293`](http://issues.autojs6.com/293)_", |
| 16 | + "Potential synchronization issues in ScriptRuntime when using require to import built-in modules (tentative fix) _[`issue #298`](http://issues.autojs6.com/298)_", |
| 17 | + "Issue where the notice module was missing extension methods such as getBuilder _[`issue #301`](http://issues.autojs6.com/301)_", |
| 18 | + "Issue where methods like shizuku/shell could not accept string parameters _[`issue #310`](http://issues.autojs6.com/310)_", |
| 19 | + "Issue where the colors.pixel method could not accept single-channel image parameters _[`issue #350`](http://issues.autojs6.com/350)_", |
| 20 | + "Issue where methods such as engines.execScript/execScriptFile had abnormal default working directories when executing scripts _[`issue #358`](http://issues.autojs6.com/358)_ _[`issue #340`](http://issues.autojs6.com/340)_ _[`issue #339`](http://issues.autojs6.com/339)_", |
| 21 | + "Issue where floaty.window/floaty.rawWindow could not be executed on background threads", |
| 22 | + "Issue where floaty.getClip might not correctly retrieve clipboard content _[`issue #341`](http://issues.autojs6.com/341)_", |
| 23 | + "Issue where ui.inflate returned values were missing prototype methods such as attr/on/click", |
| 24 | + "Issue where exceptions in some method calls could not be caught by try..catch blocks _[`issue #345`](http://issues.autojs6.com/345)_", |
| 25 | + "Issue where generating code on the layout analysis page could cause the app to crash _[`issue #288`](http://issues.autojs6.com/288)_", |
| 26 | + "Issue where packaged applications could not properly use the shizuku module _[`issue #227`](http://issues.autojs6.com/227)_ _[`issue #231`](http://issues.autojs6.com/231)_ _[`issue #284`](http://issues.autojs6.com/284)_ _[`issue #287`](http://issues.autojs6.com/287)_ _[`issue #304`](http://issues.autojs6.com/304)_", |
| 27 | + "Issue in the code editor where jumping to the end of a line might actually move the cursor to the beginning of the next line", |
| 28 | + "Issue where rapid consecutive clicks on dialog-type items in the settings page could cause the app to crash" |
| 29 | + ], |
| 30 | + "improvement": [ |
| 31 | + "Streamlined the APK file size for the packaged application template", |
| 32 | + "Enhanced app (and packaged apps) support for more permissions _[`issue #338`](http://issues.autojs6.com/338)_", |
| 33 | + "Added support for the Pinyin library option on the packaging page", |
| 34 | + "Optimized the status bar background and text color on the main activity page of packaged apps", |
| 35 | + "Added special permission toggles (such as access all files and send notifications) to the packaged app settings page _[`issue #354`](http://issues.autojs6.com/354)_", |
| 36 | + "Automatically switched control text and icon colors based on the brightness of the theme color", |
| 37 | + "Improved visual experience when contrast between control theme color and background is too low", |
| 38 | + "Enhanced HEX input control in the color palette for better compatibility when pasting color values from the clipboard", |
| 39 | + "Set in-app navigation bar to be transparent or semi-transparent to enhance visual experience", |
| 40 | + "Default UI mode for status bar and navigation bar set to `md_grey_50` color in light mode", |
| 41 | + "Homepage drawer's accessibility service toggle now syncs with script code", |
| 42 | + "Homepage document page search now supports bidirectional find buttons", |
| 43 | + "Homepage \"Files\" tab now supports toggling floating button visibility via long press", |
| 44 | + "Code editor title text now supports auto-adjusting font size", |
| 45 | + "Log page floating button visibility now linked with list scrolling actions", |
| 46 | + "Script project configuration file project.json now supports more packaging options _[`issue #305`](http://issues.autojs6.com/305)_ _[`issue #306`](http://issues.autojs6.com/306)_", |
| 47 | + "Improved project.json to support lenient matching of option names and alias compatibility", |
| 48 | + "APK file type info dialog now includes file size and signature scheme information", |
| 49 | + "APK file type info dialog now supports click listeners for copying text and navigating to app details", |
| 50 | + "Attempted to restore com.stardust prefixed packages to improve code compatibility _[`issue #290`](http://issues.autojs6.com/290)_", |
| 51 | + "Enhanced floaty.window/floaty.rawWindow to support execution on both main and background threads", |
| 52 | + "Global getClip method now leverages floaty.getClip as needed to improve compatibility", |
| 53 | + "Improved compatibility when passing null paths to files.path and related methods", |
| 54 | + "Synchronized with the latest official upstream code of the Rhino engine and performed necessary code adaptations", |
| 55 | + "Enhanced README.md to better document project build and run instructions _[`issue #344`](http://issues.autojs6.com/344)_" |
| 56 | + ], |
| 57 | + "dependency": [ |
| 58 | + "Added Eclipse Paho Client Mqttv3 version 1.1.0 _[`issue #330`](http://issues.autojs6.com/330)_", |
| 59 | + "Upgraded Gradle Compile version from 34 to 35", |
| 60 | + "Upgraded Gradle from 8.12 to 8.14-rc-1", |
| 61 | + "Upgraded Rhino from 1.8.0-SNAPSHOT to 1.8.1-SNAPSHOT", |
| 62 | + "Upgraded Androidx Recyclerview from 1.3.2 to 1.4.0", |
| 63 | + "Upgraded Androidx Room from 2.6.1 to 2.7.0", |
| 64 | + "Upgraded Androidx WebKit from 1.12.1 to 1.13.0", |
| 65 | + "Upgraded Pinyin4j from 2.5.0 to 2.5.1" |
| 66 | + ] |
| 67 | + }, |
3 | 68 | "v6.6.1": { |
4 | 69 | "released_date": "2025/01/01", |
5 | 70 | "feature": [ |
|
0 commit comments