jeffvli
a39994b6bf
Attempt to fix windows publish
2023-02-28 12:21:03 -08:00
jeffvli
fab0ce0ec4
Bump to electron builder 24
2023-02-28 02:36:18 -08:00
Kendall Garner
6f8de461f8
Upgrade to electron 22 ( #397 )
...
* add mac min/max
* restore exitfromtray
* fix macos quiting
* upgrade to electron 22
* Remove unused components / react-dnd
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2023-02-27 20:42:07 -08:00
Stanislav N. aka pztrn
0cd40f0059
Update electron-builder to fix macOS 12.3+ build.
2022-06-01 02:41:16 -05:00
jeffvli
d88710cfaf
Downgrade electron 13.6.6 -> 13.6.3 ( #241 )
...
Resolves globalshortcut media keys for macOS
2022-04-19 20:24:34 -07:00
jeffvli
123a2a05b0
Fix macOS arm64 build
2022-04-14 11:43:58 -07:00
jeffvli
f125fbd9b8
Add macOS arm64 build
2022-04-14 11:24:37 -07:00
jeffvli
6a4483d0dc
Add discord-rpc types
2022-04-10 20:11:50 -07:00
jeffvli
a02855ba71
Add react-slider package
2022-04-10 01:46:41 -05:00
Kendall Garner
2e8f021ddf
Fix MacOS compilation, remove last vulnerable package
...
- typescript has been held to v < 4.6 to make @types/verror (dmg license < dmg builder < electron builder)
- remove extract-text-webpack-plugin: unused?
- in Login.tsx, make defaultChecked for legacyAuth actually a boolean
2022-04-08 20:24:02 -05:00
Kendall Garner
93daa7be0f
Fix dependencies and simpler animation
...
- Make react/react-dom/test-renderer use the same major version
- Upgrade @types/node to 14.18.0. This was necessary mainly for typing. Update the test versions as well
- Strip out react-animate-css, just use basic css animation fadeIn/fadeOut
- Made linter happy now
2022-04-08 20:24:02 -05:00
Kendall Garner
3934a8f3a7
Upgrade depencencies, node version
2022-04-08 20:24:02 -05:00
jeffvli
743152b54a
Remove unused packages
...
- react-visibility-sensor
Readd chartjs
2022-03-12 04:07:27 -08:00
jeffvli
a6d9fa525a
Add arch to build artifactName
...
- Adjust build targets
2022-03-10 15:39:45 -08:00
jeffvli
f55706eee6
Update for 0.13.0
2022-02-16 02:40:48 -08:00
jeffvli
f632301102
Initial sidebar improvements
...
- Add playlist list to sidebar
- Add cover art toggle to sidebar
- Drag resizable
2022-02-07 13:15:17 -08:00
jeffvli
130bd7b505
Revert "Bump axios from 0.21.1 to 0.21.2"
...
This reverts commit bd293a36c7 .
2022-01-31 01:22:51 -08:00
dependabot[bot]
bd293a36c7
Bump axios from 0.21.1 to 0.21.2
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-30 19:41:22 -08:00
jeffvli
6a13df94a5
Add animation css library
2022-01-22 20:55:56 -08:00
Gelaechter
9fe4f76799
I18n (multi-language support) ( #179 )
...
* Add i18next, react-i18next, i18next-parser and configs
* Add language config entry
* Refactor for translations, add translation files
* Update i18next-parser
* Update translations after merge and parser fix
* Add more missing translations
* Remove theme translations and fix i18next globbing
* Fix minor UI sizing for translations
* Update translations after merge
* Fix linting
* Add mockSettings to i18n.js
2022-01-15 16:13:16 -08:00
Martin Pauli
035f8a1cf5
Allow custom installation directory in windows installer
2022-01-13 15:06:16 -08:00
jeffvli
5e6d2b40c8
Update app description
2021-12-29 20:06:52 -08:00
jeffvli
98de45492c
Add discord rich presence support
2021-12-22 22:45:13 -08:00
jeffvli
5ef1885b72
Bump electron from 13.3.0 - > 13.6.3
2021-12-22 15:43:30 -08:00
jeffvli
0118abb6ec
Add dynamic gradient background for artist page
2021-11-05 10:09:38 -07:00
jeffvli
21664e5efe
Fix app name casing
2021-10-27 16:33:58 -07:00
jeffvli
027ca635ac
Update for 0.4.0
2021-10-26 12:24:06 -07:00
jeffvli
c3836897f3
Add mpris-service, upgrade dependencies
2021-10-26 12:24:06 -07:00
jeffvli
82ec28a756
Update for 0.3.0
2021-10-16 11:18:31 -07:00
dependabot[bot]
53398551ca
Bump electron from 13.1.8 to 13.3.0
...
Bumps [electron](https://github.com/electron/electron ) from 13.1.8 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v13.1.8...v13.3.0 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-13 00:40:38 -07:00
jeffvli
1435d3f0de
Add README contents and project description
2021-10-05 19:45:48 -07:00
jeffvli
427faf1178
Remove external horizontal scroll menu dependency
2021-10-03 11:13:50 -07:00
jeffvli
c8bcc24e9b
Update hotkey library
...
- Change from react-hotkeys to react-hotkeys-hook
- Add ctrl+a, delete hotkeys
2021-09-30 09:51:47 -07:00
jeffvli
a97da7a6d4
Revert "Add babel-plugin-lodash"
...
This reverts commit bf207b4993 .
2021-09-25 01:23:28 -07:00
jeffvli
bf207b4993
Add babel-plugin-lodash
2021-09-23 14:07:25 -07:00
jeffvli
2243d40a66
Update default prettier config
...
- Change printWidth from 80 -> 100
2021-09-23 13:13:47 -07:00
jeffvli
05d9ed63cb
bump node-sass to latest
...
- dependency for macos/linux
2021-09-16 17:54:37 -07:00
jeffvli
cf9b8a0c8c
update playlist save, add playlist delete
...
- split logic between saving small/large playlists
- add axios retry
2021-09-16 09:20:54 -07:00
jeffvli
232ebeb69e
clean up packages
2021-09-13 01:26:24 -07:00
jeffvli
0fb1a12951
add config for global/local mediakeys
2021-09-12 11:14:21 -07:00
jeffvli
685241ec35
add chart types
...
add tsc-silent and suppress errors
2021-09-05 17:22:46 -07:00
jeffvli
6dec738cbe
update default tests to include store mock
2021-09-05 16:44:21 -07:00
jeffvli
20db920c58
add fade data to debug window
...
- add reducer in playqueue slice to hold fade data
- styling changes on debug window
2021-09-02 22:08:19 -07:00
jeffvli
75cbd5ff12
add queue to titlebar
2021-08-30 20:49:51 -07:00
jeffvli
e75c5ae0a7
update package for foldersize calc
2021-08-28 03:51:17 -07:00
jeffvli
8284151c68
add configs
...
- fade duration
- library scan
- cache
- combine playlist/album cache folders
2021-08-28 00:13:52 -07:00
jeffvli
bc793870ee
remove dnd packages
2021-08-27 05:54:28 -07:00
jeffvli
5769fb000f
add image caching
2021-08-26 11:14:35 -07:00
jeffvli
facfbfcdfa
fix errors
...
- remove unused imports
- add types for react-virtualized
2021-08-26 02:30:41 -07:00
jeffvli
416efae344
add react-window
2021-08-26 01:37:28 -07:00