Aleksi Lassila
69482e1ded
refactor: MoviePage
2023-09-01 16:28:18 +03:00
Aleksi Lassila
b44d794c08
Refactored and cleaned up SeriesPage data fetching
2023-09-01 13:52:56 +03:00
Aleksi Lassila
3234019dcb
fix: Series cards and posters not linking to correct pages
2023-08-31 17:17:10 +03:00
Aleksi Lassila
8a056a3045
style: Improved library page loading animations
2023-08-31 03:26:06 +03:00
Aleksi Lassila
ca3911e062
feat: Added library sorting and pagination, improved image loading and other small adjustments
2023-08-31 02:45:36 +03:00
Aleksi Lassila
203bce45b8
Merge pull request #86 from aleksilassila/feat/optimize-library
...
Optimize library page to work with large jellyfin libraries and be more efficient
2023-08-30 00:37:58 +03:00
Aleksi Lassila
bddeab7e35
feat: Improved poster styles and image loading
2023-08-30 00:36:31 +03:00
Aleksi Lassila
81e3883485
feat: Updated library page to use new data store
2023-08-29 21:05:45 +03:00
Aleksi Lassila
b5c39c656d
feat: Updated movie and series pages to not use library.store, added keyboard controls to video player
2023-08-29 00:01:47 +03:00
Aleksi Lassila
7d5afa7b7e
feat: Decoupled continue watching from library.store
2023-08-27 03:04:20 +03:00
Aleksi Lassila
17e1aa0da3
feat: Added macos and windows electron builds
2023-08-24 17:59:18 +03:00
Aleksi Lassila
6ec440986e
feat: Add french translations by @GaetanPTX
2023-08-23 01:48:08 +03:00
Aleksi Lassila
9a93181631
0.6.1
v0.6.1
2023-08-21 23:23:00 +03:00
Aleksi Lassila
21c4ad8f05
fix: Hotfixed issue with new installs throwing sqlite errors
2023-08-21 23:20:59 +03:00
Aleksi Lassila
a27b2d4ec9
docs: Updated README with contribution instructions regarding dev branch
2023-08-21 18:26:41 +03:00
Aleksi Lassila
a076366f98
0.6.0
v0.6.0
2023-08-21 18:17:34 +03:00
Aleksi Lassila
8b520ef82f
feat: Notify users about invalid and incomplete settings
2023-08-21 18:17:10 +03:00
Aleksi Lassila
f67bf445c5
Merge branch 'feat/event-notifications'
2023-08-21 15:10:55 +03:00
Aleksi Lassila
b55001e593
fix: Some jellyfin posters not loading
2023-08-21 15:03:10 +03:00
Aleksi Lassila
e6d818b3d6
Merge pull request #53 from Axelazo/master
...
enhancement: Added Localization to the app
2023-08-21 14:39:18 +03:00
Aleksi Lassila
134a545958
refactor: i18n refactoring
2023-08-21 14:25:11 +03:00
Aleksi Lassila
676512104f
add: Notifications
2023-08-21 13:13:49 +03:00
Axel Aguilar
cb3c501df3
Merge pull request #3 from Axelazo/localization
...
Added more strings for the Library > Movie/Show
2023-08-20 11:29:11 -06:00
Axel Aguilar
c78b38316d
Added more strings for the Library > Movie/Show
2023-08-20 11:28:19 -06:00
Axel Aguilar
b0a9c23387
Merge pull request #2 from Axelazo/localization
...
Added Localization to the app
2023-08-19 12:13:59 -06:00
Axel Aguilar
225af733a1
Update TestConnectionButton.svelte
...
Localized the entire component (I hope)
2023-08-19 12:07:12 -06:00
Axel Aguilar
4ca0fe6952
Update +page.svelte
...
Localized the entire component (I hope)
2023-08-19 12:07:07 -06:00
Axel Aguilar
100fa1c07b
Update +page.svelte
...
Localized the entire component (I hope)
2023-08-19 12:06:59 -06:00
Axel Aguilar
63e7cb9b4e
Update IntegrationSettingsPage.svelte
...
Changed string names to match new syntax
Localized the entire component (I hope)
I used @html to render the underline on the exposed API keys warning message
2023-08-19 12:06:46 -06:00
Axel Aguilar
e80187774c
Update GeneralSettingsPage.svelte
...
Changed string names to match new syntax
Localized the entire component (I hope)
Filtered to ISO languages to only supported languages
2023-08-19 12:06:13 -06:00
Axel Aguilar
f2b93164c6
Update +page.svelte
...
Changed string names to match new syntax
Localized the entire component (I hope)
2023-08-19 12:05:13 -06:00
Axel Aguilar
e75c5b396b
Update TitleShowcase.svelte
...
Localized the entire component (I hope)
2023-08-19 12:05:06 -06:00
Axel Aguilar
015004c744
Update TitleSearchModal.svelte
...
Changed string names to match new syntax
Localized the entire component (I hope)
2023-08-19 12:04:40 -06:00
Axel Aguilar
9bc25dd16f
Update Navbar.svelte
...
Localized the entire component
2023-08-19 12:04:08 -06:00
Axel Aguilar
a6ce9da619
Update I18n.svelte
...
Listening to the reactive Settings property Language to change the application language on save!
Removed component comment at the top
2023-08-19 12:01:05 -06:00
Axel Aguilar
dd7568a22b
Added Supported Languages
...
Showing a billion unsupported language is terrible, let's filter to just the supported languages!
Maybe we can add some sort of search select?
2023-08-19 12:00:04 -06:00
Axel Aguilar
4628bf593e
Defined better structure
...
Defined better structure for language json files, nesting simplifies adding or removing or updating keys
2023-08-19 11:58:40 -06:00
Axel Aguilar
eb80ddd180
Merge pull request #1 from Axelazo/localization
...
Merge changes from upstream
2023-08-19 08:54:50 -06:00
Axel Aguilar
569d8e5c74
Merge remote-tracking branch 'upstream/master' into localization
2023-08-19 08:50:44 -06:00
Aleksi Lassila
eac6db6b7a
0.5.1
v0.5.1
2023-08-19 04:21:44 +03:00
Aleksi Lassila
91c2dec7bb
fix: Hotfix radarr & sonarr configuration breaking
2023-08-19 04:21:37 +03:00
Aleksi Lassila
90294ea8ce
0.5.0
v0.5.0
2023-08-19 03:57:44 +03:00
Aleksi Lassila
51c7755dd4
docs: Add instructions for volumes
2023-08-19 03:53:55 +03:00
Aleksi Lassila
9817b2b387
Merge branch 'manual-run'
2023-08-19 03:27:14 +03:00
Aleksi Lassila
e86256768b
Merge pull request #73 from aleksilassila/feat/settings-page
...
Feat/settings page
2023-08-19 03:14:11 +03:00
Aleksi Lassila
834a615883
feat: Implemented settings page
2023-08-19 03:12:04 +03:00
Aleksi Lassila
1609b5f24d
Added initial integration setup on settings page
2023-08-18 03:46:02 +03:00
Aleksi Lassila
dfa8228d9d
Added & configured typeorm for storing settings
2023-08-17 02:57:10 +03:00
Fabricio Silva
e562aef64c
feat: Add -it --init to docker cli to fix SIGTERM
2023-08-16 20:27:10 +01:00
Fabricio Silva
e3b6af98ac
feat: Add manual instructions to README
2023-08-16 18:40:02 +01:00