Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnome-mines
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-mines
Commits
fe16be9d
Commit
fe16be9d
authored
Feb 04, 2019
by
Robert Roth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepared release 3.31.90
parent
4ed6638b
Pipeline
#56160
passed with stage
in 2 minutes and 12 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
+15
-2
NEWS
NEWS
+12
-0
data/org.gnome.Mines.appdata.xml.in
data/org.gnome.Mines.appdata.xml.in
+1
-0
meson.build
meson.build
+2
-2
No files found.
NEWS
View file @
fe16be9d
GNOME Mines 3.31.90
=====================
* Updated translations
* Added suggested appdata tags !9 (Bilal Elmoussaoui)
* Tests to validate appdata and desktop !10 (Bilal Elmoussaoui)
* Keyboard shortcuts page !11 (Jeremy Bicha)
* Automated builds using Gitlab CI !12 (Bilal Elmoussaoui)
* Updated application icon !13 (Jakub Steiner)
* snap packaging updates (Jeremy Bicha)
* Added in-game shortcuts to keyboard shortcuts window #34 (Robert Roth)
GNOME Mines 3.31.4.1
=====================
...
...
data/org.gnome.Mines.appdata.xml.in
View file @
fe16be9d
...
...
@@ -34,6 +34,7 @@
<launchable
type=
"desktop-id"
>
org.gnome.Mines.desktop
</launchable>
<project_group>
GNOME
</project_group>
<releases>
<release
version=
"3.31.90"
date=
"2019-02-04"
type=
"development"
/>
<release
version=
"3.31.4.1"
date=
"2019-01-08"
/>
<release
version=
"3.31.4"
date=
"2019-01-08"
/>
</releases>
...
...
meson.build
View file @
fe16be9d
project ('gnome-mines', ['vala', 'c'],
version: '3.31.
4.1
',
version: '3.31.
90
',
license: 'GPLv3+',
default_options: [
'warning_level=1',
...
...
@@ -31,4 +31,4 @@ subdir ('po')
subdir ('data')
subdir ('help')
subdir ('src')
meson.add_install_script ('build-aux/meson_post_install.py')
meson.add_install_script ('build-aux/meson_post_install.py')
\ No newline at end of file
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