Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.1.2 #12

Merged
merged 2 commits into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,14 @@ Your commit message should describe what the commit, when applied, does to the c

### Translators

| Name | Language |
| ----------------------------------------------- | ---------- |
| [Vistaus](https://github.com/Vistaus) | Dutch 🇳🇱 |
| [NathanBnm](https://github.com/NathanBnm) | French 🇫🇷 |
| [meisenzahl](https://github.com/meisenzahl) | German 🇩🇪 |
| [JosExposito](https://github.com/JoseExposito) | Spanish 🇪🇸 |
| Name | Language |
| -------------------------------------------------- | ---------- |
| [Vistaus](https://github.com/Vistaus) | Dutch 🇳🇱 |
| [NathanBnm](https://github.com/NathanBnm) | French 🇫🇷 |
| [meisenzahl](https://github.com/meisenzahl) | German 🇩🇪 |
| [JoseExposito](https://github.com/JoseExposito) | Spanish 🇪🇸 |
| [youngLights14](https://github.com/youngLights14) | Serbian 🇷🇸 |
| [asdffdsdaf](https://github.com/asdffdsdaf) | Russian 🇷🇺 |

## License

Expand Down
23 changes: 23 additions & 0 deletions data/com.github.manexim.insomnia.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,29 @@
<binary>com.github.manexim.insomnia</binary>
</provides>
​<releases>
<release date="2021-11-02" version="1.1.2">
<description>
<p>New:</p>
<ul>
</ul>
<p>Improved:</p>
<ul>
<li>Update translations</li>
</ul>
<p>Fixed:</p>
<ul>
</ul>
<p>Translations:</p>
<ul>
<li>Dutch (by Vistaus)</li>
<li>French (by NathanBnm)</li>
<li>German (by meisenzahl)</li>
<li>Spanish (by JoseExposito)</li>
<li>Serbian (by youngLights14)</li>
<li>Russian (by asdffdsdaf)</li>
</ul>
</description>
</release>
<release date="2021-08-13" version="1.1.1">
<description>
<p>New:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.manexim.insomnia', 'vala', 'c', version: '1.1.0')
project('com.github.manexim.insomnia', 'vala', 'c', version: '1.1.2')

# Include the translations module
i18n = import('i18n')
Expand Down