diff --git a/.gitignore b/.gitignore index 26a73b6..a7e3fe3 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ unshackle/certs/ unshackle/WVDs/ unshackle/PRDs/ temp/ +logs/ services/ # Byte-compiled / optimized / DLL files diff --git a/README.md b/README.md index a9b78c4..a5bd916 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@

+> [!WARNING] +> **Development Branch**: This is the `dev` branch containing bleeding-edge features and experimental changes. Use for testing only. For stable releases, use the [`main`](https://github.com/unshackle-dl/unshackle/tree/main) branch. + ## What is unshackle? unshackle is a fork of [Devine](https://github.com/devine-dl/devine/), a powerful archival tool for downloading movies, TV shows, and music from streaming services. Built with a focus on modularity and extensibility, it provides a robust framework for content acquisition with support for DRM-protected content. diff --git a/uv.lock b/uv.lock index b9b0fd2..bd17d09 100644 --- a/uv.lock +++ b/uv.lock @@ -1560,7 +1560,7 @@ wheels = [ [[package]] name = "unshackle" -version = "1.4.9" +version = "2.0.0" source = { editable = "." } dependencies = [ { name = "aiohttp-swagger3" },