Skip to content

Commit

Permalink
fix a minor bug i didn't see
Browse files Browse the repository at this point in the history
and fix and update translations
  • Loading branch information
maoschanz committed Sep 24, 2019
1 parent 7bc1c40 commit c67fe23
Show file tree
Hide file tree
Showing 13 changed files with 913 additions and 622 deletions.
13 changes: 12 additions & 1 deletion data/com.github.maoschanz.DynamicWallpaperEditor.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<project_license>GPL-3.0-or-later</project_license>

<name>Dynamic Wallpaper Editor</name>
<summary>Create or edit XML dynamic wallpapers ("background slideshows") for the GNOME desktop</summary>
<summary>Create or edit XML dynamic wallpapers ("background slideshows") for
the GNOME desktop</summary>
<description>
<p>
Dynamic Wallpaper Editor is a simple utility to create or edit dynamic
Expand All @@ -22,17 +23,27 @@
<image type="source">
https://raw.githubusercontent.com/maoschanz/dynamic-wallpaper-editor/master/help/C/figures/screenshot.png
</image>
<!-- caption for screenshot 1 -->
<caption>An example of a wallpaper changing with daylight</caption>
</screenshot>
<screenshot>
<image type="source">
https://pbs.twimg.com/media/EE31jEpWsAYeKv-.jpg
</image>
<!-- caption for screenshot 2 -->
<caption>The grid layout</caption>
</screenshot>
</screenshots>

<releases>
<release version="2.2.1" date="2019-09-23">
<description>
<p>
The app can now optionally display pictures using a grid layout
instead of a list.
</p>
</description>
</release>
<release version="2.2" date="2019-09-22">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'dynamic-wallpaper-editor',
version: '2.2.0',
version: '2.2.1',
meson_version: '>= 0.50.0',
)

Expand Down
3 changes: 2 additions & 1 deletion po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ data/com.github.maoschanz.DynamicWallpaperEditor.desktop.in
data/com.github.maoschanz.DynamicWallpaperEditor.gschema.xml
src/ui/menus.ui
src/ui/picture_row.ui
src/ui/picture_thumbnail.ui
src/ui/start_time.ui
src/ui/shortcuts.ui
src/ui/window.ui
src/main.py
src/misc.py
src/picture_row.py
src/picture_widget.py
src/window.py
Loading

0 comments on commit c67fe23

Please sign in to comment.