diff --git a/README.md b/README.md index 03eaee3b..d876565b 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,26 @@ There may be a few more, but I can't remember them at the moment. I'm working on this section. I'll be adding instructions soon. Please check back later! +
+ 🔥🔥🔥 Version 0.1.0-alpha is coming soon 🔥🔥🔥 + +I've been working on this for a while and I'm happy to announce that version 0.1 alpha is almost ready. + +Here are some of the features that will be working: + +1. Browsing and playing music from your folders +2. Creating playlists +3. Viewing album page +4. Adding single tracks to queue +5. Adding tracks to playlist +6. Customizing playlist, etc + +I'm testing this out on my Ubuntu machine. If you have Windows, Mac or FreeBSD, you might run into some issues. + +⏩️⏩️⏩️⏩️⏩️ + +
+ ### Contributing -The app runs on Python, Vue, Flask, MongoDB and Nginx. If you want to contribute, please open an issue or pull request. Your contribution is highly valued. +The app runs on Python, Vue, Flask, and MongoDB. If you want to contribute, please open an issue or pull request. Your contribution is highly valued. diff --git a/src/components/shared/SongItem.vue b/src/components/shared/SongItem.vue index 8d7dc391..b9f77dce 100644 --- a/src/components/shared/SongItem.vue +++ b/src/components/shared/SongItem.vue @@ -117,6 +117,7 @@ function emitUpdate(track: Track) { text-align: left; gap: $small; user-select: none; + -moz-user-select: none; .context { position: fixed; diff --git a/v1-pre-alpha.release.md b/v1-pre-alpha.release.md index aa9261c7..f2b771a1 100644 --- a/v1-pre-alpha.release.md +++ b/v1-pre-alpha.release.md @@ -4,4 +4,8 @@ - [ ] Featured artists on playlist page - [ ] Ability to create new playlist from playlists page - [ ] Ability to remove track from playlist +- [ ] Ability to delete playlist - [ ] All dummy buttons, text and other material removed (Probably from the release branch) +- [ ] Render correct playlist time in playlist page + + \ No newline at end of file