|
|
d47dadeb88
|
refactor: Used is_multiple_of to make life easier and cleaner in the app module
|
2025-12-09 14:28:09 -07:00 |
|
|
|
b807904c6c
|
refactor: Refactored all cli tests to use purpose-built assertions
|
2025-12-08 17:07:31 -07:00 |
|
|
|
ee1bee22eb
|
refactor: Improved test assertions in the app module
|
2025-12-08 16:47:40 -07:00 |
|
|
|
f6c4c1623f
|
style: Removed unused imports after massive handler testing refactor
|
2025-12-04 23:03:48 -07:00 |
|
|
|
49fd086b92
|
refactor: Created dedicated proptests and assertions to clean up the handler unit tests
|
2025-12-04 22:57:06 -07:00 |
|
|
|
35dce0bf01
|
refactor: Migrated the handle_table_events macro into a trait for better IDE support, created a TableEventAdapter wrapper for the KeyEventHandlers to make it so that the trait can be used properly and a simple function to replace the previous call to the handle_table_events macro
|
2025-12-04 16:03:58 -07:00 |
|
|
|
71240373c0
|
refactor: Simplified both the table_handler macro and the stateful_table implementation
|
2025-12-04 11:34:45 -07:00 |
|
|
|
659023d561
|
refactor: Improved error handling for the tail-logs subcommand to propagate errors up the stack instead of exiting there.
|
2025-12-04 10:10:19 -07:00 |
|
|
|
a0073b65ad
|
refactor: Added accessor methods to servarr_data structs, replaced for loops with functional iterator chains, eliminated mutable state tracking, and updated network module to use get_or_insert_default() for modal options
|
2025-12-04 10:02:32 -07:00 |
|
|
|
cba53e0841
|
refactor: Improved error handling project-wide and cleaned up some regexes with unnecessary escapes (tail_logs and interpolate_env_vars)
|
2025-12-04 09:03:58 -07:00 |
|
|
|
e50fb88bfc
|
refactor: Refactored to use more idiomatic let-else statements where applicable
|
2025-12-03 15:23:07 -07:00 |
|
|
|
ad58912baf
|
test: Updated Rust edition to 2024 and refactored network module tests to be more idiomatic
|
2025-12-03 14:49:27 -07:00 |
|
|
|
97ce258a8d
|
fix: Fixed UI bugs introduced as part of the hotkey refactor
|
2025-09-02 15:49:36 -06:00 |
|
|
|
0b29351366
|
feat: Support for custom headers to be added to every request to each server to support alternative authentication mechanisms [#47]
|
2025-08-29 10:23:17 -06:00 |
|
|
|
11457736e6
|
refactor: Network module is now broken out into similar directory structures for each servarr to mimic the rest of the project to make it easier to develop and maintain
|
2025-08-14 13:14:23 -06:00 |
|
|
|
e2a6af1cbd
|
refactor: Refactored the IndexerTestResut model into the general Servarr models
|
2025-08-12 17:05:17 -06:00 |
|
|
|
20ea15009d
|
build: Updated dependencies and upgraded to Rust 1.89.0
|
2025-08-12 16:56:45 -06:00 |
|
|
|
00ab0f27f7
|
feat: Refactor all keybinding tips into a dynamically changing menu that can be invoked via '?' [#32]
|
2025-08-12 16:27:34 -06:00 |
|
|
|
1f4870d082
|
feat: Display total disk usage for series in the Library view to mirror Radarr functionality [#44]
|
2025-08-11 10:24:00 -06:00 |
|
|
|
e96af7410e
|
feat: Pagination support for jumping 20 items at a time in all table views [#45]
|
2025-08-08 17:04:28 -06:00 |
|
|
|
345bb8ce03
|
refactor: Renamed 'ctrl-*' keyboard shortcuts to 'C-*' to simplify and shrink the on-screen help
|
2025-08-08 15:09:39 -06:00 |
|
|
|
dbcfc77ad4
|
feat: Support toggling Movie monitoring directly from the library view [#43]
|
2025-08-08 14:54:28 -06:00 |
|
|
|
e653532212
|
feat: Support toggling Movie monitoring from the CLI
|
2025-08-08 14:49:15 -06:00 |
|
|
|
8e7e31f64d
|
feat: Support toggling Series monitoring directly from the Sonarr library view [#43]
|
2025-08-08 14:48:27 -06:00 |
|
|
|
bff3795cc6
|
feat: Support toggling Series monitoring from the CLI
|
2025-08-08 14:46:35 -06:00 |
|
|
|
f08f255a46
|
fix: Marked Radarr studios as nullable to prevent crashes
|
2025-08-07 20:05:05 -06:00 |
|
|
|
02870043ec
|
style: Addressed updated linter complaints
|
2025-08-07 19:49:11 -06:00 |
|
|
|
154e491922
|
fix: Fixed a bug where the Sonarr API was returning empty values for seeders when searching for season releases
|
2025-08-07 16:00:10 -06:00 |
|
|
|
ef5e702255
|
feat: Fixed the Radarr downloads tab to display more than 10 downloads at a time and added a new --count flag to the CLI for specifying the number of downloads to return
|
2025-07-13 15:04:39 -06:00 |
|
|
|
cb4cd93bcd
|
feat: Fetch more than 10 downloads when listing Sonarr downloads, and add a --count flag to the CLI to specify how many downloads to fetch
|
2025-07-13 14:48:15 -06:00 |
|
|
|
c133a4ecd2
|
fix: Improve fault tolerance for tag associations in Radarr and Sonarr
|
2025-05-18 13:49:52 -06:00 |
|
Alex Clarke
|
0085d944ea
|
Merge branch 'develop' into fix-key-event-handling
|
2025-04-07 11:58:06 -06:00 |
|
Connor Welsh
|
89cf0e66a6
|
fix: Ensure key events are only processed on key press to avoid duplicates
|
2025-04-06 17:29:06 -04:00 |
|
|
|
cf00d7992e
|
fix: Updated the name of the should_ignore_quit_key to ignore_special_keys_for_textbox_input to give a better idea of what the flag is used for; also added alt keybinding for backspace
|
2025-03-27 15:21:44 -06:00 |
|
|
|
f25829f3c1
|
Merge remote-tracking branch 'refs/remotes/origin/develop'
|
2025-03-21 11:56:12 -06:00 |
|
|
|
8c783bc405
|
fix: Marked videoCodecs as Option to resolve #38
|
2025-03-21 11:55:54 -06:00 |
|
|
|
0048d71b74
|
feat: Support alternative keymappings for all keys, featuring hjkl movements
|
2025-03-17 22:02:15 -06:00 |
|
|
|
30507d9d01
|
docs: Updated the README to include the new flags
|
2025-03-17 13:26:46 -06:00 |
|
|
|
5c822e4890
|
Merge branch 'develop'
|
2025-03-10 16:13:48 -06:00 |
|
|
|
cab06fe43f
|
fix: Marked the Season.statistics field as Option so that a panic does not happen for outdated Sonarr data. This resolves #35
|
2025-03-10 16:13:04 -06:00 |
|
|
|
b4ff5f3351
|
feat: Added the Eldritch theme and updated documentation
|
2025-03-10 15:49:40 -06:00 |
|
|
|
0834802481
|
fix: When adding a film from the Collection Details modal, the render order was wrong: Radarr Library -> Collection Table -> Add Movie Prompt (missing the Collection details prompt too). Correct order is: Collection Table -> Collection Details Modal -> Add Movie Modal
|
2025-03-10 15:08:02 -06:00 |
|
|
|
3afd74dcbf
|
fix: Fixed a bug that was rendering encompassing blocks after other widgets were rendered, thus overwriting the custom styles on each previously rendered widget
|
2025-03-10 15:01:58 -06:00 |
|
|
|
df38ea5413
|
feat: Write built in themes to the themes file on first run so users can define custom themes
|
2025-03-06 17:44:52 -07:00 |
|
|
|
709f6ca6ca
|
test: Added integration tests for the ValidateTheme macro
|
2025-03-06 16:00:50 -07:00 |
|
|
|
b012fc29e4
|
Merge branch 'develop' into custom-themes
# Conflicts:
# Cargo.toml
|
2025-03-06 15:35:05 -07:00 |
|
|
|
f97d46cec3
|
refactor: Created a derive macro for defining the display style of Enum models and removed the use of the EnumDisplayStyle trait
|
2025-03-06 15:29:30 -07:00 |
|
|
|
7381eaef57
|
refactor: Expanded the serde_enum_from macro to further reduce code duplication
|
2025-03-05 15:09:51 -07:00 |
|
|
|
72c922b311
|
feat: Created a theme validation macro to verify theme configurations before allowing the TUI to start
|
2025-03-05 14:37:34 -07:00 |
|
Alex Clarke
|
fd14a8152c
|
fix: change the name of the theme configuration file to 'themes'
|
2025-03-04 18:29:21 -07:00 |
|