Skip to content

Commit

Permalink
chore(version): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Jun 2, 2024
1 parent f4a439e commit 0e2b519
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [v1.3.0](https://github.com/mfep/exercise-timer/compare/b956698634fc433ab1f08c890ff0701f24c0e232..v1.3.0) - 2024-06-02
#### Bug Fixes
- **(i18n)** Added fr to LINGUAS - ([5a7957b](https://github.com/mfep/exercise-timer/commit/5a7957bc19369bd7329c5fcbe6054284096527a4)) - [@mfep](https://github.com/mfep)
- **(i18n)** Translated using Weblate (French) - ([fcf6997](https://github.com/mfep/exercise-timer/commit/fcf6997e0c67083ae254c06067928754a28ab7fc)) - MariusCouet
- **(i18n)** Translated using Weblate (Hungarian) - ([468b036](https://github.com/mfep/exercise-timer/commit/468b0368a868f09a3b5bf193365dca64cd3c4491)) - [@mfep](https://github.com/mfep)
- **(i18n)** Minor updates to translation info and strings - ([337bc08](https://github.com/mfep/exercise-timer/commit/337bc088ae6a4bb3ebbb7977cc7f16b65f398b7a)) - [@mfep](https://github.com/mfep)
- **(i18n)** Added nb_NO to LINGUAS - ([32f0138](https://github.com/mfep/exercise-timer/commit/32f013863cf8fab3a5b07da128d3932a11206598)) - [@mfep](https://github.com/mfep)
- **(i18n)** Translated using Weblate (Norwegian Bokmål) - ([8f5959c](https://github.com/mfep/exercise-timer/commit/8f5959c4bade06b61392324dbde75bd99c1affcc)) - Allan Nordhøy
- **(i18n)** Fixes in Hungarian translation - ([dd466f0](https://github.com/mfep/exercise-timer/commit/dd466f0335dfea586147a4819713e5b965e6c48f)) - [@mfep](https://github.com/mfep)
- Fix too wide window when Finished - ([ba1f1e9](https://github.com/mfep/exercise-timer/commit/ba1f1e9583f043589f7c9319a0d835d158c46926)) - [@mfep](https://github.com/mfep)
#### Features
- **(i18n)** Added translation using Weblate (French) - ([2b223e6](https://github.com/mfep/exercise-timer/commit/2b223e67f300a3f2d2e81fbc9fe3cf7ee0b8fcca)) - MariusCouet
- **(i18n)** Added translation using Weblate (Norwegian Bokmål) - ([1892f96](https://github.com/mfep/exercise-timer/commit/1892f9641abcdd5881d4432d876d2fb7e247106f)) - Allan Nordhøy
- **(i18n)** Added Hungarian translation - ([b956698](https://github.com/mfep/exercise-timer/commit/b956698634fc433ab1f08c890ff0701f24c0e232)) - [@mfep](https://github.com/mfep)
#### Miscellaneous Chores
- **(ci)** Updated cog hook - ([f4a439e](https://github.com/mfep/exercise-timer/commit/f4a439efdfdb85076da969e8f33451d6842fc148)) - [@mfep](https://github.com/mfep)
- **(dependencies)** Updated dependencies - ([f2a3d46](https://github.com/mfep/exercise-timer/commit/f2a3d46ef166e5d15749af7174afa0a48f4a8bcc)) - [@mfep](https://github.com/mfep)
- **(docs)** Added new version to metainfo - ([a380a2e](https://github.com/mfep/exercise-timer/commit/a380a2e90d986ad7c02f173f90018c0a9496d980)) - [@mfep](https://github.com/mfep)
- **(i18n)** Added translate link to metainfo - ([33c9557](https://github.com/mfep/exercise-timer/commit/33c95574e62a6a10c5eb95535cdb53a8797a835f)) - [@mfep](https://github.com/mfep)
- Updated content_rating to oars 1.1 - ([3f4b82c](https://github.com/mfep/exercise-timer/commit/3f4b82c3560eb8794b1ab8fc72a867f9439c292f)) - [@mfep](https://github.com/mfep)
- Updated README - ([86193b3](https://github.com/mfep/exercise-timer/commit/86193b34ed74a95afa47189f8ebcb0c3ae8a99e7)) - [@mfep](https://github.com/mfep)

- - -

## [v1.2.1](https://github.com/mfep/exercise-timer/compare/677f3f20f5dda688a78d92f725fa9e6cd2887cf6..v1.2.1) - 2024-05-11
#### Bug Fixes
- **(UI)** Increased period duration limits - ([4f128b7](https://github.com/mfep/exercise-timer/commit/4f128b75cf7904ab1fd02e496d5e00ec44a08804)) - [@mfep](https://github.com/mfep)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'hiit',
'rust',
version: '1.2.1',
version: '1.3.0',
meson_version: '>= 0.59',
# license: 'MIT',
)
Expand Down

0 comments on commit 0e2b519

Please sign in to comment.