Releases: internet4000/radio4000
6.2.0
Full Changelog: 6.1.0...6.2.0
What's Changed (selected commits)
- New release: Mark a track's media as unavailable by @user-09876 in #242
- New release by @oskarrough in #244
- Improve card performance by @user-09876 in #272
- feat: add the key
track.discogsUrl
and fetch discogs metadata by @user-09876 in #273 - UX improvements (v6) by @user-09876 in #310
- soundcloud by @user-09876 in #351
- Release operation "more social" by @oskarrough in #385
- Remove analytics by @oskarrough in #386
- Add track route + locate track in cms by @user-09876 in #395
- Better fullscreen + dock player mode by @user-09876 in #394
- dock screen + full screen browser + track route + fixes by @user-09876 in #397
- clean add page from content we don't want to always see by @user-09876 in #400
- Fix adding track from url query param by @user-09876 in #399
- add S to focus search input on /explore by @user-09876 in #402
- add /:channel/tags by @user-09876 in #405
- /:channel/tags by @user-09876 in #407
- Feat/channels inputs styles by @user-09876 in #426
- Feat/user agreement by @user-09876 in #431
- User agreement, more responsive by @user-09876 in #432
- warning api limit, update & restrict (gcould )api key, one live on stagin by @user-09876 in #433
- update production key after reseting auth key and youtube key.. by @user-09876 in #435
- readme for auth & social oauth && referer for fetch youtube title by @user-09876 in #436
- refactor readme for cleaner new install, and auth by @user-09876 in #437
- basic latest featured by @user-09876 in #438
- youtube key by @user-09876 in #439
- random radios on about intro by @user-09876 in #440
- Show YouTube volume button longer by @oskarrough in #443
- fix issue when youtube quota have been used by @user-09876 in #453
- fix sign-up link by @user-09876 in #456
- Release: Better responsive player and main navigation fixed to bottom by @user-09876 in #458
- add text to speech for #text2speech with new by @user-09876 in #465
- #text2speech will make window.voiceSymtehsis.say(track.body) by @user-09876 in #467
- Fix/signup error by @user-09876 in #468
- Try to disable the save channel settins btn if no change by @user-09876 in #401
- Fix/channel nav by @user-09876 in #472
- fix tweaks by @user-09876 in #473
- add some transitions for sit and player by @user-09876 in #474
- improve login/signup styles by @user-09876 in #476
- Site + player transitions by @user-09876 in #475
- fix design no player by @user-09876 in #478
- rm npm module from settings page by @user-09876 in #483
- Remove social providers by @user-09876 in #485
- update r4-player api to using platform="true" by @user-09876 in #488
- Remove ember-service-worker by @oskarrough in #500
6.1.0
Changelog: 6.0.5...6.1.0
6.0.0
Design refresh to start 2019.
5.19.0
Added a service worker that caches our most important assets and index.html. This way, the page is faster on secondary vists and partly works offline.
5.17.0
This is a larger release that adds a new Discogs integration and improves performance on cards, the homepage and especially the /serch page. In some cases load time decreased from 36 seconds to 8 seconds.
Discogs PR: #273
Performance PR: #272
Full changelog 5.16.0...5.17.0
5.16.0
Add larger images including retina. Very shiny!
Changelog 5.15.0...5.16.0
5.15.0
Refactored images in the database from a separate model and relationship into a string called image
on the channel model.
Changelog 5.14.0...5.15.0
5.14.0
Cleaned up some styling, upgraded our css build setup, improved color contrasts and more.
Release 5.13.0
Release 5.12.0
- Merge pull request #243 from internet4000/fix/track-availability (c78f07a)
- Fix old YouTube ID for availability check (cbca703)
- Merge pull request #241 from internet4000/feat/track-dead-link (be32b86)
- feat: only display dead media links to channel owner (5fb1063)
- fix: youtube-api adapter, fetchTrack returned wrong value (b591b68)
- Upgrade radio4000-player for latest build (7c912b3)
- Merge branch 'feat/track-dead-link' of github.com:internet4000/radio4000 into feat/track-dead-link (120dae7)
- chore: bump radio4000-player to 0.5.1 for get new event (0c882a5)
- Update copy in track edit form (b50023d)
- Fix youtube api guard (d710cb1)
- Lint (baaf053)
- Fix fetch title for bad URLs (7606b26)
- fix: put back npm player (instead of local) (e33f36a)
- feat: only set track as unavailable for track owner (03928d1)
- feat: track can be put out of no media avialable mode (956f4f1)
- feat: add possibility to mark the track media as available (e730d2a)
- feat: check track youtube media availability on update (64fe29b)
- feat: refactor youtube fetchTitle for track model (f0e46f1)
- feat: add notification on track when its media is not available (da696c9)