Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kirill Schmidt
forctal
Commits
d5c0ec33
Commit
d5c0ec33
authored
Apr 07, 2018
by
Daniel García Moreno
Browse files
New alpha release 0.1.24
Fixs: * Fixed crash when entering unicode chars
parent
7258f0b3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
d5c0ec33
...
...
@@ -330,7 +330,7 @@ dependencies = [
[[package]]
name = "fractal-gtk"
version = "0.1.2
3
"
version = "0.1.2
4
"
dependencies = [
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
fractal-gtk/Cargo.toml
View file @
d5c0ec33
...
...
@@ -2,7 +2,7 @@
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
build
=
"build.rs"
name
=
"fractal-gtk"
version
=
"0.1.2
3
"
version
=
"0.1.2
4
"
workspace
=
"../"
[dependencies]
...
...
fractal-gtk/res/org.gnome.Fractal.appdata.xml
View file @
d5c0ec33
...
...
@@ -16,7 +16,7 @@
</screenshot>
</screenshots>
<releases>
<release
version=
"0.1.2
3
"
date=
"2018-04-07"
/>
<release
version=
"0.1.2
4
"
date=
"2018-04-07"
/>
</releases>
<update_contact>
danigm@wadobo.com
</update_contact>
...
...
meson.build
View file @
d5c0ec33
project
(
'fractal'
,
'rust'
,
version
:
'0.1.2
3
'
,
version
:
'0.1.2
4
'
,
license
:
'GPLv3'
,
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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