fix: ensure valid column index (#462)

* fix: ensure valid column index

See: https://github.com/FossifyOrg/Messages/issues/461

* refactor: use extension from commons

* docs: update changelog
This commit is contained in:
Naveen Singh 2025-07-25 16:53:17 +05:30 committed by GitHub
parent fb7a394478
commit ce5b35737f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fixed inability to view messages when there is no SIM card ([#461])
## [1.2.1] - 2025-06-17
### Changed
@ -171,3 +175,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#279]: https://github.com/FossifyOrg/Messages/issues/279
[#287]: https://github.com/FossifyOrg/Messages/issues/287
[#294]: https://github.com/FossifyOrg/Messages/issues/294
[#461]: https://github.com/FossifyOrg/Messages/issues/461