Skip to content

Commit 089bcf4

Browse files
author
Alain M
committed
Release 0.3
1 parent 3a19caf commit 089bcf4

22 files changed

+792
-890
lines changed

byte.png

-20.2 KB
Binary file not shown.

data/com.github.alainm23.byte.appdata.xml.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@
2323
<binary>com.github.alainm23.byte</binary>
2424
</provides>
2525
​<releases>
26+
<release version="0.3" date="2020-01-09">
27+
<description>
28+
<p>Hello 2020 🎉️: New icon and a very requested feature arrives.</p>
29+
<ul>
30+
<li>🌟️ New icon: Byte needs a new icon, with a better design and make it more elementary. Thank you very much to @Fatih20 The new Byte icon looks great.</li>
31+
<li>📁️ Folder navigation is here 🚀️.</li>
32+
<li>🚀️ New navigation system: Byte is now smarter to remember what view you left behind.</li>
33+
<li>👉️ Direct access to see the artist, album or playlist: Anticlick to a song > Go to > select an option</li>
34+
</ul>
35+
</description>
36+
</release>
2637
<release version="0.2.5" date="2019-12-30">
2738
<description>
2839
<p>This update brings some new features and bug fixes:</p>

data/com.github.alainm23.byte.gresource.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<file alias="byte-drag-music.svg">resources/byte-drag-music.svg</file>
77
<file alias="byte-folder-open.svg">resources/byte-folder-open.svg</file>
88
<file alias="byte-folder-music.svg">resources/byte-folder-music.svg</file>
9+
<file alias="byte-folder.svg">resources/byte-folder.svg</file>
910

1011
<file alias="byte-album-symbolic.svg">resources/byte-album-symbolic.svg</file>
1112
<file alias="byte-artist-symbolic.svg">resources/byte-artist-symbolic.svg</file>

data/com.github.alainm23.byte.gschema.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
<value nick="Turquoise" value="3" />
3636
</enum>
3737

38+
<enum id="com.github.alainm23.byte.tracks-navigation">
39+
<value nick="Songs" value="0" />
40+
<value nick="Files" value="1" />
41+
</enum>
42+
3843
<schema path="/com/github/alainm23/byte/" id="com.github.alainm23.byte" gettext-domain="com.github.alainm23.byte">
3944
<key name="theme" enum="com.github.alainm23.byte.theme">
4045
<default>"Byte"</default>
@@ -48,6 +53,12 @@
4853
<description>Default library location.</description>
4954
</key>
5055

56+
<key name="tracks-navigation" enum="com.github.alainm23.byte.tracks-navigation">
57+
<default>"Songs"</default>
58+
<summary>Tracks navigation</summary>
59+
<description>Tracks navigation</description>
60+
</key>
61+
5162
<key name="repeat-mode" enum="com.github.alainm23.byte.repeat-mode">
5263
<default>"off"</default>
5364
<summary>Repeat mode</summary>

0 commit comments

Comments
 (0)