v1.1.0 #20
euptron
announced in
Announcements
v1.1.0
#20
Replies: 1 comment
-
|
This should be stable on Android 8 - 16 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release 1.1.0
22-12-2025(Monday, December 22, 2025)
Added
SocialsPaneWindowto handle the panes in a decoupled fashionCodeEditorPanefile functions e.g save-as, reload-file, reload-file with-charset, file statistics, next and previous cursor location movement and lite modeILog.javato expose the logs sent by Log.java to enhance debugging.Changes
Improvements
to improve delivery and user engagement.
BinaryFileChecker.javadetection aggressivenessIPProvider.javaBinaryFileChecker.javato use weight instead of a majority rule systemCodeEditor Paneto use resources optimally.BaseFragment.javato handle resources optimally.Pin line numbersync; in terms which worksRelative close depthsync; New configuration is synced in realtime with the Code Editor soyou don't restart the app to apply the changes.
Auto closing bracketssync; New configuration is synced in realtime to the Code Editor soyou don't restart the app to apply the changes.
Close unpinned project panessync; New configuration is synced in realtime so you don't restartthe app to apply the changes.
PaneWindow.javaFixed
Fix: Undo / Redo synchronization issue
desynchronization. This has been fixed to ensure immediate and consistent redo behavior.
Numerous undocumented bug fixes
most of which were not individually logged due to their volume.
Fix: Opened Issues
Fix: False positives within the
BinaryFileCheckerFix: Crash on android devices 11 and above due to storage related issues
Fix: Crash on that occurs at certain times when user tries perform the
Clone git repositoryaction
Layout bindingwas initialized later i.e after theVM observer at
GitRepository.java:123Fix: Failure to activate Code Editor
pin line numberpreferenceFix: Sync error that occurred when refreshing the Code Editor color scheme
Auto complete windowpreference is disabled when ever the editor colorscheme is refreshed the autocomplete window is displayed.
Fix: Failure to enable or disable
Font ligatureswhen the preference is selectedA lot of bug fixes were made, i only added those which were worth taking note of.
Fix: Opened Issues 12
Fix: Opened Issues 7
Fix: Opened Issues 6
Security
deployment, and runtime pipeline. This includes safeguarding secrets used in GitHub Actions,
Firebase services, code signing keys, and internal application data to ensure user data
remains private and protected.
Removed
ast-corelibrary until further notice.PaneUtil.javain favor ofPaneWindow.javaintended to support a future community-driven workflow.
Docs
tracking and consistency across the project.
Full Changelog: https://github.com/euptron/CodeOps-Studio/commits/v1.1.0
This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions