Skip to content

Commit c88cb1c

Browse files
committed
docs: update readme for v1.1.1
1 parent 9b19105 commit c88cb1c

6 files changed

Lines changed: 244 additions & 211 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@ uses [semantic versioning `2.0.0` spec](https://semver.org/spec/v2.0.0.html) in
1717
- `Contributors`: Release contributors
1818
- `FSC-ID`: Firebase Crashlytics Issue ID
1919

20+
Release 1.1.1
21+
----------------------
22+
_17-01-2026_(Saturday, January 17, 2026)
23+
24+
### Fixed
25+
26+
* Fix: UI crashes on tablet devices
27+
- Summary: Resolved layout and configuration-specific crashes affecting tablet and large-screen
28+
devices, particularly during pane initialization and fragment rendering.
29+
30+
* Fix: Layout measurement failures on large screens
31+
- Summary: Corrected invalid view measurement and constraint handling that caused runtime
32+
exceptions on tablet form factors.
33+
34+
### Improvements
35+
36+
* Minor internal UI stability optimizations
37+
- Summary: Small internal adjustments to improve rendering reliability and reduce crash
38+
likelihood on tablet and large-screen devices.
39+
2040
Release 1.1.0
2141
----------------------
2242
_22-12-2025_(Monday, December 22, 2025)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<p align="center" style="line-height: 1;">
1414
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-GPLv3-blue" alt="GPLv3 License"></a>
1515
<img src="https://img.shields.io/github/repo-size/euptron/CodeOps-Studio?color=%2393000A" alt="Repo Size">
16-
<img src="https://img.shields.io/badge/Active%20Users-250%2B-blue" alt="Users">
16+
<img src="https://img.shields.io/badge/Active%20Users-300%2B-blue" alt="Users">
1717
<img src="https://img.shields.io/badge/Api-Android%208%2B-brightgreen" alt="Android">
1818
</p>
1919

@@ -39,7 +39,7 @@ This repository contains the open-source code for **CodeOps Studio** — a mobil
3939
<img src="./docs/assets/syntax_var.png" style="max-width: 100%; height: auto; width: 32%;" alt="Syntax"/>
4040
</div>
4141
<div align="center">
42-
<img src="./docs/assets/land_600dp.png" style="max-width: 100%; height: auto; width: 32%;" alt="Tablet Mode"/>
42+
<img src="./docs/assets/land_600dp.png" style="max-width: 100%; height: auto; width: 100%;" alt="Tablet Mode"/>
4343
</div>
4444

4545
## Features

0 commit comments

Comments
 (0)