mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-08 07:38:39 +01:00
Prepare 1.0
This commit is contained in:
parent
a7c7540935
commit
af1d8a4a86
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2020 bleak_grey <bleakgrey@gmail.com> -->
|
||||
<!-- Copyright 2020 Bleak Grey -->
|
||||
<component type="desktop">
|
||||
<id>com.github.bleakgrey.tootle</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
@ -76,18 +76,12 @@
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="1.0.0-alpha3" date="2020-10-30">
|
||||
<release version="1.0.0" date="2021-02-02">
|
||||
<description>
|
||||
<ul>
|
||||
<li>New app icon (Kudos to Tobias Bernard!)</li>
|
||||
<li>New interface design</li>
|
||||
<li>Added Lists and Conversations</li>
|
||||
<li>Fixed bugs</li>
|
||||
<li>Initial release</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
</component>
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ scalable_dir = join_paths(icons_dir, 'scalable', 'apps')
|
||||
symbolic_dir = join_paths(icons_dir, 'symbolic', 'apps')
|
||||
|
||||
install_data(
|
||||
join_paths('icons', 'color-nightly.svg'),
|
||||
join_paths('icons', 'color.svg'),
|
||||
install_dir: scalable_dir,
|
||||
rename: meson.project_name() + '.svg'
|
||||
)
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha3')
|
||||
project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0')
|
||||
|
||||
config = configuration_data()
|
||||
config.set('EXEC_NAME', meson.project_name())
|
||||
|
Loading…
x
Reference in New Issue
Block a user