jeffvli
1d2e9484d8
Bump node-abi version
2023-11-18 01:49:00 -08:00
jeffvli
0beef2a0b7
Bump electron builder version
2023-11-18 01:30:19 -08:00
jeffvli
2afe7e8920
Bump to v0.5.2
2023-11-18 01:17:57 -08:00
jeffvli
48a529dd51
Bump electron to v27.1.0 ( #383 )
2023-11-16 10:17:39 -08:00
jeffvli
adc09e6bbf
Bump to v0.5.1
2023-11-02 11:41:05 -07:00
jeffvli
d51ca37e1b
Bump to v0.5.0
2023-10-31 03:10:51 -07:00
Jeff
8430b1ec95
Add localization support ( #333 )
...
* Add updated i18n config and en locale
2023-10-30 19:22:45 -07:00
jeffvli
244c00c4c6
Add discord rich presence ( #72 )
2023-10-23 06:58:39 -07:00
jeffvli
946f4ff306
Bump to v0.4.1
2023-10-07 19:06:30 -07:00
jeffvli
3bbe696f4c
Update react-router and add useTransition support
2023-09-25 16:13:27 -07:00
jeffvli
b375238baf
Bump to v0.4.0
2023-09-24 17:23:39 -07:00
jeffvli
d45b01625b
Re-add linting for styled-components
...
- Update styled-components to v6
- Update stylelint to v15
- Add styled-components css plugin
2023-09-15 20:42:03 -07:00
jeffvli
9cc9c3a87f
Bump electron to v25.8.1
2023-09-15 16:54:17 -07:00
jeffvli
96ace40fc3
Upgrade electron-builder to latest
2023-08-08 10:01:08 -07:00
jeffvli
c92c94cf1a
Bump to v0.3.0
2023-08-08 09:44:14 -07:00
jeffvli
ee83fdba71
Persist lyrics queries in indexeddb
2023-08-04 01:41:45 -07:00
jeffvli
84bec824f2
Add css modules, remove styled components linters and utils
2023-07-23 05:16:29 -07:00
jeffvli
e44b8592e5
Bump packages
2023-07-23 01:50:20 -07:00
jeffvli
47d84fae2d
Add missing peer package
2023-07-21 05:38:16 -07:00
jeffvli
3d6f5a2748
Add overlayscrollbars package
2023-07-21 04:02:27 -07:00
jeffvli
78860db537
Bump react-icons version
2023-07-18 18:40:07 -07:00
jeffvli
be37dada13
Bump to electron v25
2023-07-16 23:33:38 -07:00
jeffvli
30e52ebb54
Lint all files
2023-07-01 19:14:12 -07:00
jeffvli
7fa4641dfe
Bump to v0.2.0
2023-06-14 00:13:29 -07:00
jeffvli
cbc08d6f03
Improve lyrics match with scored searches
2023-06-09 17:24:34 -07:00
jeffvli
d97fe4c621
Replace node-mpv with fork version
2023-06-06 00:57:05 -07:00
jeffvli
5295c69f46
Bump ts-rest
2023-06-03 05:46:15 -07:00
jeffvli
9250b30249
Downgrade framer-motion from v10 -> v9
...
- Issues are present in v10 that prevent drag/drop reorder from working properly
2023-06-02 18:35:36 -07:00
jeffvli
0bc1ee3492
Downgrade auto-sizer package
...
- issue with types with ts v4
2023-06-02 11:48:22 -07:00
jeffvli
63c5a83911
Bump packages
2023-06-01 20:19:07 -07:00
jeffvli
011f260e94
Bump to v0.1.1
2023-05-21 20:17:18 -07:00
jeffvli
da519c2250
Bump to version 0.1.0
2023-05-21 15:48:07 -07:00
jeffvli
ccf5588435
Add cmdk package
2023-05-20 02:08:37 -07:00
jeffvli
d42f4dbe4f
Add swiper package
2023-05-14 01:58:05 -07:00
jeffvli
9e4e6172c3
Bump packages
2023-05-10 18:12:29 -07:00
jeffvli
975c31635a
Remove old API implementation
2023-05-09 05:45:55 -07:00
jeffvli
637d420e1c
Add ts-rest and axios
2023-04-23 01:25:16 -07:00
jeffvli
ed86d8ffd2
Bump mantine to v6.0.8
2023-04-20 01:45:27 -07:00
jeffvli
a614a6ff9c
Bump electron builder
2023-04-03 05:31:37 -07:00
jeffvli
08a1cb1ae9
Update lockfiles
2023-04-03 04:38:02 -07:00
jeffvli
fe14ca25c6
Remove mpris-service from renderer deps
2023-04-03 04:15:20 -07:00
jeffvli
fa717b9bca
Downgrade electron 23 -> 22
...
- To support windows native deps (nodert)
2023-03-31 06:15:04 -07:00
jeffvli
7c045e5b23
Bump to mantine 6 stable
2023-03-05 18:38:22 -08:00
jeffvli
76dcd1c28e
Bump to mantine v6 alpha 7
2023-02-27 19:39:29 -08:00
jeffvli
4fb1f4d2cb
Bump to electron v23
2023-02-27 19:12:03 -08:00
jeffvli
8eec6b6b8a
Bump to version 0.0.1-alpha5
2023-02-09 00:37:28 -08:00
Jeff
23f84d68e8
Add MPRIS support ( #25 )
...
* Stop mpv on app close for linux/macOS (#20 )
* Add initial MPRIS support
* Fix mpv path check
2023-02-08 23:57:06 -08:00
jeffvli
8b5e463546
Remove tanstack/react-virtual package
2023-02-08 03:43:18 -08:00
jeffvli
18c18ea322
Bump packages
2023-02-05 17:59:37 -08:00
Jeff
22fec8f9d3
Add ratings support ( #21 )
...
* Update rating types for multiserver support
* Add rating mutation
* Add rating support to table views
* Add rating support on playerbar
* Add hovercard component
* Handle rating from context menu
- Improve context menu components
- Allow left / right icons
- Allow nested menus
* Add selected item count
* Fix context menu auto direction
* Add transition and move portal for context menu
* Re-use context menu for all item dropdowns
* Add ratings to detail pages / double click to clear
* Bump react-query package
2023-02-05 05:19:01 -08:00