Releases: aviolaris/instaunfollowers
v2.1.0
What's Changed
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #107
- Update .dockerignore to exclude test files, README files, and LICENSE by @aviolaris in #109
- Fix FromAsCasing warning by aligning keywords casing by @aviolaris in #109
- Add main block to prevent fetch_url execution during unit tests by @aviolaris in #109
- Add unit tests with mocks for fetch_url function to simulate HTTP responses and errors by @aviolaris in #109
- Refactor unit tests for update_needed and introduce mocking for get_latest_version by @aviolaris in #109
- Add platform-aware server initialization and enhance directory handling by @aviolaris in #109
- Refactor tests with mocks and expand test coverage by @aviolaris in #109
- Bump instaunfollowers from v2.0.0 to v2.1.0 by @aviolaris in #109
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Update Dockerfile to mitigate vulnerabilities, reduce image size, and upgrade Python version by @aviolaris in #100
- Add .dockerignore file by @aviolaris in #101
- Update target branches for dependency updates by @aviolaris in #102
- Add invert filter to .btn-close for improved visibility in dark mode by @aviolaris in #105
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #103
- Bump docker/build-push-action from 5 to 6 by @dependabot in #104
- Bump instaunfollowers from v1.13.0 to v2.0.0 by @aviolaris in #106
Full Changelog: v1.13.0...v2.0.0
How to Update
docker stop InstaUnFollowers
docker rm InstaUnFollowers
docker pull aviolaris/instaunfollowers:latest
docker run -p 5000:5000 -d --name InstaUnFollowers aviolaris/instaunfollowers:latest
v1.13.0
What's Changed
- Migrate from Bootstrap 4 to Bootstrap 5 by @aviolaris in #99
Full Changelog: v1.12.0...v1.13.0
How to Update
docker stop InstaUnFollowers
docker rm InstaUnFollowers
docker pull aviolaris/instaunfollowers:latest
docker run -p 5000:5000 -d --name InstaUnFollowers aviolaris/instaunfollowers:latest
v1.12.0
What's Changed
- Add Codecov workflow by @aviolaris in #94
- Add Codecov badge to README files by @aviolaris in #95
- Refactor project structure by @aviolaris in #96
- Update requirements path by @aviolaris in #97
- Bump instaunfollowers from 1.11.18 to 1.12.0 by @aviolaris in #98
Full Changelog: v1.11.18...v1.12.0
v1.11.18
What's Changed
- Bump requests from 2.31.0 to 2.32.3 in /app by @dependabot in #92
- Bump instaunfollowers from 1.11.17 to 1.11.18 by @aviolaris in #93
Full Changelog: v1.11.17...v1.11.18
v1.11.17
Notes
With this release, InstaUnfollowers has transitioned to Flask Session version 0.7.0. This major update signifies a shift away from the conventional pickle serialization method to the more secure and efficient msgspec. Notably, though, msgspec does not support the arm64/v7 architecture, leading to the discontinuation of support for this architecture moving forward. If you rely on this architecture, it is recommended that you refrain from updating and submit an issue for potential refactoring consideration.
What's Changed
- Bump flask-session from 0.6.0 to 0.7.0 in /app by @dependabot in #75
- Bump flask-session from 0.7.0 to 0.8.0 in /app by @dependabot in #78
- Bump flask from 3.0.2 to 3.0.3 in /app by @dependabot in #81
- Bump flask-paginate from 2023.10.24 to 2024.4.12 in /app by @dependabot in #82
- Bump cachelib from 0.12.0 to 0.13.0 in /app by @dependabot in #83
- Bump gunicorn from 21.2.0 to 22.0.0 by @aviolaris in #85
- Drop support for ARMv7 architecture by @aviolaris in #86
- Update README files by @aviolaris in #87
- Add msgspec to requirements by @aviolaris in #88
- Update CI workflow by @aviolaris in #89
Full Changelog: v1.11.16...v1.11.17
v1.11.16
What's Changed
- Bump flask-session from 0.5.0 to 0.6.0 in /app by @dependabot in #71
- Bump flask from 3.0.0 to 3.0.2 in /app by @dependabot in #72
- Update README files by @aviolaris in #73
- Bump instaunfollowers from 1.11.15 to 1.11.16 by @aviolaris in #74
Full Changelog: v1.11.15...v1.11.16
v1.11.15
What's Changed
- Bump actions/setup-python from 4 to 5 by @aviolaris in #68
- Bump instaunfollowers from 1.11.14 to 1.11.15 by @aviolaris in #69
Full Changelog: v1.11.14...v1.11.15
v1.11.14
What's Changed
- Bump flask-paginate from 2023.10.8 to 2023.10.24 in /app by @dependabot in #61
- Bump instaunfollowers from 1.11.13 to 1.11.14 by @aviolaris in #63
- Fix issue #62: Handle cases where a large number of followers are split into multiple chunks by @aviolaris in #64
Full Changelog: v1.11.13...v1.11.14
v1.11.13
What's Changed
- Bump flask from 2.3.3 to 3.0.0 in /app by @dependabot in #58
- Bump flask-paginate from 2022.1.8 to 2023.10.8 in /app by @dependabot in #59
- Bump instaunfollowers from 1.11.12 to 1.11.13 by @aviolaris in #60
Full Changelog: v1.11.12...v1.11.13