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-music
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
Taran
gnome-music
Commits
cf66c598
Commit
cf66c598
authored
Feb 15, 2020
by
Marinus Schraal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 3.35.91
parent
226f2332
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
70 additions
and
1 deletion
+70
-1
NEWS
NEWS
+52
-0
data/org.gnome.Music.appdata.xml.in.in
data/org.gnome.Music.appdata.xml.in.in
+15
-0
data/ui/AboutDialog.ui.in
data/ui/AboutDialog.ui.in
+2
-0
meson.build
meson.build
+1
-1
No files found.
NEWS
View file @
cf66c598
Overview of changes in 3.35.91
==============================
• Use natural order for sorting
• Expose Last.fm scrobbler in the UI
• Add local runtime cache for scrobbling
• Add GLib style logging and remove old logging and debug switch
Bugs fixed:
Sort albums title containing digits numerically (#22)
PlaylistsView: select the next playlist on deletion (#359)
Expose scrobbling support (#218)
Switching to playlist gives an empty view (#348)
Use tabular numbers for song duration (!623)
Crash after select all items (#364)
Deleting an empty playlist crashes (#365)
Disable selection button in Playlist View while searching (#366)
Help overlay remove Ctrl+F1 shortcut (!643)
Thanks to our contributors this release:
Use Alexander Mikhaylenko
Chinmay Gurjar
Jean Felder
Marinus Schraal
Sabri Ünal
Translation added:
Malay
Updated translations:
Greek
Indonesian
Spanish
Slovak
Chinese (Taiwan)
Finnish
Friulian
Brazilian Portuguese
Italian
Swedish
Croatian
Persian
Lithuanian
Japanese
Basque
French
Turkish
Czech
British English
Serbian
Galician
Overview of changes in 3.35.3
=============================
...
...
data/org.gnome.Music.appdata.xml.in.in
View file @
cf66c598
...
...
@@ -28,6 +28,21 @@
</screenshot>
</screenshots>
<releases>
<release
version=
"3.35.91"
date=
"2020-02-15"
type=
"development"
>
<description>
<p>
This is an unstable release in the 3.33 development series,
with the following improvements:
</p>
<ul>
<li>
Use natural order for sorting
</li>
<li>
Expose Last.fm scrobbler in the UI
</li>
<li>
Add a local runtime cache for scrobbling
</li>
<li>
Lots of general cleanups and bugfixes
</li>
</ul>
<p>
This release also updates and adds translations.
</p>
</description>
</release>
<release
version=
"3.35.3"
date=
"2020-01-05"
type=
"development"
>
<description>
<p>
...
...
data/ui/AboutDialog.ui.in
View file @
cf66c598
...
...
@@ -34,6 +34,7 @@ Billy Barrow
Bruce Cowan
Carlos Garnacho
Carlos Soriano
Chinmay Gurjar
Christophe van den Abbeele
Christopher Davis
Clayton G. Hobbs
...
...
@@ -78,6 +79,7 @@ Prashant Tyagi
Rashi Sah
Reuben Dsouza
Robert Greener
Sabri Ünal
Sagar Lakhani
Sai Suman Prayaga
Sam Hewitt
...
...
meson.build
View file @
cf66c598
project('gnome-music',
version: '3.35.
3
',
version: '3.35.
91
',
meson_version: '>= 0.46.0'
)
...
...
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