Releases: calzoneman/sync
Releases · calzoneman/sync
2017-05-17
- Bugfix: Voteskip button stays disabled after going afk
- New feature: max total playlist time for a single user
- Deprecated JWPlayer video type (no longer used JWPlayer, has been superseded by raw file support)
- Deprecated Google+/Picasaweb video type (no longer exists)
- Updated playlist links to be HTTPS
- New server feature: hotswapping of TLS certificates (useful for renewing LetsEncrypt certs without requiring a process restart)
- Bugfix: Ustream playlist URLs formatted incorrectly
- Recognize VidMe embed URLs
2016-08-31
- Added Google Drive userscript and documentation
- Added new account chat restrictions (https://github.com/calzoneman/sync/blob/3.0/docs/new-account-chat-restrictions.md)
- Replaced Twitch.TV flash player with HTML5 embed
- Fixed a bug causing channels to break when you try to load them while the database is down
- Added concurrency to channel saves on server shutdown, to speed up shutdowns for servers with higher latency DB connections
2016-08-09
- Added support for streamable.com
- Added support for HLS livestreams
2016-07-25
- @Xaekai fixed moderator flair state to be saved when toggled using the button in chat
- Refactored the channel settings emote list to be much more performant
- Added a hack to detect when a user's browser distrusts Let's Encrypt and allow them to opt-in to connecting to the insecure endpoint
- @Xaekai added UNIX socket support to the command-line interface -- allows running console commands even when the server is started as a daemon
- @Xaekai fixed a small bug with the video error reporting
2016-04-02
Changelog:
- [FIX] #548
- [ENHANCEMENT] Changed the
/clean
command to fail if no parameters are given, to prevent people from accidentally wiping the entire playlist. You can still clear the whole playlist via the trash button under the video. - [ENHANCEMENT] Changed the moderator name color button to be labeled more clearly, to prevent confusion about what it does.
2016-03-26
Changelog:
- [FIX] [#566] ffmpeg module is now smarter about detecting the streams in a file and deciding whether it's an audio or video file. Previously, if the video portion of a file was not supported (e.g. MKV), it would fall through to audio and cause a confusing/incorrect error.
- [FIX] ffmpeg module now properly follows relative redirects. This fixes confusing behavior where links with relative redirects would result in the error message "links must start with http or https"
- [FIX] Soundcloud player now properly preserves volume when switching tracks.
- [ENHANCEMENT] [#560] Added a "Volume" label next to the Soundcloud volume slider to make it more visible.
- [ENHANCEMENT] [#553] The
/clean
command is now logged to the channel log. This allows channel admins to audit who is using/clean
.
v2.3.1
- Add a nice menu to userlist dropdowns for easily changing ranks
- Merge give/take leader into one button
- Move playlist lock button to the same button strip as voteskip/get playlist urls
- Add a volume slider for Soundcloud
v2.3.0
- Refactor media lookup
- Add GDATA v3 API
- Note: v3 of the YouTube API is only implemented for single video retrieval. For playlists and search, it doesn't return the video length, so I would have to make a second request, which makes it not really worth switching to
- Support YouTube API v2 developer keys
- Note: This developer key is applied when available to playlists, searches, and (when
enable-ytv3
is set tofalse
) individual videos
- Note: This developer key is applied when available to playlists, searches, and (when
- My Channels interface on Account page
- List user channels in ACP
- Allow channel admins to view channel log
- Log voteskips
- Log video adds/moves/deletes
- Custom embed support (
iframe
andobject
) - Refactor clientside player loader
- Add setting for
wmode=transparent
(should fix flashplayer being stuck on top on some browsers) - Change "Show Library" to "Show Library/YouTube search"
Stable release of v2.2
- Use paginator.js for ACP
- Use paginator.js for channel ranks, library/search
- Instead of
SELECT * FROM actionlog
, query the action names, and have the client - Only record administrator logins for login-success
- Linewrap index page because people use stupid URLs
- [FIX]Make voteskips suck less
-Move resizing calculation away from #queue - [FIX] Check for
NO_WEBSOCKETS || USEROPTS.altsocket
instead of justNO_WEBSOCKETS
- [FIX] setAFK italics