Commit Graph

529 Commits

Author SHA1 Message Date
memorydream
14566b20b2
fix: library extract lyric part (#1201) 2022-01-08 17:33:41 +08:00
memorydream
07b5d4de3d
fix: lyrics sort (#1199) 2022-01-08 01:12:16 +08:00
Rick
3d71e9fc00
feat: 增加我的听歌排行 (#274) (#1197) 2022-01-07 21:32:00 +08:00
pan93412
5071e82e1c
build: degrade electron to 13.0.1
Seems like Electron 13.6 breaks the Windows 7 support.
We degrade Electron's version to what 0.4.2 uses.

Related: #1179
2022-01-05 21:27:46 +08:00
chen310
98ac9fd1ac
fix: 解决某些歌曲(如已购专辑)能播放但仍然变灰的问题 (#1173) 2022-01-04 18:35:31 +08:00
qier222
f9ad6aef05
build: release 0.4.3 2022-01-03 15:56:22 +08:00
qier222
92d0b2ea8b
docs: update README 2022-01-03 15:45:59 +08:00
是虹川飴
cbeb64a65c
fix #1152 (#1157) 2021-12-31 18:56:16 +08:00
pan93412
d153810205
fix(views/library): better lyric-picking logic (#1143)
* fix(views/library): better lyric-picking logic

* feat(views/library): filter out lines with "作詞" and "作曲" included
2021-12-29 07:37:58 +08:00
pan93412
f5cdbea379
refactor(views/library): 修改取词逻辑 (#1135)
* refactor(views/library): 修改取词逻辑

* refactor(views/library): clean up long-winded code

Co-authored-by: 是虹川飴 <r0akg9yxh@relay.firefox.com>
Closed: #1133
Fixed: #1019 #1127 #1067 #1064 #1058 #1022
2021-12-28 17:58:31 +08:00
Vidocq
e838f1d6d4
fix: toast covered by modal (#1137) 2021-12-28 01:04:33 +08:00
pan93412
83b78bab34
feat: allow customizing UNM's sources (#1134)
* feat(ipcMain/unm): allow passing customized source

* feat(utils/Player): pass settings.unmSource

According to c280221a44,
we can let users customize their desired source now.

* feat(views/settings): allow configuring sources

We haven't supported specifying the environment variable in YPM yet.
2021-12-28 00:49:31 +08:00
memorydream
c73da5c5ad
fix: firefox lyrics scrollbar (#1128) 2021-12-25 13:08:01 +08:00
pan93412
836b7d0ce9
fix(player): release object urls (#1121) 2021-12-24 17:19:16 +08:00
pan93412
d049eb4903
fix(settings): update URL to our UNM fork's (#1120) 2021-12-24 15:22:27 +08:00
是虹川飴
4a99f31aed
fix: 修复 issues #1019 的跟进问题 (#1113)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑

* 更进一步的避免取词卡死问题

* 更新网易云 api 到 4.2.0

* Update README.md

* Revert "Update README.md"

This reverts commit b862ef7d4d.

* Update lyrics.vue

* 过滤歌词
2021-12-21 10:20:04 +08:00
memorydream
47862d6710
fix: disc color (#1114) 2021-12-21 10:12:06 +08:00
是虹川飴
e9d9c3aee8
fix: issues #1076 (#1080)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑

* 更进一步的避免取词卡死问题

* 更新网易云 api 到 4.2.0

* Update README.md

* Revert "Update README.md"

This reverts commit b862ef7d4d.

* Update lyrics.vue
2021-12-20 19:00:59 +08:00
Chiro
d322a29b72
fix: #1063 #1010 (#1083) 2021-12-20 19:00:33 +08:00
Changjian Gao
5c6eaa8fda
feat: Add "Open in Browser" context menu item to artist and album page (#1096) 2021-12-20 18:57:45 +08:00
pan93412
16c3613267
feat: Use actively maintained unblockNeteaseMusic (#1105)
* refactor: use @unblockneteasemusic/server

we also use ipcMain.handle for unblock-music.

* refactor(utils/nativeAlert): remove the deprecated "remote"

* refactor(ipcMain): use our default sources

* style(config/vue): prettier

* feat(README): update for new UNM
2021-12-20 18:56:26 +08:00
人工知能
3bc9d24677
fix: update zh-TW.js (#1087)
Localize translations
本地化翻譯
2021-12-19 16:46:35 +08:00
是虹川飴
0d3df4a1e4
fix: 修复 issues #1019 的跟进问题 (#1068)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑

* 更进一步的避免取词卡死问题

* 更新网易云 api 到 4.2.0

* Update README.md

* Revert "Update README.md"

This reverts commit b862ef7d4d.
2021-12-06 18:27:24 +08:00
是虹川飴
8341727882
fix: 修复 issues #1019 (#1040)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑
2021-11-09 10:55:36 +08:00
memorydream
e4298fdad6
fix: name (#1033) 2021-11-08 14:37:52 +08:00
memorydream
d580e63358
fix: #1009 (#1018)
* fix: goToList bug

* lyrics page title go to fix

* change
2021-10-28 22:02:58 +08:00
Hawtim
ee59479ff8
feat: enhance (#1016) 2021-10-28 01:09:00 +08:00
qier222
9b565c41c2
chore: update package.json 2021-10-22 20:44:39 +08:00
qier222
d0ae7fee72
chore: update .env.example 2021-10-22 20:43:42 +08:00
火花✨
75bb6b9e2d
fix: remove zh-tw flag emoji (#991)
* fix: correct zh-tw flag emoji

* Update settings.vue

Co-authored-by: qier222 <qier222@outlook.com>
2021-10-22 16:52:00 +08:00
memorydream
c25a3065e1
fix: 在windows和linux中,当启动第二个窗口时,呼出已经启动的窗口 (#992)
* fix: 在windows和linux中,当启动第二个窗口时,呼出已经启动的窗口

* prettier code

* change
2021-10-22 16:51:04 +08:00
memorydream
9d18ad51f6
fix: 修复Linux下,关闭主面板时... 询问选项无效的bug (#969)
* fix: Linux close app ask cant work

* Update background.js

* fix: bug
2021-10-11 10:19:37 +08:00
memorydream
704732a046
try tray context on linux | 尝试在linux上实现托盘菜单 (#926)
* try tray context on linux

* 调整linux下托盘菜单的选项位置

* bug fix

* fix : linux tray contextMenu cant open

* prettier code

* 移除 显示主面板 的图标
2021-10-11 10:19:27 +08:00
memorydream
b6cc6f8284
fix: 当不存在专辑时,不在歌词界面显示多余的符号 (#941)
* code clear

* 当不存在专辑时,不在歌词界面显示 - 符号

* some change
2021-10-11 10:19:10 +08:00
memorydream
d424f2cad5
fix: 修改歌名翻译的实现,以避免展示重复的信息 (#958)
* change song translate impl

* i18n

* 修改个变量名

* bug fix?
2021-10-11 10:18:49 +08:00
memorydream
de818282c8
fix: 增强并明确关闭app的相关行为 (#938)
* 分离close和minimize按钮行为

* bug fix
2021-09-28 19:05:34 +08:00
qier222
8b59a72506
chore: update package.json & build.yaml 2021-09-26 00:49:49 +08:00
qier222
aa418cd0d7
fix: 云盘无法上传的bug 2021-09-25 23:53:50 +08:00
qier222
dd65c67568
fix: 更新build.yaml 2021-09-25 19:16:02 +08:00
qier222
14f47f8cfc
fix: 全局快捷键相关bug 2021-09-25 19:10:37 +08:00
qier222
bb87b7f20d
fix: bugs 2021-09-25 18:49:05 +08:00
memorydream
17ef0e927c
feat: more operations for close | 为关闭app操作提供更多选项 (#918)
* feat: more operations for close

* remove minimizeToTray form initLocalStorage

Co-authored-by: qier222 <qier222@outlook.com>
Co-authored-by: qier222 <qier2222@gmail.com>
2021-09-25 16:12:30 +08:00
BakerBunker
8b089e6cf4
feat: support separate album by disc (#861)
Co-authored-by: BakerBunker <bakerbunker@nwpu.edu.cn>
2021-09-25 16:11:49 +08:00
memorydream
dfcae06496
fix: empty Album artist page can't open (#839) 2021-09-25 15:23:12 +08:00
qier222
eb94aae801
fix: 扫码登录问题 2021-09-25 15:16:34 +08:00
qier222
cc914d4799
docs: 增加部署到vercel后api跨域的解决方法 2021-09-25 12:52:15 +08:00
qier222
b052b462e3
refactor: 网页版路由使用history模式 2021-09-25 12:52:15 +08:00
qier222
060569ee92
fix: bugs 2021-09-25 12:52:15 +08:00
qier222
e96e93f965
fix: 扫描二维码无法登陆的问题 2021-09-25 12:52:14 +08:00
Vidocq
89d346b2ff
fix: cloudpan music playing error (#812) 2021-06-30 22:26:54 +08:00