Releases: viveknaskar/viveknaskar
Releases · viveknaskar/viveknaskar
v2.0.0
Release Notes — April 2026
README Redesign
Connect With Me
- Replaced bullet-point text links with visual badges for all social profiles
- Added badges for: X, Medium, LinkedIn, Instagram, YouTube, Beehiiv Newsletter, Threads, and Peerlist
- Removed Blog badge (temporary)
Support Section
- Reduced Buy Me a Coffee and GitHub Sponsor button sizes for a cleaner look
Removed
- X Followers badge (X API requires paid plan; scraping was unreliable)
- YouTube Views badge
- YouTube Subscribers badge
- Medium Followers badge
- Beehiiv Subscribers badge
Scripts & Automation
Beehiiv (update_social_stats.py)
- Replaced Playwright scraping with official Beehiiv REST API
- Publication ID and API key moved to GitHub Secrets (BEEHIIV_PUBLICATION_ID, BEEHIIV_API_KEY)
X (Twitter)
- Removed X follower tracking entirely from script and workflow
GitHub Actions (update-social-stats.yml)
- Removed Playwright/Chromium dependency — workflow is now lighter and faster
v1.0.0
Release Notes
v1.0.0 — 2026-04-08
This release captures a clean snapshot of the GitHub profile README, including all recent manual enhancements and automation improvements made in Q1 2026.
What's New
Social Stats Automation
- Added a new GitHub Actions workflow (
update-social-stats.yml) that runs daily at midnight UTC to fetch and update live follower counts from X (Twitter), Medium, and Beehiiv directly in the README. - Added
scripts/update_social_stats.py— a Python script usingrequestsandplaywright(Chromium) to scrape and update social stats programmatically.
Newsletter Integration
- Added SavvyMonk newsletter section to the README, displaying the latest issues via Beehiiv RSS feed.
- Updated the
blog-post-workflow.ymlto pull from the correct Beehiiv feed URL (rss.beehiiv.com/feeds/nx1n9qTLoA.xml) with the updated newsletter name.
Funding / Sponsorship
- Added
.github/FUNDING.ymlto enable GitHub Sponsors and other funding links on the profile.
README Updates
- Minor content and formatting tweaks to the profile README across several updates in March 2026.
Automated Activity
The following workflows run daily without manual intervention:
| Workflow | Schedule | Purpose |
|---|---|---|
blog-post-workflow.yml |
Daily at 00:00 UTC | Syncs latest Medium posts and SavvyMonk newsletter issues |
update-social-stats.yml |
Daily at 00:00 UTC | Refreshes X, Medium, and Beehiiv follower counts |
Commit Summary (Manual Changes — Q1 2026)
| Date | Change |
|---|---|
| 2026-03-25 | Minor README content update |
| 2026-03-23 | Added FUNDING.yml; README tweaks |
| 2026-03-19 | Added social stats workflow and Python script |
| 2026-03-14 | Fixed newsletter name in blog-post workflow |
| 2026-03-14 | Added newsletter section to README |
| 2026-03-07 | Added newsletter link and updated README |