b011292a8c
Search results stored by provider:type:term
...
- This allows storing of per-provider, per-type, per-term results
- We can restore old search results, and hide/show by provider without needing to re-query
2023-10-08 21:14:08 +13:00
7493d40827
Merge branch 'master' into develop
2023-09-10 19:54:38 +12:00
4cb578bf1e
Fixing Korean translation (missing wrapping quotemarks)
2023-08-12 12:48:19 +12:00
d925f28d34
Version bump post-build
2023-08-12 12:46:01 +12:00
19e8701732
Version bump
2023-08-12 12:42:51 +12:00
dd300af535
Merge pull request #909 from daredoes/custom-config-var
...
Add support for env var for IRIS_CONFIG_LOCATION
2023-08-12 12:20:06 +12:00
1051c8e9af
Merge pull request #907 from daredoes/sudo-env-var
...
Get use sudo from env var
2023-08-12 12:19:37 +12:00
43f1cd4dd6
Merge pull request #918 from jaedb/develop
...
3.68
2023-08-12 12:15:08 +12:00
06c33e3c5e
Dependencies update
2023-08-12 12:10:09 +12:00
06fa22bd31
Adding Spotify Connect stream
2023-08-12 12:09:42 +12:00
41fcfa9556
Relocating stream checkbox to Outputs panel
...
- Making it easier to switch current device streaming on/off
- Refactor `Stream` to functional component
2023-08-12 10:06:07 +12:00
45cd06b2e1
Removing PayPal donation
...
- Replacing with GitHub Sponsors
- Fixes #911
2023-08-07 20:53:16 +12:00
39accaf362
Play/Enqueue partially-loaded albums
...
- When in index, but tracks are not, our callbackAction is not triggered
- Send and consume our `callbackAction` as per Playlists
- Added support to our `ensureLoaded` handler; This will need some observation and testing to ensure there is no knock-on issues (possibly double-ups?)
2023-06-25 18:12:39 +12:00
fd91576103
Merge branch 'develop' of github.com:jaedb/Iris into develop
2023-06-24 16:34:08 +12:00
40987be3d2
Removing extra wrapping double-quote marks
...
- Fixes #904
2023-06-24 16:33:48 +12:00
76d6e929b5
Removing extra wrapping double-quote marks
...
- Fixes 904
2023-06-24 16:32:43 +12:00
6aaf19c990
Merging Korean translation
...
- Thanks @saya6k
2023-06-04 13:51:44 +12:00
375bbd6569
Merge branch 'develop' of github.com:jaedb/Iris into develop
2023-06-04 13:49:40 +12:00
821155220e
Merge pull request #905 from saya6k/feature/language-ko
...
Korean Translation
2023-06-04 13:49:25 +12:00
962ece1ef5
Merge branch 'master' into develop
2023-06-04 13:36:32 +12:00
fc6069d167
Merge pull request #890 from jaedb/dependabot/npm_and_yarn/webpack-5.76.0
...
Bump webpack from 5.73.0 to 5.76.0
2023-06-04 13:34:27 +12:00
4a3a77419f
Add support for env var for IRIS_CONFIG_LOCATION
2023-06-01 19:22:31 -07:00
0dff3d9813
Get use sudo from env var
2023-06-01 18:09:46 -07:00
140bcd8c12
Korean Translation
2023-05-29 20:03:36 +09:00
5ef872a5d3
Merge branch 'develop'
2023-05-20 15:09:37 +12:00
aaae821431
New container naming
2023-05-20 15:02:36 +12:00
6fbe55ee0f
Including Dockerfile.alpine
2023-05-20 15:02:22 +12:00
cc112f8e80
Limiting CI images to v7 to isolate SSL issue
2023-05-20 15:02:10 +12:00
e054da2c48
Version bump 3.67.0
2023-05-20 14:42:33 +12:00
cf7a439ed6
Tweaking search sort dropdown
...
- Array destructuring instead of object
2023-05-20 14:41:40 +12:00
6e702eb071
Merge pull request #902 from orontee/develop
...
Update French translation
2023-05-20 14:03:27 +12:00
4019f3c98b
Merge branch 'develop' of github.com:jaedb/Iris into develop
2023-05-20 13:51:57 +12:00
ce0214df04
Merge pull request #894 from PureTryOut/mopidy-spotify-released
...
Switch Dockerfile to use a released gst-plugins-rs and master mopidy-spotify branch
2023-05-20 13:51:39 +12:00
d4a59e04c1
Merge pull request #895 from PureTryOut/docker-alpine
...
Add an Alpine Linux-based Docker image
2023-05-20 13:50:57 +12:00
136d05ff52
Merge branch 'develop' into docker-alpine
2023-05-20 13:50:50 +12:00
bfcc249e36
Merge pull request #897 from PureTryOut/docker-entrypoint-install-and-upgrade-pip
...
feat(docker): also update the specified pip packages rather than just installing them
2023-05-20 13:49:44 +12:00
099c2ed909
Update French translation
2023-05-14 09:24:24 +02:00
a8d622ffaa
Manifest update for installability
...
- Scope needs to be within start path
2023-05-08 19:27:39 +12:00
6fe2e9d5de
feat(docker): also update the specified pip packages rather than just installing them
...
Some pip packages may get updates and subsequent container runs wouldn't
install them. Not so much of a problem normally but when for example
yt-dlp is installed through pip to use with mopidy-youtube it's
important to keep yt-dlp up-to-date to not have functionality be broken
when Youtube updates their webpage again
2023-04-18 15:32:45 +02:00
dcbfce4f8b
Add an Alpine Linux-based Docker image
...
It gets all it's dependencies (Mopidy, Mopidy-Spotify) from the Alpine
Linux repositories.
For reference the image sizes:
- Debian, 1.49GB
- Alpine, 832MB
2023-04-18 15:31:23 +02:00
60fc010ec8
Switch Dockerfile to use a released gst-plugins-rs and master mopidy-spotify branch
2023-04-03 10:50:02 +02:00
5ac3c6254a
Using built-in link underline
...
- Setting decoration-thickness for nicer control of appearance
2023-04-01 17:54:35 +13:00
d2ced56690
Context menu loading fixes
...
- Padding to center loader
- Correcting missing import for `Loader`
2023-04-01 16:21:23 +13:00
d6db80ef50
Merge pull request #892 from jaedb/feat/search-refactor
...
Search refactor
2023-04-01 16:11:34 +13:00
5c52d2fbb4
Bump webpack from 5.73.0 to 5.76.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-15 03:53:01 +00:00
d88f9b56f5
Route to manage current search state
...
- By using route, it makes it more readily available for the varying component structure
- I believe I handn't done this earlier to avoid refactoring, but it wasn't a complex task
- Removing link borders, the browser-provided standard underline hover is now much more astheticly pleasing
2023-03-05 20:45:38 +13:00
1657073b76
Hiding outputs button completely
...
- When snapcast is not enabled AND
- When no controls saved
- Supercedes PR #858
2023-02-19 18:46:44 +13:00
36293565b5
Merge branch 'master' into develop
2023-02-19 18:35:04 +13:00
e7d19ce9cc
Version bump 3.66.1
2023-02-12 07:59:02 +13:00
236e4ad2d5
Merge pull request #887 from jaedb/develop
...
Develop
2023-02-12 07:56:52 +13:00