Marces
f221ded108
Update Tokyo Night.scss
...
Updatet Tokyo Night to work with the newest version of Tidal.
2023-06-22 16:12:41 +02:00
1440f70100
Merge pull request #237 from Mastermindzh/release/5.2.0
...
Release/5.2.0
2023-06-18 21:39:30 +02:00
439333e15a
Merge pull request #236 from Mastermindzh/feature/drone
...
added drone builds
2023-06-18 20:25:55 +02:00
b9854e0595
Merge pull request #200 from drom98/fix-album-not-updating
...
Fix album not updating on playlists
2023-06-18 19:45:45 +02:00
8b56c28d75
Merge branch 'release/5.2.0' of github.com:Mastermindzh/tidal-hifi into fix-album-not-updating
2023-06-18 15:45:01 +02:00
700a14fe88
Merge pull request #227 from Mastermindzh/feature/theming
...
Feature/theming
2023-06-18 15:42:59 +02:00
3c835077d5
added drone builds
2023-06-18 15:39:14 +02:00
194de286c8
fix: customCSS default value was still a string, causing new users to have settings issues
2023-05-18 17:56:45 +02:00
a7dee5c2c9
fix: settings window was unresponsive on first start because of fs.mkdir that wasn't awaited
2023-05-16 23:41:00 +02:00
8036cbb919
Merge branch 'master' of github.com:Mastermindzh/tidal-hifi into feature/theming
2023-05-14 23:49:25 +02:00
90cf231c76
fix: user uploaded themes are now stored in the config directory. Missing directories will be created and added docs for theming
2023-05-14 23:48:13 +02:00
42a70534f2
--amend
2023-05-14 14:42:05 +02:00
b07865d98b
removed sass-cache
2023-05-14 14:41:30 +02:00
cc26bfa080
Merge pull request #225 from Mastermindzh/feature/typescript
...
Feature/typescript
2023-05-14 14:40:20 +02:00
822bdf401e
Merge branch 'feature/typescript' of github.com:Mastermindzh/tidal-hifi into feature/theming
2023-05-13 22:55:10 +02:00
a169c57a52
don't run double builds on PR, just release builds (for pre-releases + testing)
2023-05-13 22:47:36 +02:00
60eb1bbef9
chore: removed last 'any' types + added declaration for mpris-service's Player class
2023-05-13 22:45:15 +02:00
1761c8dd40
feat: theme files are now loaded & applied on startup
2023-05-10 22:07:11 +02:00
62244f432a
ci: release now also runs on feature branches (for test builds)
2023-05-10 08:48:13 +02:00
a408a6a8cc
theme: added Tokyo Night by https://github.com/wojciech-zurek
2023-05-10 00:02:19 +02:00
6e5a2c626c
feat: theme selection is now stored in the config file
2023-05-09 23:57:16 +02:00
4350ab9bd9
added styling on theme selector
2023-05-09 23:28:45 +02:00
77a853e980
feat: add .css theme file upload and a unstyled theme selector
2023-05-08 22:31:22 +02:00
757f8511c0
ci: added theme files to resources
2023-05-08 00:03:05 +02:00
2ef457be2c
Merge branch 'feature/typescript' of github.com:Mastermindzh/tidal-hifi into feature/theming
2023-05-07 23:47:21 +02:00
2c5d2b9530
ci: cross-platform copy-files
2023-05-07 23:46:18 +02:00
757bd0da80
Merge branch 'feature/typescript' of github.com:Mastermindzh/tidal-hifi into feature/theming
2023-05-07 23:28:02 +02:00
d823f07ed8
last files transformed from js -> ts
2023-05-07 23:27:46 +02:00
32ade76ae3
chore: compile sass themes
2023-05-07 23:25:35 +02:00
a1c02dfed3
last files transformed from js -> ts
2023-05-07 16:13:30 +02:00
21d6e57cb9
set up css folder
2023-05-07 15:48:00 +02:00
53e4711c39
chore: more typescript
2023-05-07 15:45:45 +02:00
e8509d42e7
organize imports
2023-05-01 23:31:37 +02:00
46d030cf8e
transitioning to ts
2023-05-01 23:23:56 +02:00
412f1ae3e3
feat: added first typescript support
...
Didn't add many types yet. Just used to test out typescript compiler, copying files and building.
Now that all that seems to go well I can start converting all files to .ts and then adding proper typing everywhere
2023-05-01 13:44:02 +02:00
68f0c89ec2
replaced sass-lint with style-lint
2023-05-01 13:43:07 +02:00
8d44ff8afb
Merge pull request #223 from Mastermindzh/release/5.1.0
...
Release/5.1.0
2023-04-27 15:30:09 +02:00
bccc979f43
fixed pacman icon
2023-04-27 15:07:40 +02:00
6849952c41
feat: added proper updates through the mediasession api. fixes #198
2023-04-27 14:29:28 +02:00
07be74af9f
feat: added custom CSS settings. fixes #213
2023-04-27 14:13:32 +02:00
fc6adc25ca
release: docs
2023-04-27 11:35:10 +02:00
4498e8a73e
feat: you can now set updateFrequency in the settings window
2023-04-27 11:35:00 +02:00
3d2a9c3992
Merge pull request #219 from thanasistrisp/artists
...
[Bug]: get multiple artists instead of a single one
2023-04-27 10:51:35 +02:00
af6bfaf55e
Merge pull request #222 from mdh34/mdh34-desktop-icon-fix
...
Fix Linux Desktop Icons
2023-04-27 10:46:44 +02:00
Matt Harris
8bac90e0f1
Fix Linux Icons
2023-04-26 21:34:17 +01:00
Matt Harris
887c75f61a
change icon name in desktop file
2023-04-25 21:46:20 +01:00
Thanasis Trispiotis
cde7408cc4
fix: get multiple artists
...
- in mrpis multiple names are showing
- also at title
- skipping from settings any artist that is present in current artists at Tidal
2023-04-23 22:24:04 +03:00
05b422e045
Merge branch 'master' of github.com:Mastermindzh/tidal-hifi
2023-04-22 21:19:42 +02:00
35289d8216
ci: updated workflow node versions
2023-04-22 21:19:36 +02:00
ea42b79cd8
ci: updated workflow node versions
2023-04-22 21:14:56 +02:00