Skip to content

Releases: listen1/listen1_chrome_extension

Listen1 V2.21.1

27 Apr 08:16
Compare
Choose a tag to compare

修复: 某些情况下歌曲开始前总是等待15秒的bug
修复:歌单中重复歌曲导致歌单不显示的bug

fix: song always wait for 15 secs before playing in some situation
fix: duplicate songs in playlist crash playlist display

Listen1 V2.21.0

24 Apr 12:39
Compare
Choose a tag to compare

功能改进:

增加 QQ 音乐的登录支持
增加拖拽支持,支持歌单内歌曲调整顺序,歌单调整顺序,正在播放歌曲调整顺序,以及拖动歌曲加入歌单的操作
支持歌单内搜索
桌面版支持代理设置
支持配置自动切换源的搜索平台
增加显示当前最新版本
增加对网易云平台的默认高码率音源支持
重构和优化:

将音乐平台接口做 class 改造 #553
github 模块去除 angular 依赖 #532 (感谢 @Dumeng 的提交)
lastfm 模块去除 angular 依赖 #532 (感谢 @Dumeng 的提交)
优化 UI 细节,提升用户体验 #537
修复:

修复需要登录才能获取咪咕播放链接,并增加码率数据 #536 (感谢 @RecluseWind 的提交)
修复音乐榜和影视榜在 Firefox 上的不能正确获取的 bug #536 (感谢 @RecluseWind 的提交)
修复 QQ 音乐短链接歌单分享地址不被识别的问题
修复开启关闭静音功能失效的问题
修复 GitHub 账户无法退出的问题
修复 kugou 部分音乐因专辑缺失导致的播放错误

Features:

QQ Login
Drag and drop to reorder songs in playlist, reorder playlist and quick add song to playlist
Search in playlist
Proxy setting (desktop version only)
Configure auto detect playable source list
Display latest version in setting page
Highest bitrate for netease music
Refactor:

Change music platform resource API to class #553
remove angular dependency for github module #532 (thanks @Dumeng)
emove angular dependency for lastfm module #532 (thanks @Dumeng)
UX optimaze #537
Fix Bugs:

Fix migu resource api to use without login, add bitrate info #536 (thanks @RecluseWind)
Fix display error in firefox for migu hot rank #536 (thanks @RecluseWind)
Fix qq short link parse error
Fix toggle mute error
Fix GitHub logout error
Fix some kugou music without album play error

Listen1 V2.20.1

06 Apr 08:25
Compare
Choose a tag to compare

功能改进:

新增千千音乐平台 (感谢 @Dumeng 的提交)
支持咪咕音乐的分类歌单和排行榜歌单功能 (感谢 @RecluseWind 的提交)
桌面版支持放大功能 (感谢 @mikelxk 的提交)
支持网易登录功能,支持打开我的歌单和推荐歌单
支持咪咕登录功能
支持在正在播放页面显示当前播放歌曲的码率和平台
移除虾米平台

重构和优化:

替换了对 translate,i18n, hotkeys 的 angular 模块依赖,替换为纯 js 库 (感谢 @Dumeng 的提交)
优化载入 feather 图标库的效率 (感谢 @Dumeng 的提交)
改善了多个平台默认码率,默认播放高码率音乐文件
将 app.js 按多个 controller 模块分为多个文件
优化显示了因为版权问题无法播放的通知
将大部分链接改成 https 协议

修复:

修复新语法导致媒体控制在某些系统中不可用的问题 (感谢 @mikelxk 的提交)
修复音量控制快捷键失效的问题 (感谢 @mikelxk 的提交)
修复了在 firefox 上的滚动条样式 (感谢 @RecluseWind 的提交)
修复酷狗音乐封面的错误
修复酷狗某些歌曲不能播放的问题
修复通知无法显示的问题
修复了删除当前播放列表歌曲后导致的各种异常

Features:

Add qianqian music platform (thanks @Dumeng)
Support playlist filters and top list in migu (thanks @RecluseWind)
Zoom in/out function for desktop version (thanks @mikelxk)
Support netease login, show my playlist and recommend playlist
Support migu login
Show bitrate and music platform in now playing page
deprecated xiami

Refactor:

Replace angular module dependencies: translate,i18n, hotkeys,replace with js library (thanks @Dumeng)
Optimaze feather load performance (thanks @Dumeng)
Optimaze bitrate for qq and kugou platform, default high bitrate
Split app.js into files by controller
Optimaze copyright notice show
Change http to https for several links

Fix bugs:

Fix media control invalid because new es6 optional chain (thanks @mikelxk)
Fix volume control not working (thanks @mikelxk)
Fix scorll bar style in firefox (thanks @RecluseWind)
Fix kugou music cover url
Fix kugou music play url
Fix notification not shown bug
Fix delete songs in current playlist mess up playing bug

Listen1 V2.19.0

01 Mar 23:36
Compare
Choose a tag to compare

功能改进:

