Skip to content

Commit

Permalink
Updated release notes for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basharovV committed Nov 23, 2022
1 parent b9343cc commit aab6e8a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "musicat",
"private": true,
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "Musicat",
"version": "0.3.0"
"version": "0.4.0"
},
"tauri": {
"macOSPrivateApi": true,
Expand Down
39 changes: 35 additions & 4 deletions src/lib/ReleaseNotes.svelte
Original file line number Diff line number Diff line change
@@ -1,10 +1,40 @@
<ul>
<h3>Release Notes</h3>

<section>
<h3>📦 0.4.0 <i>"For the love of music!"</i></h3>
<li>
<b>Introducing the Artist's Toolkit</b> - helping you write songs
and organize musical ideas inside your music player. How cool is
that!
You can use the Scrapbook to keep your "messy" ideas, tag them and easily
find them later.
<br />
<br /> You can create new songs, attach audio, video, image files
(or just drag ideas from the scrapbook), and even write lyrics!
<br />
</li>
<li>
<b>Album View!</b> Browse and play albums in your library, with all the
artwork on display, and beautifully animated CD covers.
</li>
<li>
The default sort in the Library is now the 'discography' sort. As
you scroll, you see Artists in alphabetical order, albums in release
date order, and tracks in the right order
</li>
<li>
The default visualizer is now an oscilloscope, with a full screen
option. More visualizers will be added in later releases.
</li>
</section>

<section>
<h3>📦 0.3.0 <i>"Enhance, enhance!"</i></h3>
<li>
The new Smart Query section allows you to create powerful query chains, made up of condition blocks such as "where genre is x" and "released between year1 and year2".
The new Smart Query section allows you to create powerful query
chains, made up of condition blocks such as "where genre is x" and
"released between year1 and year2".
</li>
</section>

Expand All @@ -23,9 +53,9 @@
<section>
<h3>📦 0.1.1 <i>"Search and you shall find, maybe"</i></h3>
<li>
Search for tracks in the sidebar! Or press Cmd/Ctr + F. <br/>Note: this only works for
tracks/artists/albums that "start with" the query (words in the
middle don't match, yet)
Search for tracks in the sidebar! Or press Cmd/Ctr + F. <br />Note:
this only works for tracks/artists/albums that "start with" the
query (words in the middle don't match, yet)
</li>
</section>
<section>
Expand Down Expand Up @@ -73,6 +103,7 @@
li {
margin-inline-start: 1em;
text-align: left;
margin-top: 0.6em;
}
}
}
Expand Down

0 comments on commit aab6e8a

Please sign in to comment.