Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain M committed Aug 27, 2019
1 parent 549eab8 commit 1742c3d
Show file tree
Hide file tree
Showing 11 changed files with 194 additions and 193 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Interact with your music and fall in love with your library all over again.
Byte offers a beautiful presentation of your Music Library with loads of powerful features in a minimalistic yet highly customizable UI.

## Handy features:
* Light and Dark themes.</li>

* Light and Dark themes.
* Add up to 100 items under "Recently Added" for songs.
* Sort individual playlists by album, title, play count or recently added.
* Advanced Media Details and Artist Info.
Expand All @@ -15,10 +16,6 @@ Byte offers a beautiful presentation of your Music Library with loads of powerfu
<a href="https://appcenter.elementary.io/com.github.alainm23.byte"><img src="https://appcenter.elementary.io/badge.svg?new" alt="Get it on AppCenter" /></a>

![Byte Screenshot](https://github.com/alainm23/byte/raw/master/data/screenshot/screenshot-01.png)
![Byte Screenshot](https://github.com/alainm23/byte/raw/master/data/screenshot/screenshot-02.png)
![Byte Screenshot](https://github.com/alainm23/byte/raw/master/data/screenshot/screenshot-03.png)
![Byte Screenshot](https://github.com/alainm23/byte/raw/master/data/screenshot/screenshot-04.png)
![Byte Screenshot](https://github.com/alainm23/byte/raw/master/data/screenshot/screenshot-05.png)

## Building and Installation

Expand Down
16 changes: 14 additions & 2 deletions data/com.github.alainm23.byte.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@
<binary>com.github.alainm23.byte</binary>
</provides>
​<releases>
<release version="0.1.4" date="2019-26-10">
<description>
<p>This update brings some new features and bug fixes:</p>
<ul>
<li>Space shortcut added to play/pause.</li>
<li>A progress bar was added in the dock every time your library is synchronized.</li>
<li>Fixed a bug that does not allow songs to be played when clicking.</li>
<li>Russian translation @camellan 🇷🇺️</li>
<li>Updated japanese translation @ryonakano 🇯🇵️</li>
</ul>
</description>
</release>
<release version="0.1.3" date="2019-19-10">
<description>
<p>This update brings improvements in the synchronization of your library as well as some new features</p>
Expand Down Expand Up @@ -104,8 +116,8 @@
<url type="donation">https://www.patreon.com/alainm23</url>
<url type="help">https://www.patreon.com/alainm23</url>
<custom>
<value key="x-appcenter-color-primary">#333333</value>
<value key="x-appcenter-color-primary-text">#FE2851</value>
<value key="x-appcenter-color-primary">#FE2851</value>
<value key="x-appcenter-color-primary-text">#0A005D</value>
<value key="x-appcenter-suggested-price">3</value>
</custom>
</component>
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('com.github.alainm23.byte',
'vala', 'c',
version: '0.1.3')
version: '0.1.4')

gnome = import('gnome')
i18n = import('i18n')
Expand Down
68 changes: 32 additions & 36 deletions po/com.github.alainm23.byte.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.alainm23.byte\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-24 01:13+0400\n"
"POT-Creation-Date: 2019-08-26 21:35-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -34,7 +34,7 @@ msgid "Play in background if closed"
msgstr ""

#: src/Dialogs/Settings.vala:111 src/Views/Home.vala:20
#: src/Widgets/QuickFind.vala:45
#: src/Widgets/QuickFind.vala:46
msgid "Library"
msgstr ""

Expand Down Expand Up @@ -95,21 +95,21 @@ msgstr ""
msgid "Title"
msgstr ""

#: src/Dialogs/TrackEditor.vala:84 src/Views/Albums.vala:82
#: src/Views/Playlist.vala:117 src/Views/Tracks.vala:92
#: src/Dialogs/TrackEditor.vala:84 src/Views/Albums.vala:77
#: src/Views/Playlist.vala:117 src/Views/Tracks.vala:88
msgid "Artist"
msgstr ""

#: src/Dialogs/TrackEditor.vala:86 src/Views/Album.vala:73
#: src/Views/Playlist.vala:118 src/Views/Tracks.vala:93
#: src/Views/Playlist.vala:118 src/Views/Tracks.vala:89
msgid "Album"
msgstr ""

#: src/Dialogs/TrackEditor.vala:88 src/Views/Albums.vala:84
#: src/Dialogs/TrackEditor.vala:88 src/Views/Albums.vala:79
msgid "Genre"
msgstr ""

#: src/Dialogs/TrackEditor.vala:90 src/Views/Albums.vala:83
#: src/Dialogs/TrackEditor.vala:90 src/Views/Albums.vala:78
msgid "Year"
msgstr ""

Expand All @@ -125,48 +125,44 @@ msgstr ""
msgid "Save"
msgstr ""

#: src/Views/Album.vala:126 src/Views/Favorites.vala:67
#: src/Views/Playlist.vala:200 src/Views/Tracks.vala:102
#: src/Views/Album.vala:126 src/Views/Favorites.vala:64
#: src/Views/Playlist.vala:200 src/Views/Tracks.vala:98
#: src/Widgets/HeaderBar.vala:77 src/Widgets/TrackAlbumRow.vala:220
#: src/Widgets/TrackRow.vala:309
msgid "Play"
msgstr ""

#: src/Views/Album.vala:133 src/Views/Favorites.vala:76
#: src/Views/Playlist.vala:207 src/Views/Tracks.vala:111
#: src/Views/Album.vala:133 src/Views/Favorites.vala:73
#: src/Views/Playlist.vala:207 src/Views/Tracks.vala:107
msgid "Shuffle"
msgstr ""

#: src/Views/Albums.vala:34 src/Views/Home.vala:37
msgid "Albums"
msgstr ""

#: src/Views/Albums.vala:43 src/Views/Albums.vala:51 src/Views/Albums.vala:52
#: src/Views/Albums.vala:43 src/Views/Albums.vala:46 src/Views/Albums.vala:47
msgid "Search by title, artist, genre and year"
msgstr ""

#: src/Views/Albums.vala:50
msgid "Your library"
msgstr ""

#: src/Views/Albums.vala:68 src/Views/Playlist.vala:103
#: src/Views/Tracks.vala:78
#: src/Views/Albums.vala:63 src/Views/Playlist.vala:103
#: src/Views/Tracks.vala:74
msgid "Sort"
msgstr ""

#: src/Views/Albums.vala:81 src/Views/Playlist.vala:116
#: src/Views/Tracks.vala:91
#: src/Views/Albums.vala:76 src/Views/Playlist.vala:116
#: src/Views/Tracks.vala:87
msgid "Name"
msgstr ""

#: src/Views/Artists.vala:33 src/Views/Home.vala:40
msgid "Artists"
msgstr ""

#: src/Views/Artists.vala:43 src/Views/Artists.vala:44
#: src/Views/Favorites.vala:37 src/Views/Favorites.vala:44
#: src/Views/Favorites.vala:45 src/Views/Tracks.vala:54
#: src/Views/Tracks.vala:61 src/Views/Tracks.vala:62
#: src/Views/Artists.vala:39 src/Views/Artists.vala:40
#: src/Views/Favorites.vala:37 src/Views/Favorites.vala:41
#: src/Views/Favorites.vala:42 src/Views/Tracks.vala:54
#: src/Views/Tracks.vala:57 src/Views/Tracks.vala:58
msgid "Search by title, artist and album"
msgstr ""

Expand All @@ -191,19 +187,19 @@ msgid "Songs"
msgstr ""

#: src/Views/Home.vala:42 src/Views/Radios.vala:28
#: src/Widgets/QuickFind.vala:46
#: src/Widgets/QuickFind.vala:47
msgid "Radios"
msgstr ""

#: src/Views/Playlist.vala:93
msgid "Playlist"
msgstr ""

#: src/Views/Playlist.vala:119 src/Views/Tracks.vala:94
#: src/Views/Playlist.vala:119 src/Views/Tracks.vala:90
msgid "Date Added"
msgstr ""

#: src/Views/Playlist.vala:120 src/Views/Tracks.vala:95
#: src/Views/Playlist.vala:120 src/Views/Tracks.vala:91
msgid "Play Count"
msgstr ""

Expand Down Expand Up @@ -251,16 +247,16 @@ msgstr ""
msgid "No Results"
msgstr ""

#: src/Views/Tracks.vala:321
#: src/Views/Tracks.vala:323
#, c-format
msgid "No results for '%s' in Tracks. Try again."
msgstr ""

#: src/Views/Tracks.vala:352
#: src/Views/Tracks.vala:354
msgid "No Songs"
msgstr ""

#: src/Views/Tracks.vala:353
#: src/Views/Tracks.vala:355
msgid "Add some tracks to your selected music folder."
msgstr ""

Expand Down Expand Up @@ -360,27 +356,27 @@ msgstr ""
msgid "Add Favorite"
msgstr ""

#: src/Widgets/QuickFind.vala:24 src/Widgets/QuickFind.vala:137
#: src/Widgets/QuickFind.vala:24 src/Widgets/QuickFind.vala:138
msgid "The radio station was added correctly"
msgstr ""

#: src/Widgets/QuickFind.vala:28
#: src/Widgets/QuickFind.vala:29
msgid "Quick find"
msgstr ""

#: src/Widgets/QuickFind.vala:30
#: src/Widgets/QuickFind.vala:31
msgid "Cancel"
msgstr ""

#: src/Widgets/QuickFind.vala:62
#: src/Widgets/QuickFind.vala:63
msgid "Discover…"
msgstr ""

#: src/Widgets/QuickFind.vala:63
#: src/Widgets/QuickFind.vala:64
msgid "Search your favorite radios"
msgstr ""

#: src/Widgets/QuickFind.vala:106
#: src/Widgets/QuickFind.vala:107
msgid "The radio station is already added"
msgstr ""

Expand Down
Loading

0 comments on commit 1742c3d

Please sign in to comment.