You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Release v0.0.8 with new features and improvements
- Updated GitHub Actions workflow to extract version from pyproject.toml and create .deb package.
- Added .deb package for Debian-based Linux systems, enhancing installation experience.
- Introduced new CLI command `awv` for pip users, allowing easier access.
- Improved auto-scroll functionality to simulate human-like behavior.
- Updated README and CHANGELOG to reflect new features and usage instructions.
- Removed setup.py in favor of pyproject.toml for package management.
- Added new index.html and index.css for project documentation.
- Implemented JavaScript for download button countdown and OS detection.
- Updated .gitignore to include new build artifacts and directories.
- Added MANIFEST.in to include README and LICENSE in the package.
sed -i "s|https://github.com/nayandas69/auto-website-visitor/releases/download/.*/Auto.Website.Visitor.exe.exe|https://github.com/nayandas69/auto-website-visitor/releases/download/${VERSION}/Auto.Website.Visitor.exe.exe|g" docs/index.html
37
-
sed -i "s|https://github.com/nayandas69/auto-website-visitor/releases/download/.*/awv-linux.tar.gz|https://github.com/nayandas69/auto-website-visitor/releases/download/${VERSION}/awv-linux.tar.gz|g" docs/index.html
36
+
sed -i "s|https://github.com/nayandas69/auto-website-visitor/releases/download/.*/awv.exe|https://github.com/nayandas69/auto-website-visitor/releases/download/${VERSION}/awv.exe|g" index.html
37
+
sed -i "s|https://github.com/nayandas69/auto-website-visitor/releases/download/.*/awv-linux.tar.gz|https://github.com/nayandas69/auto-website-visitor/releases/download/${VERSION}/awv-linux.tar.gz|g" index.html
38
+
sed -i "s|https://github.com/nayandas69/auto-website-visitor/releases/download/.*/auto-website-visitor_.*_amd64.deb|https://github.com/nayandas69/auto-website-visitor/releases/download/${VERSION}/auto-website-visitor_${VERSION}_amd64.deb|g" index.html
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,30 @@
4
4
5
5
---
6
6
7
+
## **[0.0.8]** – *2025-05-12*
8
+
9
+
### New Features & Improvements
10
+
11
+
-**`.deb` Package Released**
12
+
A `.deb` package is now available for Debian-based Linux systems (Ubuntu, Kali, etc.), providing a smoother and more integrated installation experience.
13
+
🔗 [Download the latest release](https://github.com/nayandas69/auto-website-visitor/releases/latest)
0 commit comments