Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
World
Design Tooling
App Icon Preview
Commits
ddba4fca
Commit
ddba4fca
authored
Aug 02, 2020
by
Bilal Elmoussaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version number
parent
e8350c8a
Pipeline
#201047
passed with stage
in 25 minutes and 58 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
Cargo.lock
Cargo.lock
+1
-1
Cargo.toml
Cargo.toml
+1
-1
data/org.gnome.design.AppIconPreview.metainfo.xml.in.in
data/org.gnome.design.AppIconPreview.metainfo.xml.in.in
+9
-0
meson.build
meson.build
+1
-1
No files found.
Cargo.lock
View file @
ddba4fca
...
...
@@ -25,7 +25,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "app-icon-preview"
version = "2.
0
.0"
version = "2.
1
.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
Cargo.toml
View file @
ddba4fca
[package]
name
=
"app-icon-preview"
version
=
"2.
0
.0"
version
=
"2.
1
.0"
authors
=
[
"Bilal Elmoussaoui <bilal.elmoussaoui@gnome.org>"
]
edition
=
"2018"
...
...
data/org.gnome.design.AppIconPreview.metainfo.xml.in.in
View file @
ddba4fca
...
...
@@ -23,6 +23,15 @@
</screenshot>
</screenshots>
<releases>
<release
version=
"2.1.0"
date=
"2020-08-02"
>
<description>
<p>
Reduce IO operations
</p>
<p>
Format app names
</p>
<p>
Use portals when possible
</p>
<p>
Properly support Adwaita-dark
</p>
<p>
Translations updates
</p>
</description>
</release>
<release
version=
"2.0.0"
date=
"2020-05-21"
>
<description>
<p>
Rewrite in Rust
</p>
...
...
meson.build
View file @
ddba4fca
project('app-icon-preview',
'rust',
version: '2.
0
.0',
version: '2.
1
.0',
license: 'GPL3',
meson_version : '>= 0.50')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment