Skip to content

Commit

Permalink
Lol forgot to properly format the release note
Browse files Browse the repository at this point in the history
  • Loading branch information
euptron committed Dec 26, 2024
1 parent 900ef8b commit 8fe8048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
{
"versionName": "1.0.2",
"description": "CodeOps Studio 1.0.2 beta is here, bringing thoughtful refinements and much-needed fixes to elevate your development workflow. This update introduces key performance enhancements, new input actions, and resolves several persistent issues for a smoother, more reliable experience.\n\n\n**New Features:**\n- Expanded the symbol input panel with additional actions.\n- Added cursor movement actions (MCR, MCL, MCU, MCD), where M = Move, C = Cursor, L = Left, R = Right, U = Up, and D = Down.\n\n\n**Changes:**\n- Migrated Uri to file conversion from `FileUtil` to `FileUriMediator.java`, creating a more modular architecture.\n- Separated storage permission logic from `MainFragment.java` to `MainActivity.java` for better code clarity and management.\n- Initiated restructuring of the codebase to adopt a more maintainable and scalable format.\n\n\n**Improvements:**\n- Refined storage permission handling for Android 11+ devices.\n- Optimized `ContextLifeCycleObserver.java` to handle URI tasks gracefully without performance drops.\n- Enhanced file loading efficiency within `LiveServer.java`.\n- Improved case conversion performance in `ContextualCodeEditor.java`.\n- Numerous smaller enhancements were applied across the app, contributing to a more polished user experience.\n\n\n**Bug Fixes:**\n- **Addressed**: UI lag when initializing `LiveServer` by replacing the temporary workaround with a complete solution.\n- **Fixed**: Frequent crashes when selecting files or folders, particularly on newer Android versions.\n- Resolved crashes occurring when accessing directories on Android 11 and above.\n- Corrected `ArrayIndexOutOfBoundsException` triggered by specific directory paths.\n- Fixed storage permission request failures on Android 11+ devices.\n\n\nWith this release, CodeOps Studio continues to evolve, focusing on stability, performance, and overall user satisfaction. Thank you for your support and feedback. For a detailed changelog, visit [https://github.com/euptron/CodeOps-Studio/CHANGELOG.md](https://github.com/euptron/CodeOps-Studio/CHANGELOG.md).\n",
"releaseDate": 1735177784856,
"description": "CodeOps Studio 1.0.2 beta brings key improvements and crucial fixes to streamline your development process. This update enhances performance, adds new input actions, and resolves several ongoing issues for a smoother and more reliable experience.\n\nFeatures:\n- Expanded the symbol input panel with additional actions.\n- Revamped cursor movement actions to (MCR, MCL, MCU, MCD), where M = Move, C = Cursor, L = Left, R = Right, U = Up, and D = Down.\n\nChanges:\n- Improved storage permission logic.\n- Initiated codebase restructuring for better scalability and maintainability.\n\nImprovements:\n- Refined permission handling for Android 11+ devices.\n- Optimized document selection and file loading in LiveServer.\n- Enhanced file loading efficiency within the LiveServer.\n- Enhanced case conversion performance in the code editor.\n- Various minor improvements for a more polished user experience.\n\nBug Fixes:\n- Fixed UI lag during LiveServer initialization.\n- Resolved crashes when selecting files or folders, especially on newer Android versions.\n- Addressed directory access crashes on Android 11+.\n- Fixed storage permission request failures on Android 11+ devices.\n\n\n\nWith this release, CodeOps Studio continues to evolve, focusing on stability, performance, and overall user satisfaction. Thank you for your support and feedback. For a detailed changelog, visit for more insight https://github.com/euptron/CodeOps-Studio/CHANGELOG.md\n\n\n~ EUP\n\n",
"releaseDate": 1735182865825,
"releaseType": "beta",
"hasVersionName": true
}
Expand Down

0 comments on commit 8fe8048

Please sign in to comment.