|
|
5d09b2402c
|
feat: CLI support for listing artists
|
2026-01-05 10:58:48 -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 |
|
|
|
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 |
|
|
|
ad58912baf
|
test: Updated Rust edition to 2024 and refactored network module tests to be more idiomatic
|
2025-12-03 14:49:27 -07:00 |
|
|
|
02870043ec
|
style: Addressed updated linter complaints
|
2025-08-07 19:49:11 -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 |
|
|
|
5cb60c317d
|
feat: Initial support for custom user-defined themes
|
2025-03-04 18:09:09 -07:00 |
|
|
|
104bcd7bb2
|
refactor: Addressed Cargo fmt complaints
|
2025-02-27 20:42:32 -07:00 |
|
|
|
fd6fcfc98f
|
feat: CLI Support for multiple Servarr instances
|
2025-02-27 20:37:03 -07:00 |
|
|
|
9b63b10118
|
feat: Support for multiple servarr definitions - no tests [skip ci]
|
2025-02-27 18:00:28 -07:00 |
|
|
|
f0d8555a8a
|
feat(ui): Downloads tab support
|
2024-12-02 15:57:48 -07:00 |
|
|
|
34157ef32f
|
feat(cli): Added a spinner to the CLI for long running commands like fetching releases
|
2024-11-20 19:33:40 -07:00 |
|
|
|
b6f5b9d08c
|
feat: Added a new command to the main managarr CLI: tail-logs, to enable users to tail the Managarr logs without needing to know where the log file itself is located
|
2024-11-09 16:18:43 -07:00 |
|
|
|
379d6e0095
|
Pre-alpha CI/CD release support
|
2024-10-30 15:24:03 -06:00 |
|
|
|
adda82f7f3
|
Refactored table filtering and searching so that they are now relative to the table being filtered/searched on. Also created two new widgets for error messages and popups to make life easier moving forward. Going to refactor table sorting into StatefulTable's as well so all tables can be searched, filtered, and sorted moving forwards.
|
2024-02-11 19:02:18 -07:00 |
|
|
|
b16a58deae
|
Updated Ratatui, created custom deserialization logic for i64s to make life easier, and used string interpolation where possible to reduce the lines needed to write log messages or create formatted text
|
2023-09-07 17:20:38 -06:00 |
|
|
|
519778c0ca
|
Partial implementation of Tasks and Logs and test refactor
|
2023-08-08 10:50:06 -06:00 |
|
|
|
c606fe8573
|
Added full support for managing root folders, and also for changing the root folder when adding a movie
|
2023-08-08 10:50:06 -06:00 |
|
|
|
bf5ecbd5a6
|
Implemented the ability to edit collections and fixed a refresh bug so screens will automatically refresh when users edit movies or collections
|
2023-08-08 10:50:06 -06:00 |
|
|
|
027cd0ff2d
|
Improved logging format
|
2023-08-08 10:50:05 -06:00 |
|
|
|
c15bda5885
|
Started writing more tests in the handlers
|
2023-08-08 10:50:05 -06:00 |
|
|
|
3af3eddf71
|
Added unit tests to the app module
|
2023-08-08 10:50:05 -06:00 |
|
|
|
6735849518
|
Fully functional manual searching capabilities and refresh capabilities for all movies, downloads, and collections
|
2023-08-08 10:50:05 -06:00 |
|
|
|
25730a3324
|
Partially working filtering logic
|
2023-08-08 10:50:04 -06:00 |
|
|
|
c16f234088
|
Implemented Library and Download tabs!
|
2023-08-08 10:50:04 -06:00 |
|
|
|
b24e0cdccd
|
Almost kinda functional description box
|
2023-08-08 10:50:04 -06:00 |
|
|
|
3ae7e15961
|
Added uptime metrics for radarr
|
2023-08-08 10:50:04 -06:00 |
|
|
|
0d4e283c21
|
Base working commit with a UI thread (Tokio), Network thread (Tokio), and an input events thread (std).
|
2023-08-08 10:50:03 -06:00 |
|