Commit Graph

247 Commits

Author SHA1 Message Date
650c9783a6 Applied bug fix to the downloads tab as well as the context [skip ci] 2024-11-04 14:21:34 -07:00
b253a389eb Updated the README to not include the GitHub downloads badge since all binary releases are on crates.io [skip ci] 2024-11-04 10:12:45 -07:00
5023fbd3d1 Set all releases as manually triggered instead of automatic [skip ci] 2024-11-04 10:10:36 -07:00
fdb08fbd34 Added additional workflows for releasing minor and major releases, in addition to just patches so I can manually trigger them and update the Changelog dynamically. [skip ci] 2024-11-03 16:37:52 -07:00
b125d3341a Updated dockerfile to no longer use the --disable-terminal-size-checks flag [skip ci] 2024-11-03 16:20:32 -07:00
Alex Clarke
f73e3a4817 Merge pull request #11 from Dark-Alex-17/rc/v0.2.0-address-community-comments
Rc/v0.2.0 address community comments
v0.2.0
2024-11-03 16:12:29 -07:00
1ff31b1bd9 Updated codecov config to also ignore the ui directory entirely, since it's not very conducive to tests as it is 2024-11-03 16:05:17 -07:00
ce4cbd8652 Updated codecov config to ignore test files 2024-11-03 16:01:49 -07:00
346d95f8ec Added Codecov config 2024-11-03 15:57:18 -07:00
85ea05e3c8 Incremented minor release since removing the --disable-terminal-size-checks flag is a breaking change, but the application is not yet ready for a 1.0 release. 2024-11-03 15:42:59 -07:00
93d78701ce fix:fixed divide by zero panic when download size is unknown 2024-11-03 15:36:26 -07:00
8d7cb63c7a Remove the terminal size checks since they've caused so many issues since their introduction 2024-11-03 15:33:08 -07:00
c8c7d00517 Added environment variables section to the README for added visibility into the feature 2024-11-03 15:06:24 -07:00
Alex Clarke
9402ad3f3b Merge pull request #9 from tangowithfoxtrot/add-env-var-config-options
Add environment variables for --config and terminal size check args
2024-11-03 14:43:50 -07:00
tangowithfoxtrot
ea9a9070ce Merge branch 'rc/v0.1.6-address-community-comments' into add-env-var-config-options 2024-11-03 13:40:53 -08:00
a0fe51c57b Added help that's always visible for modals with new shortcuts for accepting all modals, or closing all modals without the need of seeing the UI 2024-11-03 14:25:33 -07:00
tangowithfoxtrot
9326428141 feat: allow configuration via env vars 2024-11-03 11:20:15 -08:00
Alex Clarke
c1da8592b4 Merge pull request #7 from Dark-Alex-17/release-plz-2024-11-03T00-33-10Z
chore: release v0.1.5
2024-11-02 18:37:24 -06:00
github-actions[bot]
aa43219c29 chore: release v0.1.5 v0.1.5 2024-11-03 00:33:11 +00:00
f6f477b124 Added HTTPS support for all Servarrs 2024-11-02 18:32:44 -06:00
Alex Clarke
76f22e7434 Merge pull request #5 from Dark-Alex-17/release-plz-2024-11-01T19-06-52Z
chore: release v0.1.4
2024-11-01 13:13:03 -06:00
github-actions[bot]
28aad8cd14 chore: release v0.1.4 v0.1.4 2024-11-01 19:06:53 +00:00
97c8f8fc49 Added the ability to fetch host configs and security configs to the CLI 2024-11-01 13:02:39 -06:00
9da4ebfe11 Updated README to be more clear about what features are supported [skip ci] 2024-10-31 15:53:08 -06:00
9961fe2f82 Hotfix for demo; added the --config flag to specify different config files, and added --disable-terminal-size-checks for running the demo and for users who really know what they're doing v0.1.3 2024-10-31 15:04:36 -06:00
61ce0468c6 Added --config and --disable-terminal-size-checks flags to make the demo work properly [skip ci] 2024-10-31 14:53:49 -06:00
Alex Clarke
29071b11da Create FUNDING.yml
[skip ci] Added funding information to the repo
2024-10-30 17:05:25 -06:00
Alex Clarke
f2129ba321 Merge pull request #4 from Dark-Alex-17/release-plz-2024-10-30T22-44-04Z
chore: release v0.1.2
2024-10-30 16:51:51 -06:00
github-actions[bot]
945dc744bc chore: release v0.1.2 v0.1.2 2024-10-30 22:44:04 +00:00
9ee41b7af5 Updated README to a more polished format for the alpha release 2024-10-30 16:43:38 -06:00
Alex Clarke
a1d6df6b85 Merge pull request #3 from Dark-Alex-17/release-plz-2024-10-30T21-26-49Z
chore: release v0.1.1
2024-10-30 16:11:30 -06:00
github-actions[bot]
154f9c624a chore: release v0.1.1 v0.1.1 2024-10-30 22:02:50 +00:00
f310db6722 Final dependency update 2024-10-30 16:02:09 -06:00
1433ca24cc Updated serde version to get minimal_versions job to pass 2024-10-30 15:55:28 -06:00
fa8aefe049 Updated strum_macros dependency 2024-10-30 15:52:31 -06:00
88f16f63c2 Updated all dependencies for alpha release 2024-10-30 15:48:29 -06:00
946d02102c Fixed rustfmt issues v0.1.0 2024-10-30 15:43:53 -06:00
ce45d9d803 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-10-30 15:25:52 -06:00
379d6e0095 Pre-alpha CI/CD release support 2024-10-30 15:24:03 -06:00
Alex Clarke
f2425d5645 Update issue templates 2024-10-30 14:40:12 -06:00
Alex Clarke
9055f84b66 Update issue templates 2024-10-30 14:39:12 -06:00
b4777d7398 Updated the README to be a bit more fun 2024-10-29 18:50:47 -06:00
1f8d72c939 Added the full Radarr CLI so users can programmatically access all the same management features as in the TUI 2024-10-29 18:47:40 -06:00
217d3242a8 Upgraded ratatui to 0.28.0 2024-09-09 17:12:43 -06:00
64d6beda80 Addressed security vulnerability in openssl 2024-07-23 14:55:01 -06:00
d84e7dfcab Refactored to require handlers to specify the components they rely on and to specify when they are ready. This fixes a lot of bugs with the UI when users try to press buttons while the application is still loading. 2024-07-17 19:55:10 -06:00
9104b7c356 Fixed bug requiring an indexer to be provided when querying for active downloads from Radarr 2024-07-03 14:17:13 -06:00
39e43350af Upgraded H2 dependency to fix vulnerability and also upgraded a smattering of other dependencies to their most recent versions 2024-04-07 12:50:49 -06:00
9351fb1f62 Updated the demo to be a true one liner with dedicated demo images 2024-03-18 15:28:47 -06:00
e1c342e36a Updated README with cleanup steps for the demo 2024-03-16 18:22:30 -06:00