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
Feeds
Commits
01e4df4f
Verified
Commit
01e4df4f
authored
Jan 18, 2021
by
Gabriele Musco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bumped version to 0.16.2
parent
d3995133
Pipeline
#248132
passed with stage
in 11 minutes and 37 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
data/org.gabmus.gfeeds.appdata.xml.in
data/org.gabmus.gfeeds.appdata.xml.in
+10
-0
dist/flatpak/org.gabmus.gfeeds.json
dist/flatpak/org.gabmus.gfeeds.json
+2
-2
meson.build
meson.build
+1
-1
No files found.
data/org.gabmus.gfeeds.appdata.xml.in
View file @
01e4df4f
...
...
@@ -54,6 +54,16 @@
<url
type=
"bugtracker"
>
https://gitlab.com/gabmus/gnome-feeds/issues
</url>
<update_contact>
gabmus@disroot.org
</update_contact>
<releases>
<release
version=
"0.16.2"
timestamp=
"1610993645"
>
<description>
<ul>
<li>
Fixed view mode button
</li>
<li>
Option to open YouTube links with an external media player
</li>
<li>
Saved articles are no longer stored inside the cache directory, avoiding accidental deletion
</li>
</ul>
</description>
</release>
<release
version=
"0.16.1"
timestamp=
"1605252437"
>
<description>
<ul>
...
...
dist/flatpak/org.gabmus.gfeeds.json
View file @
01e4df4f
...
...
@@ -665,9 +665,9 @@
{
"type"
:
"git"
,
"url"
:
"https://gitlab.gnome.org/World/gfeeds"
,
"tag"
:
"0.16.
1
"
"tag"
:
"0.16.
2
"
}
]
}
]
}
}
\ No newline at end of file
meson.build
View file @
01e4df4f
project('gfeeds',
version: '0.16.
1
',
version: '0.16.
2
',
meson_version: '>= 0.50.0',
license: 'GPL3'
)
...
...
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