Commit Graph

381 Commits

Author SHA1 Message Date
Avery 4eb59ce8c2 Bump version to 0.4.1 2024-02-18 18:43:27 -05:00
Avery 9784a6ade7 Translation updates from Weblate (#65)
Co-authored-by: ThetaDev <thetadev@magenta.de>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Tuba2 <luiz_filipe_motta@hotmail.com>
Co-authored-by: Codeberg Translate <translate@codeberg.org>
Co-authored-by: yareg <yar@yareg.com>
Co-authored-by: Fjuro <ifjuro@proton.me>
Co-authored-by: Vistaus <vistausss@fastmail.com>
Reviewed-on: https://codeberg.org/avery42/delfin/pulls/65
2024-02-18 22:45:44 +00:00
Avery 36321927ff Display years in production under media tiles (fixes #26) 2024-02-17 19:35:39 -05:00
Avery a1120925db Display movie runtime on media details page 2024-02-17 19:23:14 -05:00
Avery 85d70a26c6 Add underline to clickable media carousel headings 2024-02-17 18:05:30 -05:00
Avery ceb37c79e9 Fix component crash when backdrop fails to load in media details header 2024-02-17 17:25:58 -05:00
Avery e2bafaecdc Add watched toggle to media details (fixes #22) 2024-02-17 17:25:58 -05:00
Avery b8cb9b9ae6 Replace library and video player toasters with one app-wide toaster 2024-02-15 19:20:36 -05:00
Avery 48ec874309 Update dependencies 2024-02-14 17:41:38 -05:00
Avery 616cf987e2 Update to relm4 v0.7.0-rc.1 2024-02-14 10:45:13 -05:00
Avery 2e685c630b Update to Rust 1.76.0 2024-02-14 09:48:20 -05:00
Avery 32fb9c8305 Don't uninhibit while application is shutting down 2024-02-05 13:20:46 -05:00
Avery a8b9391f3c Allow clicking on home section labels to open corresponding page
My media opens collections page
Latest X opens that collection's page
2024-02-01 12:46:06 -05:00
Avery 1f6d96601c Update 0.4.0 release notes
The http:// and https:// make Flatpak's appstream-util validator think
there are links in the release description
2024-01-28 19:55:38 -05:00
Avery 646b3d1b11 Add MPV update to 0.4.0 release notes 2024-01-28 18:40:54 -05:00
Avery 69ddd5c460 Fix dist-vendor script for real this time (oops) 2024-01-28 18:27:30 -05:00
Avery 9c7f07e1fd Fix dist-vendor script 2024-01-28 18:16:57 -05:00
Avery 1dd6b86d94 Bump version to 0.4.0 2024-01-28 18:02:10 -05:00
Avery 71eb298c9e Enable reqwest's verbose logging 2024-01-25 23:14:16 -05:00
Avery d831adb73f Translation updates from Weblate (#64)
Co-authored-by: Fjuro <ifjuro@proton.me>
Co-authored-by: bitals <me@bitals.xyz>
Co-authored-by: Vistaus <vistausss@fastmail.com>
Co-authored-by: Codeberg Translate <translate@codeberg.org>
Reviewed-on: https://codeberg.org/avery42/delfin/pulls/64
2024-01-26 03:39:16 +00:00
Avery afcbb49751 Print warning logs by default 2024-01-24 11:50:56 -05:00
Avery f412b5909f Replace println with tracing logs 2024-01-24 11:46:25 -05:00
Avery 5c74cf6eb7 Reduce some flickering at start of video playback
Hide the video player until playback actually starts
2024-01-24 00:06:46 -05:00
Avery 9d7549f20a Show HTTPS prefix added to server URL in add server dialog 2024-01-23 00:06:52 -05:00
Avery 74c6698838 Log stream URL when playing video 2024-01-22 23:25:44 -05:00
Avery 7eca36c311 Remove .cargo folder
idk why I left it in
2024-01-22 23:25:44 -05:00
Avery e367611893 Translation updates from Weblate (#56)
Co-authored-by: Eryk Michalak <gnu.ewm@protonmail.com>
Co-authored-by: Codeberg Translate <translate@codeberg.org>
Co-authored-by: smrtrfszm <smrtrfszm@proton.me>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Fjuro <ifjuro@proton.me>
Co-authored-by: Vistaus <vistausss@fastmail.com>
Co-authored-by: ThetaDev <thetadev@magenta.de>
Co-authored-by: Anthell <virgoumaxime@gmail.com>
Reviewed-on: https://codeberg.org/avery42/delfin/pulls/56
2024-01-20 23:43:27 +00:00
Avery 81dada9fa4 Add keybinding to open menu (F10) 2024-01-20 18:34:47 -05:00
Avery ea93d3b090 Add keybinding to open preferences (Ctrl + ,) 2024-01-20 17:32:39 -05:00
Avery b54a000c87 Move subtitle config into struct 2024-01-19 18:52:42 -05:00
Avery 3f7dabe137 Add missing localization for library offline/error state refresh button 2024-01-19 18:37:51 -05:00
Avery fb9e8e064e Add preference for restoring your most recent sign in 2024-01-19 15:44:21 -05:00
Avery 69c0497e3f Add refresh keybinding (Ctrl + R) to library 2024-01-19 10:36:38 -05:00
Avery 13dfc933a3 Report playback if application is closed while video is playing 2024-01-18 20:46:08 -05:00
Avery 290265c886 Report when playback is paused to server 2024-01-18 16:28:08 -05:00
Avery dbd6ac03ff Save duration label display in config (fixes #57) 2024-01-18 14:43:14 -05:00
Avery b166d576dd Replace strings with UUIDs where possible 2024-01-18 00:50:06 -05:00
Avery e32cb27472 Prefer opening subtitle/audio track menus upwards
Potential fix for #49
2024-01-18 00:24:01 -05:00
Avery 222cf8e24e Remember selected season when refreshing season list (fixes #59) 2024-01-18 00:19:04 -05:00
Avery e6deee77e9 Remove mold linker config and add a note about it in readme 2024-01-17 23:35:04 -05:00
Avery 16e9e56835 Automatically load most recent account when reopening app (closes #11) 2024-01-17 23:26:02 -05:00
Avery c6c0d3c4e6 Register clicks on release for media tiles and video player (fixes #60) 2024-01-15 15:07:25 -05:00
Avery 4c4401f808 Use Option for theme setting
Makes it consistent with language
2024-01-15 12:27:35 -05:00
Avery 1055ca2363 Move language config field into general config 2024-01-13 23:57:02 -05:00
Avery a4c9e7d439 Use unique device ID for each account (fixes #53)
Probably should've split this up a bit more, but also added config file
migrations.
2024-01-11 14:45:35 -05:00
Avery 16bb056ba4 Remove unused icons 2024-01-08 21:00:34 -05:00
Avery a45bfcd469 Update collection icons 2024-01-08 20:58:49 -05:00
Avery dfcfee42e3 Collections (#58)
Reviewed-on: https://codeberg.org/avery42/delfin/pulls/58
Co-authored-by: Avery <git@avery.cafe>
Co-committed-by: Avery <git@avery.cafe>
2024-01-09 01:34:16 +00:00
Avery abfabafe39 Add library section to keyboard shortcuts window 2023-12-31 22:44:15 -05:00
Avery 076fa69947 Add Ctrl + Q shortcut to quit 2023-12-31 22:41:46 -05:00