|
68 | 68 | "description": "Musly is a beautiful, free Subsonic music client with an Apple Music-inspired interface. Stream music from your Subsonic, Navidrome, or Airsonic server on Android, iOS, Windows, Linux, and macOS.", |
69 | 69 | "image": "https://musly.devid.ink/assets/logo.png", |
70 | 70 | "screenshot": "https://musly.devid.ink/assets/screenshot.png", |
71 | | - "softwareVersion": "1.0.1", |
72 | | - "downloadUrl": "https://github.com/dddevid/Musly/releases/tag/v1.0.1", |
| 71 | + "softwareVersion": "1.0.2", |
| 72 | + "downloadUrl": "https://github.com/dddevid/Musly/releases/tag/v1.0.2", |
73 | 73 | "url": "https://musly.devid.ink/", |
74 | 74 | "author": { |
75 | 75 | "@type": "Organization", |
@@ -887,38 +887,38 @@ <h2 id="download-title">Download Musly - Free Subsonic Client</h2> |
887 | 887 | </div> |
888 | 888 | <div class="download-content reveal" style="max-width: 900px; margin: 0 auto; text-align: center;"> |
889 | 889 | <div style="display: inline-block; padding: 0.6rem 1.8rem; background: rgba(250, 36, 60, 0.15); border: 1px solid rgba(250, 36, 60, 0.3); border-radius: 30px; font-weight: 600; font-size: 0.95rem; margin-bottom: 2rem; letter-spacing: 0.5px; color: var(--text-primary);"> |
890 | | - <i class="fas fa-rocket" style="margin-right: 0.5rem; color: var(--primary-red);"></i> Version 1.0.1 - Stable Release |
| 890 | + <i class="fas fa-rocket" style="margin-right: 0.5rem; color: var(--primary-red);"></i> Version 1.0.2 - Stable Release |
891 | 891 | </div> |
892 | 892 |
|
893 | 893 | <div style="margin-top: 2rem;"> |
894 | 894 | <button class="btn-primary" style="font-size: 1.3rem; padding: 1.5rem 4rem; margin-bottom: 2rem;" |
895 | | - onclick="window.open('https://github.com/dddevid/Musly/releases/tag/v1.0.1', '_blank')" |
896 | | - aria-label="Download Musly v1.0.1"> |
897 | | - <i class="fas fa-cloud-download-alt"></i> Download v1.0.1 |
| 895 | + onclick="window.open('https://github.com/dddevid/Musly/releases/tag/v1.0.2', '_blank')" |
| 896 | + aria-label="Download Musly v1.0.2"> |
| 897 | + <i class="fas fa-cloud-download-alt"></i> Download v1.0.2 |
898 | 898 | </button> |
899 | 899 | </div> |
900 | 900 |
|
901 | 901 | <article style="background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 25px; padding: 2.5rem; margin: 3rem 0; text-align: left;"> |
902 | 902 | <h3 style="font-size: 1.5rem; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.8rem;"> |
903 | 903 | <i class="fas fa-sparkles" style="color: var(--primary-red);"></i> |
904 | | - What's New in Musly v1.0.1 |
| 904 | + What's New in Musly v1.0.2 |
905 | 905 | </h3> |
906 | 906 | <ul style="list-style: none; padding: 0;"> |
907 | 907 | <li style="padding: 0.8rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; gap: 1rem;"> |
908 | 908 | <i class="fas fa-check-circle" style="color: var(--primary-red); font-size: 1.2rem;"></i> |
909 | | - <span><strong>First Stable Release:</strong> Musly is officially out of beta - the most stable Subsonic client available!</span> |
| 909 | + <span><strong>Smart Recommendations & History:</strong> Personalized mixes, "For You" section on Home, and a new listening history screen that learns from your plays.</span> |
910 | 910 | </li> |
911 | 911 | <li style="padding: 0.8rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; gap: 1rem;"> |
912 | | - <i class="fab fa-windows" style="color: var(--primary-red); font-size: 1.2rem;"></i> |
913 | | - <span><strong>Windows Support:</strong> Now available for Windows 10/11 with native desktop experience</span> |
| 912 | + <i class="fas fa-music" style="color: var(--primary-red); font-size: 1.2rem;"></i> |
| 913 | + <span><strong>Desktop Lyrics Fullscreen:</strong> Apple Music–style fullscreen synced lyrics on desktop with smooth auto-scroll and BPM-based intro dots.</span> |
914 | 914 | </li> |
915 | 915 | <li style="padding: 0.8rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; gap: 1rem;"> |
916 | | - <i class="fab fa-android" style="color: var(--primary-red); font-size: 1.2rem;"></i> |
917 | | - <span><strong>Android APK:</strong> Ready to install on your Android device - best Subsonic client for Android</span> |
| 916 | + <i class="fas fa-folder-open" style="color: var(--primary-red); font-size: 1.2rem;"></i> |
| 917 | + <span><strong>Music Folders & Library:</strong> Choose which Subsonic music folders to include and browse new "All Albums" and "All Songs" library views.</span> |
918 | 918 | </li> |
919 | 919 | <li style="padding: 0.8rem 0; display: flex; align-items: center; gap: 1rem;"> |
920 | 920 | <i class="fas fa-bug" style="color: var(--primary-red); font-size: 1.2rem;"></i> |
921 | | - <span><strong>Bug Fixes:</strong> Various improvements and stability enhancements for seamless music streaming</span> |
| 921 | + <span><strong>Bug Fixes & Performance:</strong> Better MiniPlayer visibility on mobile, clearer login errors, and faster library caching for smoother playback.</span> |
922 | 922 | </li> |
923 | 923 | </ul> |
924 | 924 | </article> |
|
0 commit comments