|
|
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 |
|
|
|
b1a0bdfbb6
|
Merge branch 'develop'
|
2025-03-07 12:02:47 -07:00 |
|
|
|
6d38bc5e1d
|
Merge branch 'main'
|
2025-03-07 12:02:19 -07:00 |
|
|
|
5ba1ba15c9
|
ci: Update to the most recent Rust version
|
2025-03-07 11:55:32 -07:00 |
|
|
|
db05d2abfb
|
Merge branch 'develop' into custom-themes
|
2025-03-07 10:37:48 -07:00 |
|
|
|
1840c4e39a
|
Merge branch 'main' into develop
# Conflicts:
# proc_macros/enum_display_style_derive/src/lib.rs
|
2025-03-07 10:37:23 -07:00 |
|
|
|
c5a3f424d6
|
refactor: Reformatted code to make the format checks pass
|
2025-03-07 10:36:40 -07:00 |
|
|
|
04aa6b81b5
|
Merge branch 'develop' into custom-themes
|
2025-03-07 10:35:07 -07:00 |
|
|
|
5ff3b9b996
|
Merge branch 'main' into develop
|
2025-03-07 10:34:16 -07:00 |
|
|
|
228e4a61a4
|
fix: Updated ring dependency to mitigate CWE-770
|
2025-03-07 10:33:57 -07: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 |
|
|
|
bdad723aef
|
refactor: Formatted files using rustfmt
|
2025-03-06 15:32:59 -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 |
|
|
|
5cb60c317d
|
feat: Initial support for custom user-defined themes
|
2025-03-04 18:09:09 -07:00 |
|
|
|
847de75713
|
fix: Modified the Sonarr DownloadRecord so that the episode_id is optional to prevent crashes for weird downloads
|
2025-03-01 14:50:20 -07:00 |
|
|
|
58723cf3e8
|
ci: Ensure the docker release is fully up-to-date
|
2025-02-28 21:45:05 -07:00 |
|
|
|
c613168bfb
|
docs: Updated the CHANGELOG accordingly
|
2025-02-28 21:26:13 -07:00 |
|
github-actions[bot]
|
6f83de77f2
|
chore: Bump the version in Cargo.lock
v0.5.1
|
2025-03-01 03:30:05 +00:00 |
|
github-actions[bot]
|
3f6ef3beb4
|
bump: version 0.5.0 → 0.5.1 [skip ci]
|
2025-03-01 03:30:04 +00:00 |
|
|
|
14e50c1465
|
Merge remote-tracking branch 'refs/remotes/origin/main'
|
2025-02-28 20:29:29 -07:00 |
|
|
|
0aa9fdca14
|
ci: Overwrite previous artifact uploads for proper releases
|
2025-02-28 20:29:15 -07:00 |
|
github-actions[bot]
|
dc50820abc
|
chore: Bump the version in Cargo.lock
v0.5.0
|
2025-03-01 03:08:01 +00:00 |
|
github-actions[bot]
|
81afce78ad
|
bump: version 0.4.2 → 0.5.0 [skip ci]
|
2025-03-01 03:07:57 +00:00 |
|
|
|
8a0b912601
|
ci: Updated the release flow to use the newer upload/download artifact actions
|
2025-02-28 20:06:41 -07:00 |
|
|
|
85105a953e
|
docs: Pre-Release update of versions and added link to the Matrix Space.
|
2025-02-28 16:45:16 -07:00 |
|
|
|
40f3452d08
|
ci: Removed the minimal-versions check
|
2025-02-27 20:51:50 -07:00 |
|
|
|
a287a5c903
|
docs: Updated the README to also include details on the new CLI flags
|
2025-02-27 20:51:00 -07:00 |
|
|
|
f30e5270d8
|
refactor: Updated dependencies
|
2025-02-27 20:45:32 -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 |
|
|
|
f87e02cd7c
|
test: Added in unit tests for TUI support for multiple custom named Servarrs
|
2025-02-27 19:30:17 -07:00 |
|
|
|
9b63b10118
|
feat: Support for multiple servarr definitions - no tests [skip ci]
|
2025-02-27 18:00:28 -07:00 |
|
|
|
111485e7c4
|
feat: Support for loading Servarr API tokens from a file
|
2025-02-27 16:53:29 -07:00 |
|
Alex Clarke
|
0167753cfe
|
Merge pull request #30 from tangowithfoxtrot/var-interpolation
feat: environment variable interpolation in the managarr config file
|
2025-02-19 17:52:23 -07:00 |
|
Alex Clarke
|
73131cc518
|
Merge branch 'main' into var-interpolation
|
2025-02-19 17:40:16 -07:00 |
|
|
|
25576757bb
|
ci: Updated codecov config to consider patches as well to hopefully fix PR issues [skip ci]
|
2025-02-19 17:40:03 -07:00 |
|
|
|
105c8f3a82
|
test: Hopefully the final environment variable name fix to correct all race conditions with parallel tests
|
2025-02-19 17:27:56 -07:00 |
|
|
|
5164d81492
|
test: Fix a potential race condition happening with parallel tests
|
2025-02-19 15:59:31 -07:00 |
|
|
|
319e5f1ac2
|
test: Added remaining unit tests for the deserialize_optional_env_var deserialization functions
|
2025-02-19 15:44:55 -07:00 |
|
Alex Clarke
|
b24c2fbeb1
|
Merge branch 'main' into var-interpolation
|
2025-02-19 15:14:41 -07:00 |
|
|
|
bc5053c39c
|
fix: Updated openssl to 0.10.70 to mitigate CVE-2025-24898
|
2025-02-03 16:06:47 -07:00 |
|
tangowithfoxtrot
|
f06a031c93
|
Merge branch 'main' into var-interpolation
|
2025-01-26 14:40:14 -08:00 |
|