Skip to content

Commit

Permalink
🔖 Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Nov 4, 2022
1 parent 9116015 commit 45ff652
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
29 changes: 12 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,46 @@
# Changelog

## [0.5.1]
## [0.5.2](https://github.com/lsaudon/l10nization/releases/tag/release-0.5.2)

- ♻️ Improve the conversion from text to key

## [0.5.1](https://github.com/lsaudon/l10nization/releases/tag/release-0.5.1)

- ⬆️ vscode 1.73.0

## [0.5.0]
## [0.5.0](https://github.com/lsaudon/l10nization/releases/tag/release-0.5.0)

- 🥅 Show error message when no yaml or arb files
- ✨ Add support r13n
- 💚 Fix prefix commit for dependabot
- ✏️ Change code action title
- 🔧 Hide folders in explorer vscode

## [0.4.0]
## [0.4.0](https://github.com/lsaudon/l10nization/releases/tag/release-0.4.0)

- Saved all modified files
- Delete Added or Changed subtitles in Changelog
- Run flutter pub get after change arb files

## [0.3.2]
## [0.3.2](https://github.com/lsaudon/l10nization/releases/tag/release-0.3.2)

- Fix extension on Windows
- Bump node, eslint

## [0.3.1]
## [0.3.1](https://github.com/lsaudon/l10nization/releases/tag/release-0.3.1)

- Flutter project can be in a sub-folder
- Extract text in right project for multi-project

## [0.2.0]
## [0.2.0](https://github.com/lsaudon/l10nization/releases/tag/release-0.2.0)

- Add setting `l10nization.appLocalizationsVariable`
- Enable Open VSX

## [0.1.1]
## [0.1.1](https://github.com/lsaudon/l10nization/releases/tag/release-0.1.1)

- Disable Open VSX

## [0.1.0]
## [0.1.0](https://github.com/lsaudon/l10nization/releases/tag/release-0.1.0)

- Add string to all arb files.

[0.5.1]: https://github.com/lsaudon/l10nization/releases/tag/release-0.5.1
[0.5.0]: https://github.com/lsaudon/l10nization/releases/tag/release-0.5.0
[0.4.0]: https://github.com/lsaudon/l10nization/releases/tag/release-0.4.0
[0.3.2]: https://github.com/lsaudon/l10nization/releases/tag/release-0.3.2
[0.3.1]: https://github.com/lsaudon/l10nization/releases/tag/release-0.3.1
[0.2.0]: https://github.com/lsaudon/l10nization/releases/tag/release-0.2.0
[0.1.1]: https://github.com/lsaudon/l10nization/releases/tag/release-0.1.1
[0.1.0]: https://github.com/lsaudon/l10nization/releases/tag/release-0.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"icon": "images/logo.png",
"name": "l10nization",
"displayName": "L10nization",
"version": "0.5.1",
"version": "0.5.2",
"publisher": "lsaudon",
"description": "A tool for extracting text to arb files in a Flutter application.",
"author": {
Expand Down

0 comments on commit 45ff652

Please sign in to comment.