Skip to content

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain M committed Jan 9, 2020
1 parent 3a19caf commit 089bcf4
Show file tree
Hide file tree
Showing 22 changed files with 792 additions and 890 deletions.
Binary file removed byte.png
Binary file not shown.
11 changes: 11 additions & 0 deletions data/com.github.alainm23.byte.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
<binary>com.github.alainm23.byte</binary>
</provides>
​<releases>
<release version="0.3" date="2020-01-09">
<description>
<p>Hello 2020 🎉️: New icon and a very requested feature arrives.</p>
<ul>
<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>
<li>📁️ Folder navigation is here 🚀️.</li>
<li>🚀️ New navigation system: Byte is now smarter to remember what view you left behind.</li>
<li>👉️ Direct access to see the artist, album or playlist: Anticlick to a song > Go to > select an option</li>
</ul>
</description>
</release>
<release version="0.2.5" date="2019-12-30">
<description>
<p>This update brings some new features and bug fixes:</p>
Expand Down
1 change: 1 addition & 0 deletions data/com.github.alainm23.byte.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<file alias="byte-drag-music.svg">resources/byte-drag-music.svg</file>
<file alias="byte-folder-open.svg">resources/byte-folder-open.svg</file>
<file alias="byte-folder-music.svg">resources/byte-folder-music.svg</file>
<file alias="byte-folder.svg">resources/byte-folder.svg</file>

<file alias="byte-album-symbolic.svg">resources/byte-album-symbolic.svg</file>
<file alias="byte-artist-symbolic.svg">resources/byte-artist-symbolic.svg</file>
Expand Down
11 changes: 11 additions & 0 deletions data/com.github.alainm23.byte.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<value nick="Turquoise" value="3" />
</enum>

<enum id="com.github.alainm23.byte.tracks-navigation">
<value nick="Songs" value="0" />
<value nick="Files" value="1" />
</enum>

<schema path="/com/github/alainm23/byte/" id="com.github.alainm23.byte" gettext-domain="com.github.alainm23.byte">
<key name="theme" enum="com.github.alainm23.byte.theme">
<default>"Byte"</default>
Expand All @@ -48,6 +53,12 @@
<description>Default library location.</description>
</key>

<key name="tracks-navigation" enum="com.github.alainm23.byte.tracks-navigation">
<default>"Songs"</default>
<summary>Tracks navigation</summary>
<description>Tracks navigation</description>
</key>

<key name="repeat-mode" enum="com.github.alainm23.byte.repeat-mode">
<default>"off"</default>
<summary>Repeat mode</summary>
Expand Down
Loading

0 comments on commit 089bcf4

Please sign in to comment.