Commit Graph

  • 17737a06a4 ci: Add the tar.gz files to the artifacts [skip ci] Alex Clarke 2024-12-14 00:41:26 -07:00
  • 464779cc17 chore: Bump the version in Cargo.lock github-actions[bot] 2024-12-14 07:35:49 +00:00
  • f25c0889a3 bump: version 0.3.7 → 0.4.0 [skip ci] github-actions[bot] 2024-12-14 07:35:46 +00:00
  • 90170cb3d5 ci: Fixed a typo in the github-release job [skip ci] v0.4.0 Alex Clarke 2024-12-14 00:14:52 -07:00
  • 4dcb141f3a ci: Fixed a typo in the docker release [skip ci] Alex Clarke 2024-12-13 23:41:01 -07:00
  • 133721917f ci: Attempting a different artifact job version to see if it corrects the error [skip ci] Alex Clarke 2024-12-13 23:19:07 -07:00
  • 766e23d265 ci: Use the same version of upload/download-artifact action [skip ci] Alex Clarke 2024-12-13 23:06:36 -07:00
  • 77d8e84e14 ci: Correct the artifact paths for the release [skip ci] Alex Clarke 2024-12-13 22:42:42 -07:00
  • 00c1cca412 ci: Fix the artifacts directory creation for Windows binaries [skip ci] Alex Clarke 2024-12-13 22:24:03 -07:00
  • 4968833d05 ci: Attempting a different way of creating the artifacts directory [skip ci] Alex Clarke 2024-12-13 22:05:22 -07:00
  • d172fa17f6 ci: Attempting to fix the artifacts directory [skip ci] Alex Clarke 2024-12-13 21:58:30 -07:00
  • 3c99b38db7 ci: Support for arm64 docker builds Alex Clarke 2024-12-13 21:40:53 -07:00
  • 1128937cac Merge pull request #21 from Dark-Alex-17/sonarr-tui-support Alex Clarke 2024-12-13 21:09:53 -07:00
  • 6fc1228173 docs: Updated the README to include OS-specific steps for running Managarr on different platforms Alex Clarke 2024-12-13 21:04:10 -07:00
  • b48a2efb7d fix(blocklist_handler): Fixed a breaking change between Sonarr v3 and v4 Alex Clarke 2024-12-13 20:48:10 -07:00
  • 412cb2408e fix(style): Addressed linter complaints on formatting Alex Clarke 2024-12-13 19:48:22 -07:00
  • 682bc91855 fix: Implemented a handful of fixes that are breaking changes between Sonarr v3 and v4 Alex Clarke 2024-12-13 19:44:10 -07:00
  • f03120e5a1 ci: Updated CI to cross compile for a handful of additional architectures to increase availability Alex Clarke 2024-12-13 17:58:59 -07:00
  • 8dd63b30e8 feat(docs): Updated the README with new screeshots for the Sonarr release Alex Clarke 2024-12-13 16:28:42 -07:00
  • 54006c378f feat(handler): Support for toggling the monitoring status of a specified episode in the Sonarr UI Alex Clarke 2024-12-13 16:18:02 -07:00
  • 9269b66aa8 feat(handlers): Support for toggling the monitoring status of a season in the Sonarr UI Alex Clarke 2024-12-13 16:10:06 -07:00
  • cfac433861 feat(keybindings): Added a new keybinding for toggling the monitoring of a highlighted table item Alex Clarke 2024-12-13 14:53:39 -07:00
  • a28f8c3dd2 feat(cli): Support for toggling monitoring on a specific episode in Sonarr Alex Clarke 2024-12-13 14:49:00 -07:00
  • 4001dee1bd refactor(network): Changed the toggle episode monitoring handler to simply return empty since the response is always empty from Sonarr Alex Clarke 2024-12-13 14:45:06 -07:00
  • d1ffd0d77f feat(network): Support for toggling the monitoring status of an episode in Sonarr Alex Clarke 2024-12-13 14:40:11 -07:00
  • 91ad50350d feat(cli): Support for toggling monitoring for a specific season in Sonarr Alex Clarke 2024-12-13 14:09:11 -07:00
  • a88d43807e feat(network): Support for toggling monitoring/unmonitoring a season Alex Clarke 2024-12-13 13:59:02 -07:00
  • 98619664cf refactor(ui): Tweaked some of the color schemes in the series table Alex Clarke 2024-12-13 13:10:57 -07:00
  • 39f8ad2106 refactor: Fixed a couple of typos in some test function names Alex Clarke 2024-12-13 11:51:23 -07:00
  • 82ce38d7b5 feat(handlers): Support for the episode details popup Alex Clarke 2024-12-12 18:52:27 -07:00
  • 12eb453fc7 feat(ui): Support for the episode details UI Alex Clarke 2024-12-12 16:25:02 -07:00
  • a84324d3bc feat(handler): Full handler support for the Season details UI in Sonarr Alex Clarke 2024-12-11 23:18:37 -07:00
  • ed2211586e refactor(handlers): Refactored the handlers to all use the handle_table_events macro when appropriate and created tests for the macro so tests don't have to be duplicated across each handler Alex Clarke 2024-12-11 17:03:52 -07:00
  • c09950d0af refactor(ui): Simplified the popup delegation so all future UI is easier to implement Alex Clarke 2024-12-11 15:08:52 -07:00
  • e9a30382a3 feat(ui): Sonarr support for viewing season details Alex Clarke 2024-12-10 18:23:09 -07:00
  • 7bf3311102 feat(cli): Sonarr support for fetching a list of all episode files for a given series ID Alex Clarke 2024-12-10 16:32:35 -07:00
  • cbad40245f feat(app): Dispatch support for Season Details to fetch both the current downloads as well as the episode files to match qualities to them Alex Clarke 2024-12-10 16:23:30 -07:00
  • 75c4fcbb9e feat(network): Support for fetching all episode files for a given series Alex Clarke 2024-12-10 16:22:02 -07:00
  • f3b7f155b7 feat(app): Model and modal support for the season and episode details popups sonarr-tui-support Alex Clarke 2024-12-09 15:15:09 -07:00
  • 6427a80bd1 feat(cli): Sonarr support for fetching season history events Alex Clarke 2024-12-09 14:30:07 -07:00
  • 5b65e87225 feat(network): Sonarr support for fetching season history Alex Clarke 2024-12-09 14:15:47 -07:00
  • 1b8b19fde5 refactor(indexers_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 14:42:18 -07:00
  • 03d7aed258 refactor(root_folders_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 14:38:26 -07:00
  • 23d149093f refactor(blocklist_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 14:34:47 -07:00
  • 27f12716d9 refactor(downloads_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 14:28:12 -07:00
  • 048877bbb6 refactor(collection_details_handler): use the new handle_table_events macro Alex Clarke 2024-12-08 14:22:59 -07:00
  • 87a652d911 refactor(collections_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 14:14:24 -07:00
  • d6863dc1fd refactor(movie_details_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 14:04:34 -07:00
  • f1d934b0a6 refactor(library_handler): Radarr use the new handle_table_events macro Alex Clarke 2024-12-08 13:43:01 -07:00
  • 5850f7a621 refactor(indexers_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 13:26:59 -07:00
  • dd23e84ccf refactor(indexers_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 13:24:18 -07:00
  • b060518778 refactor(root_folder_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 13:15:59 -07:00
  • de95f13feb fix(handler_tests): Fixed all delegation tests to have initial conditions set properly Alex Clarke 2024-12-08 13:10:17 -07:00
  • 0205f13e53 refactor(history_handler): Use the new handle_table_event macro Alex Clarke 2024-12-08 13:08:43 -07:00
  • b4de97dfe2 refactor(blocklist_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 12:39:07 -07:00
  • 35bc6cf31c refactor(downloads_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 12:35:12 -07:00
  • c58e8b1a00 refactor(series_details_handler): Use the new handle_table_events macro Alex Clarke 2024-12-08 12:29:59 -07:00
  • accdf99503 fix(ui): Fixed a bug that requires a minimum height for all popups so all error messages and other simple popups appear Alex Clarke 2024-12-07 19:36:43 -07:00
  • 47b609369b refactor(handler): Created a macro to handle all table key events to reduce code duplication and make future implementations faster; Only refactored the Sonarr library to use it thus far Alex Clarke 2024-12-07 19:20:13 -07:00
  • 23b1ca4371 feat(ui): Sonarr support for the series details popup Alex Clarke 2024-12-06 20:30:26 -07:00
  • 73d666d1f5 feat(ui): Sonarr support for editing a series from within the series details popup Alex Clarke 2024-12-05 19:11:54 -07:00
  • b27c13cf74 fix(handler): Fixed a bug in the history handler that wouldn't reset the filter or search if a user hit 'esc' on the History tab Alex Clarke 2024-12-05 19:08:11 -07:00
  • bd1a4f0939 feat(ui): Sonarr Series details UI is now available Alex Clarke 2024-12-05 19:07:45 -07:00
  • 5abed23cf2 refactor(ui): all table search and filter functionality is now available directly through the ManagarrTable widget to make life easier moving forward Alex Clarke 2024-12-05 19:07:03 -07:00
  • 9d0948e124 refactor(keys): Created a auto search key instead of reusing the existing search key to make things easier Alex Clarke 2024-12-05 12:29:09 -07:00
  • 678bc77a23 fix(ui): Fix the System Details Tasks popup to be navigable in both Sonarr and Radarr Alex Clarke 2024-12-05 11:45:46 -07:00
  • 00cdeee5c6 feat(ui): Full Sonarr system tab support Alex Clarke 2024-12-04 17:41:30 -07:00
  • 2d251554ad feat(handler): System handler support for Sonarr Alex Clarke 2024-12-04 17:04:36 -07:00
  • 1b5d70ae2d perf: Improved performance by optimizing API calls to only refresh when the tick prompts a refresh. All UI is now significantly faster Alex Clarke 2024-12-04 16:46:06 -07:00
  • 2d2901f6dc feat(ui): Full Sonarr support for the indexer tab Alex Clarke 2024-12-04 16:39:37 -07:00
  • a0b27ec105 feat(ui): Support for modifying the indexer priority in Radarr Alex Clarke 2024-12-03 18:12:23 -07:00
  • 093ef136e7 feat(handler): Full indexer tab handler support Alex Clarke 2024-12-03 17:46:37 -07:00
  • 8660de530d feat(ui): Root folder tab support Alex Clarke 2024-12-03 16:24:23 -07:00
  • bda6f253e0 feat(handlers): Support for root folder actions Alex Clarke 2024-12-03 16:18:39 -07:00
  • 4eb974567f feat(ui): History tab support Alex Clarke 2024-12-02 18:47:50 -07:00
  • 4f5bad5874 feat(handler): History tab support Alex Clarke 2024-12-02 18:03:59 -07:00
  • 1c6e798632 feat(ui): Blocklist UI support Alex Clarke 2024-12-02 16:54:27 -07:00
  • 3186fb42e7 feat(handler): Wired in the blocklist handler to the main handlers Alex Clarke 2024-12-02 16:39:40 -07:00
  • 4b7185fbb0 feat(handler): Blocklist handler support Alex Clarke 2024-12-02 16:37:46 -07:00
  • f0d8555a8a feat(ui): Downloads tab support Alex Clarke 2024-12-02 15:57:48 -07:00
  • f338dfcb12 feat(handler): Download tab support Alex Clarke 2024-12-02 15:40:11 -07:00
  • 188d781b0d feat(ui): Edit series support Alex Clarke 2024-12-02 15:31:12 -07:00
  • adb1f07fd0 feat(handler): Edit series support Alex Clarke 2024-12-02 14:58:51 -07:00
  • 82e51be096 feat(ui): Add series support Sonarr Alex Clarke 2024-12-02 13:53:28 -07:00
  • d7f6d12f59 feat(handler): Add series support for Sonarr Alex Clarke 2024-12-02 12:43:17 -07:00
  • 0db57fbff1 feat(ui): Delete a series Alex Clarke 2024-12-02 11:45:13 -07:00
  • b1bdc19afb feat(handler): Support for deleting a series in Sonarr Alex Clarke 2024-12-02 11:30:34 -07:00
  • b75a95a708 feat(ui): Support for the Series table Alex Clarke 2024-12-01 14:08:06 -07:00
  • c3fb5dcd5f feat(handlers): Sonarr key support for the Series table Alex Clarke 2024-12-01 13:48:48 -07:00
  • 21911f93d1 feat(models): Added the necessary contextual help and tabs for the Sonarr UI Alex Clarke 2024-12-01 12:05:20 -07:00
  • f7c96d81e9 refactor(BlockSelectionState): Refactored so selection of blocks in 2x2 grids is more intuitive and added left() and right() methods to aid this effort. Alex Clarke 2024-11-30 12:22:46 -07:00
  • 9b2040059d fix(ui): Fixed a potential rare bug in the UI where the application would panic if the height of the downloads window is 0. Alex Clarke 2024-11-29 16:31:51 -07:00
  • 08f190fc6e feat(ui): Initial UI support for switching to Sonarr tabs Alex Clarke 2024-11-29 15:58:19 -07:00
  • 4d1b0fe301 docs(context): Updated the Servarr context clues to say how to switch Servarr tabs via TAB and SHIFT+TAB Alex Clarke 2024-11-27 17:14:40 -07:00
  • f139db07d9 feat(app): Dispatch support for all relevant Sonarr blocks Alex Clarke 2024-11-27 17:06:20 -07:00
  • 73a4129000 Update environment variables table so it appears better in Crates.io [skip ci] Alex Clarke 2024-11-25 20:25:04 -07:00
  • 1ddf797e28 ci: Updated the release so all GitHub release names are correctly simply the version: v0.1.2 [skip ci] Alex Clarke 2024-11-25 20:11:15 -07:00
  • 18280f0478 chore: Bump the version in Cargo.lock github-actions[bot] 2024-11-26 03:04:19 +00:00
  • 4348705a0a bump: version 0.3.6 → 0.3.7 [skip ci] github-actions[bot] 2024-11-26 03:04:17 +00:00
  • 5a1b92547d fix(ci): Forgot to also pull in the most recent changes [skip ci] v0.3.7 Alex Clarke 2024-11-25 20:02:37 -07:00