Skip to content

Commit

Permalink
Release version 1.1.3 (#13)
Browse files Browse the repository at this point in the history
* Use accent color for title label

* meson: Increase version

* Update screenshots

* AppData: Add new release
  • Loading branch information
meisenzahl authored Nov 20, 2021
1 parent cecc666 commit 4655d78
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 1 deletion.
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-20" version="1.1.3">
<description>
<p>New:</p>
<ul>
</ul>
<p>Improved:</p>
<ul>
<li>Use accent color for title label</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-11-02" version="1.1.2">
<description>
<p>New:</p>
Expand Down
Binary file modified data/screenshots/000-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/001-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/002-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.2')
project('com.github.manexim.insomnia', 'vala', 'c', version: '1.1.3')

# Include the translations module
i18n = import('i18n')
Expand Down
1 change: 1 addition & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public class Insomnia.MainWindow : Hdy.Window {
title_label = new Gtk.Label ("") {
use_markup = true
};
title_label.get_style_context ().add_class (Granite.STYLE_CLASS_ACCENT);
title_label.get_style_context ().add_class (Granite.STYLE_CLASS_H1_LABEL);

grid.add (title_label);
Expand Down

0 comments on commit 4655d78

Please sign in to comment.