1186 Commits

Author SHA1 Message Date
SKEIDs
f5900c23e8 Add Japanese localization (#443)
* Add Japanese localization
2023-07-19 10:41:33 -07:00
jeffvli
6eff5d00b1 Add hotkey to open browser dev tools 2023-04-14 18:59:01 -07:00
jeffvli
053bedea66 Update for 0.15.5 v0.15.5 2023-03-13 16:14:19 -07:00
jeffvli
49708d4953 Remove player error retry 2023-03-13 16:10:49 -07:00
Jeff
39019b5a34 Fix exit to tray behavior (#432)
* Fix exit to tray behavior
2023-03-13 16:09:19 -07:00
jeffvli
c805a49f8f Update src lockfile v0.15.4 2023-02-28 13:14:26 -08:00
jeffvli
734c2aaa6c Attempt #2 to fix windows publish 2023-02-28 12:44:20 -08:00
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
jeffvli
b7e2a9c27e Add top songs for jellyfin 2023-02-28 02:13:49 -08:00
jeffvli
8c4c07a278 Update for 0.15.4 2023-02-28 01:52:05 -08:00
jeffvli
3da20b8cdb Add maintenance mode notice 2023-02-28 01:51:44 -08:00
jeffvli
7c78e5be4e Add additional undefined check for mpris trackid 2023-02-28 01:37:21 -08:00
jeffvli
f33ee2a0f0 Fix JS error when adding to queue from non-title column 2023-02-28 01:29:46 -08:00
fishnxt
b298fe4788 A couple of QOL Improvements (#398)
* Add frequent "quick save" system

* Implement system for saving window dimensions

Adds a toggle for retaining window dimensions. Saves dimensions when exiting application

* Add user-defined application dimensions

User can now choose a default width and height, which are used when the Retain Window Size setting is disabled.

The minimum window size is 600 x 600

* Update App.test.tsx

* Add window position saving

* Update main.dev.js

Fix misplaced template string

* Update PlayerConfig.tsx

Updated description to reflect new functionality

* Update LookAndFeelConfig.tsx

Fixes a silly little mistake

* Fix conflicts

---------

Co-authored-by: jeffvli <jeffvictorli@gmail.com>
2023-02-27 22:50:27 -08:00
Jeff
9b56984782 Remove hard limit on discord appid length (#404) 2023-02-27 21:46:30 -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
Kendall Garner
50eb7ef1bc Song from playerNumber instead of current (#364) 2022-07-25 12:08:31 -07:00
jeffvli
0905887ce7 Fix state 2022-07-23 09:43:03 -07:00
jeffvli
645c2eb5b7 Add unknown check for mpris track id (#251) v0.15.3 2022-07-15 00:03:22 -07:00
jeffvli
fcd6079985 Update for 0.15.3 2022-07-14 23:52:25 -07:00
jeffvli
d87dafaa73 Fix disc order from folder view (#309) 2022-07-14 23:44:12 -07:00
jeffvli
596c61f065 Add is not favorite filter (#357) 2022-07-14 23:44:11 -07:00
buckmelanoma
59bc45175e Add KDE Breeze Dark theme (#354)
* Add KDE Breeze Dark theme

* Fix linting errors

* Fix reversed native titlebar colors

Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
2022-07-12 00:00:45 -07:00
Martin Pauli
d9750624b2 Make cover art images unselectable (#350) 2022-07-11 16:17:38 -07:00
jeffvli
303f11c31d Remove persistent window position (#278) 2022-07-06 10:17:44 -07:00
Yunus Emre Keskin
215fdbae21 add turkish translation (#347) 2022-07-03 19:41:55 -07:00
Kendall Garner
4c52700e55 Set initial scroll height when needed (#346) 2022-07-03 19:40:58 -07:00
cosmicspork
7fb6993c27 Fix homebrew cask name (#339) 2022-06-19 12:51:26 -07:00
Brad Murray
a3c3a1287d Added Homebrew install instructions for MacOS (#336) 2022-06-09 15:41:27 -07:00
Emilio Soriano
5c6038edf6 Update Spanish translation (#333) 2022-06-09 15:41:00 -07:00
Arci57
76bba0d408 Fixed italian translation (#331)
* Add Italian translation
I have made an Italian translation. I hope it's all ok.

* updated italian translation

Co-authored-by: Arci <arci@example.com>
v0.15.2
2022-06-05 20:04:22 -07:00
dependabot[bot]
59ca4d51cf Bump ejs from 3.1.6 to 3.1.8
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 20:42:08 -05:00
jeffvli
1eac13854d Update for 0.15.2 2022-06-02 18:19:52 -07:00
jeffvli
a334b3257a Fix invalid MPRIS id causing errors (#318) 2022-06-02 18:17:34 -07:00
Arci
b5018f2f0c Add Italian translation
I have made an Italian translation. I hope it's all ok.
2022-06-02 20:12:54 -05:00
Stanislav N. aka pztrn
0cd40f0059 Update electron-builder to fix macOS 12.3+ build. 2022-06-01 02:41:16 -05:00
Stanislav N. aka pztrn
5034fc9cf3 Fix build warnings. 2022-06-01 02:40:32 -05:00
Stanislav N. aka pztrn
287e296e00 Remove unneccessary calls for notifications. 2022-06-01 02:40:32 -05:00
Stanislav N. aka pztrn
88818ef3ff Show notifications on playback start and manual track change. 2022-06-01 02:40:32 -05:00
zhullyb
bc646387f8 Improve Simplified Chinese translation 2022-06-01 02:05:57 -05:00
Matthias Gutjahr
d49feddfaa Improve German translation, mainly fix typos or add missing strings (#315) 2022-05-04 02:32:41 -07:00
Gelaechter
5e0f04bfb4 Fix MPRIS volume integration (#311)
* Fix MPRIS volume integration

* Move MPRIS volume updates into volume handlers
2022-04-28 13:44:09 -07:00
devome
9cfa4e0734 Add SCOOP installation method for Windows (#310) 2022-04-27 23:55:32 -07:00
Lena
3bfd2fb86d Add Gruvbox-Dark and Gruvbox-Light themes (#304)
* Add Gruvbox-Dark theme

* Add Gruvbox-Light theme

* Fixed contrast in Gruvbox-Light and assorted typos

* Followed yarn test's recommendations

* Code prettifying in accordance to the build test

* Fix lint error

Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
2022-04-26 13:12:43 -07:00
jeffvli
c430494653 Fix artist genre column name v0.15.1 2022-04-20 20:04:05 -07:00
jeffvli
b6e81591f7 Update for 0.15.1 2022-04-20 20:01:55 -07:00
jeffvli
9410add800 Add volume popup on icon hover (#298) 2022-04-20 19:57:50 -07: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