Skip to content

Commit 174d957

Browse files
author
Mirko Brombin
committed
1.0.3
1 parent 15ba199 commit 174d957

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

atoms-core

data/pm.mirko.Atoms.appdata.xml.in

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,17 @@
4040
<display_length compare="ge">768</display_length>
4141
</requires>
4242
<releases>
43-
<release version="1.0.2" date="2022-09-05">
43+
<release version="1.0.3" date="2022-10-07">
4444
<description>
4545
<ul>
46-
<li>Wayland support</li>
47-
<li>Group images by distribution</li>
48-
<li>Show image date</li>
49-
<li>Use the short AID when listing atoms trough the CLI</li>
50-
<li>Updated to atoms-cli 1.0.1</li>
51-
<li>Updated to atoms-core 1.0.2</li>
46+
<li>Fix crash closing the About dialog</li>
47+
<li>Fix colon being escaped when typing the container image name</li>
48+
<li>Updated to atoms-core 1.0.3</li>
49+
<li>Fix some typos thanks to @JD-The-65th</li>
50+
<li>New icon thanks to @allaeddineomc</li>
51+
<li>French translation thanks to @rene-coty</li>
52+
<li>Chinese translation thanks to @wsxy162</li>
53+
<li>Dutch translation thanks to @flipflop97</li>
5254
</ul>
5355
</description>
5456
</release>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('atoms',
2-
version: '1.0.2',
2+
version: '1.0.3',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2',
55
'werror=false',

pm.mirko.Atoms.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ modules:
115115
sources:
116116
- type: git
117117
url: https://github.com/AtomsDevs/atoms-core.git
118-
commit: 75212a1e04abdf4bc12d6bdc0bc03a53abc869d3
118+
commit: 8d1c5ffbb5dbc8f771b5370501846de5fd167828
119119
modules:
120120
- name: orjson
121121
buildsystem: simple

0 commit comments

Comments
 (0)