支持分类歌单和排行榜(感谢 https://github.com/lyswhut/lx-music-desktop 提供 QQ 音乐排行实现)
增加繁体中文翻译 (感谢 @yujiangqaq 提供翻译)
增加 chrome 媒体控制上一曲,下一曲和快进快退 (感谢 @mikelxk 的提交)
改进桌面版桌面歌词,增加字体大小颜色设置和背景透明度调整

重构:

将媒体资源服务重构成 MediaService 模块,除去对 angularjs 的依赖 (特别感谢 @Dumeng 的提交)
增加 prettier 配置文件和 commit 前检查 (感谢 @mikelxk 的提交)
修正一些过往代码的格式错误 (感谢 @mikelxk 的提交)

修复:

修复 Github API (感谢 @NoDocCat 和 @Dumeng 的提交)
修复因 svg 动画导致的性能问题 (感谢 @Dumeng 的提交)
修复虾米部分失效 API(感谢 @RecluseWind 的提交)
修复 Mac 桌面版无法导入本地音乐的问题 (感谢 @virgil1996 的提交)
修复酷我搜索出错的问题

Features:

Support playlist filters and top playlist (special thanks https://github.com/lyswhut/lx-music-desktop)
Add Traditional Chinese language (thanks @yujiangqaq)
Add chrome media panel functino: prev/next track, back/forward (thanks @mikelxk
New lyric floating window, support config font size, color and background transparency

Refactor:

Build MediaService module,remove dependency on angularjs(special thanks @Dumeng
Add prettier config file, add pre-commit style check(thanks @mikelxk
Fix history code style problems(thanks @mikelxk

Fix bugs:

Fix Github API (thanks @NoDocCat 和 @Dumeng
Fix svg animation performance issue (thanks @Dumeng
Fix xiami API(thanks @RecluseWind
Fix import local music error for mac desktop version(thanks @virgil1996
Fix kuwo search error

Listen1 V2.18.0

03 Feb 10:47
Compare
Choose a tag to compare

功能改进:

支持插件版后台播放功能 (特别感谢 @Dumeng 的提交)
优化酷我代码 (感谢 @RecluseWind 的提交)
优化咪咕音乐代码 (感谢 @RecluseWind 的提交)
本地音乐支持flac格式 (感谢 @mikelxk 的提交)
在软件中增加反馈链接 (感谢 @mikelxk 的提交)
增加虾米歌单搜索,统一端口代码 (感谢 @RecluseWind 的提交)
优化了歌单访问,增加本地缓存

重构:

更换所有加解密库到forge (感谢 @Dumeng 的提交)
去除对jquery库的依赖 (感谢 @Dumeng 的提交)
更换音频播放库到 howler.js (感谢 @Dumeng 的提交)
更换http请求库到 axios (感谢 @Dumeng 的提交)
支持eslint的github action语法检查 (感谢 @Dumeng 的提交)

bug修复:

修复MediaSession不支持时的报错问题 (感谢 @Jyuaan 的提交)
修复咪咕歌单的404错误
修复正在播放窗口点击空白处弹回的功能 (感谢 @demeng 的提交)

Features:

support play music background (thanks @Dumeng)
optimaze kugo related code (thanks @RecluseWind)
optimaze migu related code (thanks @RecluseWind)
support flac for local music (thanks @mikelxk)
add feedback link (thanks @mikelxk)
optimaze xiami music, add playlist search (thanks @RecluseWind)
optimaze cache for playlist

Refactor:

replace encrypt lib to forge (thanks @Dumeng)
remove jquery (thanks @Dumeng)
replace ngsoundmanager2 to howler.js (thanks @Dumeng)
replace angular http to axios (thanks @Dumeng)
support eslint check in github action (thanks @Dumeng)

Fix bugs:

fix MediaSession error when not supported (thanks @Jyuaan)
fix migu playlist 404 link
fix current playling music list modal (thanks @demeng)

Listen1 v2.17.7

27 Dec 16:54
Compare
Choose a tag to compare

修复无法显示收藏歌单的bug
支持一次输入搜索所有平台(Beta)
修复网易和酷狗音乐搜索错误未处理的bug

fix bug: can't play favorite playlist
feature: search all music (beta)
fix bug: netease/kugou search error not handle

Listen1 v2.17.6

27 Dec 07:32
Compare
Choose a tag to compare
  • 修复咪咕音乐歌单只显示前20首歌的bug

  • 修复虾米音乐歌词解析错误导致无法显示的bug

  • 根据chrome web store上架要求修改部分权限

  • fix bug: migu playlist shows first 20 tracks

  • fix bug: xiami lyric parse error

  • change manitest permession config to pass chrome web store review

Listen1 v2.17.4

22 Dec 13:35
Compare
Choose a tag to compare

修复酷我音乐无法播放的问题

fix bug:kuwo music can't be played

Listen1 v2.17.3

22 Dec 12:48
Compare
Choose a tag to compare

修复2.17.2升级后我创建的歌单无法播放的问题

支持QQ音乐歌单搜索 (感谢@RecluseWind的提交)

修复网易云音乐无法打开手机分享的歌单链接的bug (感谢@RecluseWind的提交)

修复咪咕音乐无法搜索的bug

fix bug: after upgrade v2.17.2, my playlist can't be played

support search songlist for qq music (thanks @RecluseWind

fix bug: netease songlist shared by mobile open error (thanks @RecluseWind

fix bug: migu search song error

Listen1 v2.17.1

12 Dec 15:25
Compare
Choose a tag to compare
  • 支持QQ音乐歌单搜索 (感谢@RecluseWind的提交)

  • 修复网易云音乐无法打开手机分享的歌单链接的bug (感谢@RecluseWind的提交)

  • 修复咪咕音乐无法搜索的bug

  • support search songlist for qq music (thanks @RecluseWind

  • fix bug: netease songlist shared by mobile open error (thanks @RecluseWind

  • fix bug: migu search song error