|
|
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 |
|
|
|
28f7bc6a4c
|
ci: Updated the release workflow to use commitizen to bump the version, generate the changelog, and push those changes to the repo [skip ci]
|
2024-11-06 17:21:41 -07:00 |
|
|
|
5b42129f55
|
fix: Yet another typo in the release workflow [skip ci]
v0.2.2
|
2024-11-06 17:15:17 -07:00 |
|
|
|
4f06b2b947
|
fix: Fixed typo in release name [skip ci]
|
2024-11-06 17:14:33 -07:00 |
|
|
|
0f98050a12
|
fix: Removed the release-patch workflow [skip ci]
|
2024-11-06 17:14:01 -07:00 |
|
|
|
14839642dc
|
fix: Fixed a typo in the new release workflow name [skip ci]
|
2024-11-06 17:13:17 -07:00 |
|
|
|
eccc1a2df1
|
fix: Release-plz to perform the release and to use Commitizen for bumping and generating the CHANGELOG [skip ci]
|
2024-11-06 17:12:39 -07:00 |
|
|
|
9df929a8e3
|
fix: Updated the Commitizen config to also always commit the Cargo.lock when doing the version bump
|
2024-11-06 17:07:43 -07:00 |
|
|
|
1e008f9778
|
bump: version 0.2.1 → 0.2.2
|
2024-11-06 17:03:46 -07:00 |
|
Alex Clarke
|
fa811da5c2
|
Merge pull request #16 from Dark-Alex-17/commitizen-config
Added Commitizen to enforce commit styles
|
2024-11-06 16:53:40 -07:00 |
|
|
|
48ad17c6f1
|
style: Updated the contributing doc to also explain how to install commitizen
|
2024-11-06 16:48:27 -07:00 |
|
|
|
3cd15f34cd
|
style: Test install for commitizen
|
2024-11-06 16:39:26 -07:00 |
|
|
|
53ca14e64d
|
fix(handler): Fixed a bug in the movie details handler that would allow key events to be processed before the data was finished loading
|
2024-11-06 16:17:23 -07:00 |
|
|
|
0d8803d35d
|
fix(ui): Fixed a bug that would freeze all user input while background network requests were running
|
2024-11-06 15:50:47 -07:00 |
|
|
|
8c90221a81
|
perf(network): Improved performance and reactiveness of the UI by speeding up network requests and clearing the channel whenever a request is cancelled/the UI is routing
|
2024-11-06 14:52:48 -07:00 |
|
|
|
a708f71d57
|
fix(radarr_ui): Fixed a race condition bug in the movie details UI that would panic if the user changes tabs too quickly
|
2024-11-06 11:29:49 -07:00 |
|
|
|
2a13f74a2b
|
Updated the release workflows to use the correct flags and commands
|
2024-11-05 18:33:17 -07:00 |
|
|
|
2a97c49a8e
|
Updated workflows to allow manual releases [skip ci]
v0.2.1
|
2024-11-05 18:29:45 -07:00 |
|
|
|
8c155ce656
|
Updated release actions to only be executable by the repository owner [skip ci]
|
2024-11-05 18:25:26 -07:00 |
|
Alex Clarke
|
5245ba6d98
|
Merge pull request #14 from Dark-Alex-17/release-plz-2024-11-06T01-20-32Z
chore: release v0.2.1
|
2024-11-05 18:24:50 -07:00 |
|
github-actions[bot]
|
f9789ecc9b
|
chore: release v0.2.1
|
2024-11-06 01:20:33 +00:00 |
|
|
|
9936ce1ab5
|
Removed the need for use_ssl to indicate SSL usage; instead just use the ssl_cert_path
Added the ability to specify either host/port, or uri for configuring Radarr
|
2024-11-05 18:16:01 -07:00 |
|
|
|
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 |
|