Releases: dag10/DJ
Releases · dag10/DJ
v1.6.2 alpha
Fixes:
- LDAP auth sometimes failed with passwords containing escapable characters.
- The error message for artwork extraction failure would be logged incorrectly.
Changed:
- Config now lets your specify MySQL server port.
- Updated node-lame version.
v1.6.1 alpha
Fixes:
- Username always being 'undefined' with LDAP auth.
- User's names being double escaped.
Changes:
- Moved fonts, styles, scripts, and images dirs to static dir.
- Serve compiled less from less/, not styles/.
v1.6.0 alpha
Features:
- New logo and favicon.
- New default album art.
- Song plays, skips, and votes are logged in database for future statistics.
Fixes:
- Fix crash that occurs on successful skipvote while no song is playing.
Upgrades:
- Updated sequelize to 2.0.3.
v1.5.0 alpha
Features:
- Added ability to thumbs up/down the current song.
- If the song receives enough downvotes, it'll be skipped.
- Improved mobile layout with fixed playback and new nav.
- Added footer to bottom of all pages.
Modifications:
- Truncate long names in navbar user dropdown.
Fixes:
- Fixed failure to create new users.
Updates:
- Updated bootstrap to 3.3.2.
Screenshot of updated mobile layout:
v1.4.1 alpha
Hotfix: Increased progressInterval from 10 to 350 to conserve CPU. Addresses issue #3.
v1.4.0 alpha
Fixes and improves streaming, and introduces usability improvements.
Features:
- Mute state persists in cookie.
- No longer streams audio when muted longer than one song; saves energy, bandwidth.
- Added playback gap setting, which pads start and end of song playback.
- Confirmation dialog if you try to navigate away while you're a DJ.
Modifications:
- Simplified segment streaming, should fix initial playback skips.
- Queue items show song duration instead of album name.
- Made playback progress bar thinner in middle.
- Added placeholder text to search results when query is blank.
Fixed:
- Fixed users' names not updating from login info.
- Fixed sending superfluous room:song:stop messages when song ends.
- Fixed upload button not disabling when disconnected.
Package Changes:
- Upgraded fluent-ffmpeg from v2rc2 to v2rc3.
v1.3.2 alpha
Merge branch 'dev' at v1.3.2-alpha.
Update packages.
Fixed:
- Won't reject an entire song if it has no album art.
- Removed flawed concurrencyLimiter code, reintroduced async.js for that.
Other:
- Updated to use fluent-ffmpeg 2.0.0-rc2.
- Refactored auth and dev-auth modules.
v1.3.1 alpha
Fixed search section's loading shimmer not showing when loading.
v1.3.0 alpha
Major fixes:
- #20: Searching uses independent request for each search result section.
- #24: Clicking search input no longer closes search on some browsers.
Minor fixes:
- Escalate button no longer does anything if song is already next.
- #27: Date in activity list can no longer show "in a few seconds".
Features:
- Can limit number of song transcoding jobs happening at once.
- Can specify duration limit for songs to add.
- Some song-adding errors can be shown to user if "displaytext" is set.
- Server gracefully handles missing config values
v1.2.1 alpha
- Style tweaks to room activity feed.
- Larger UI on large displays.
- Added some horizontal sliding animation for song adding and removing and escalating in queue.