Skip to content

Commit 52563f3

Browse files
Execution failed for task ':getChangelog'.
> org.jetbrains.changelog.exceptions.MissingVersionException: Version is missing: Unreleased fixed
1 parent ac9e4bd commit 52563f3

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.0.0] - 2026-03-08
3+
## [Unreleased]
44
### Added
55
- Initial release of Android String File Localization.
66
- **Automated Translation:** Support for Google Translate engine integration.
@@ -11,6 +11,9 @@
1111
- **Internationalization:** Plugin UI ready for multiple languages via `MyBundle`.
1212
- **Background Tasks:** Non-blocking translation with progress indicator.
1313

14+
15+
## [1.0.0] - 2026-03-08
16+
1417
### Fixed
1518
- Fixed "Apostrophe not preceded by \" build errors.
1619
- Resolved IDE stutters by moving update logic to Background Thread (BGT).

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,10 @@ You can trigger the tool from three locations:
7878

7979
This project is licensed under the **MIT License**. See the [LICENSE](/LICENSE.txt) file for more details.
8080

81+
---
82+
83+
### Thanks
84+
85+
Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
86+
8187
---

0 commit comments

Comments
 (0)