|
|
68b08d1cd7
|
feat: Implemented the Lidarr History tab and CLI support
|
2026-01-12 14:43:05 -07:00 |
|
|
|
f31810e48a
|
feat: TUI support for deleting a Lidarr album from the artist details popup
|
2026-01-09 17:21:10 -07:00 |
|
|
|
b2814371f0
|
feat: Completed support for viewing Lidarr artist details
|
2026-01-09 16:22:03 -07:00 |
|
|
|
c624d1b9e4
|
feat: Full CLI and TUI support for adding an artist to Lidarr
|
2026-01-08 15:16:01 -07:00 |
|
|
|
b1a6db21f1
|
fix: Don't include Lidarr artist disambiguation in Edit popup title when it is empty
|
2026-01-08 10:09:15 -07:00 |
|
|
|
1a43d1ec7c
|
feat: Include the Lidarr artist disambiguation in the title of the Edit Artist popup
|
2026-01-08 09:28:56 -07:00 |
|
|
|
cf98b10d77
|
style: Modified the LineGauge style so its more readable in the UI
|
2026-01-07 17:19:32 -07:00 |
|
|
|
f0ed71b436
|
build: Upgraded to Ratatui v0.30.0 and fixed a new security vulnerability [#13]
|
2026-01-07 17:15:54 -07:00 |
|
|
|
243de47cae
|
feat: Initial Lidarr support for searching for new artists
|
2026-01-07 15:53:18 -07:00 |
|
|
|
64d8c65831
|
fix: Prevented additional empty slice errors in indexer tables
|
2026-01-07 14:09:12 -07:00 |
|
|
|
60c4cf1098
|
fix: Fixed a bug in all Servarr implementations to not try to get the current selection of a search table when an error is returned from the API
|
2026-01-07 14:00:02 -07:00 |
|
|
|
b1afdaf541
|
feat: Added CLI and TUI support for editing Lidarr artists
|
2026-01-07 12:01:03 -07:00 |
|
|
|
3c1634d1e3
|
testing
|
2026-01-07 10:45:49 -07:00 |
|
|
|
9b4eda6a9d
|
feat: Support for updating all Lidarr artists in both the CLI and TUI
|
2026-01-06 12:47:10 -07:00 |
|
|
|
059fa48bd9
|
style: Applied uniform formatting across all new Lidarr files
|
2026-01-05 15:46:16 -07:00 |
|
|
|
6771a0ab38
|
feat: Full support for deleting an artist via CLI and TUI
|
2026-01-05 15:44:51 -07:00 |
|
|
|
bc3aeefa6e
|
feat: TUI support for Lidarr library
|
2026-01-05 13:10:30 -07:00 |
|
|
|
e61537942b
|
test: Implemented tests for the Lidarr list artists command
|
2026-01-05 11:28:35 -07:00 |
|
|
|
368f7505ff
|
feat: Improved UI speed and responsiveness
Check / stable / fmt (push) Has been cancelled
Check / beta / clippy (push) Has been cancelled
Check / stable / clippy (push) Has been cancelled
Check / nightly / doc (push) Has been cancelled
Check / 1.89.0 / check (push) Has been cancelled
Test Suite / ubuntu / beta (push) Has been cancelled
Test Suite / ubuntu / stable (push) Has been cancelled
Test Suite / macos-latest / stable (push) Has been cancelled
Test Suite / windows-latest / stable (push) Has been cancelled
Test Suite / ubuntu / stable / coverage (push) Has been cancelled
|
2025-12-19 13:41:14 -07:00 |
|
|
|
0532d59746
|
test: Wrote snapshot tests for all Sonarr UI
|
2025-12-16 14:12:10 -07:00 |
|
|
|
c072c57bbb
|
style: Applied uniform formatting across all new UI test files
|
2025-12-15 20:18:28 -07:00 |
|
|
|
aadd6c8abf
|
fix: Fixed an issue with the Managarr table that would incorrectly try to display things before is_loading was ready
|
2025-12-15 20:17:28 -07:00 |
|
|
|
316ed64315
|
test: Created snapshot tests for all Radarr UI modules
|
2025-12-15 20:17:09 -07:00 |
|
|
|
317daddb8e
|
fix: Fixed a bug where the edit collection popup would not display when opening it from collection details
|
2025-12-15 20:15:52 -07:00 |
|
|
|
35c5eb65cb
|
Merge remote-tracking branch 'origin/main' into test-refactoring
# Conflicts:
# Cargo.lock
# src/cli/mod.rs
# src/cli/radarr/add_command_handler.rs
# src/cli/radarr/get_command_handler.rs
# src/cli/radarr/list_command_handler.rs
|
2025-12-15 07:55:14 -07:00 |
|
|
|
9c1a9cc3c5
|
fix: Wrapped all Sonarr use of Language with Option to fix the 'null' array issue in the new Sonarr API
|
2025-12-13 13:06:33 -07:00 |
|
|
|
82f30f126d
|
test: Implemented UI snapshot tests
|
2025-12-12 15:44:11 -07:00 |
|
|
|
3e133fa147
|
refactor: Replaced all modulo usages of tick_until_poll with is_multiple_of
|
2025-12-12 09:20:05 -07:00 |
|
|
|
c3fa689617
|
refactor: Use is_multiple_of for the tick counter in the UI module
|
2025-12-09 14:30:17 -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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
c133a4ecd2
|
fix: Improve fault tolerance for tag associations in Radarr and Sonarr
|
2025-05-18 13:49:52 -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 |
|