Releases: fastfingertips/youtube-interaction-manager
Releases · fastfingertips/youtube-interaction-manager
v1.3.26
Full Changelog: v1.3.25...v1.3.26
v1.3.25
Release v1.3.25
Improved stability for playlists and collaborative videos.
What's New
- Smart Sync: Replaced fixed delays with a dynamic ID check to ensure actions happen on the correct video during playlist transitions (Fixes #2).
- Collaborative Support: Added detection for videos with multiple owners/collaborators (Fixes #1).
- Precise Detection: Fixed a bug where playlist names were sometimes mistaken for channel names.
- Improved Loading: Better handling of direct page loads and refreshes.
v1.3.2 - YouTube Interaction Manager (Rebranding Update)
REBRANDING ANNOUNCEMENT: The project "YouTube Auto Like" is now YouTube Interaction Manager. This name better reflects the tool's capability to manage whitelists, blacklists, history, and interaction timing—rather than just simply "liking" videos.
What's Changed
- Rebranding: Application name updated to YouTube Interaction Manager across the UI, manifest, and documentation.
- Repository Update: All internal links, privacy policy references, and documentation URLs have been updated to point to the new repository location:
youtube-interaction-manager. - Documentation: README and website updated with new installation guides for Chrome and Firefox.
Downloads
- Chrome/Edge:
youtube-interaction-manager-v1.3.2-chrome.zip - Firefox:
youtube-interaction-manager-v1.3.2-firefox.zip
(No functional code changes since v1.3.0, only branding and documentation updates)
Full Changelog: v1.3.0...v1.3.2
v1.3.0
Added
- Activity history toggle to enable/disable logging in Settings
- Firefox extension support with dedicated import workaround page
- Status banners indicating when auto-actions or history logging are disabled
- Info text clarifying the 50-item local history limit
Changed
- Major UI refinement: Expanded popup width and optimized layout for better readability
- Rebalanced "Unlisted Channels" configuration with prioritized dropdown width
- Reorganized "Data & Advanced" section into individual toggle groups
- Refactored core logic into
StorageUtilsandBackupUtils - Centralized application constants and limits in
config.js
Fixed
- Synced count badges and status messages across all popup tabs
- Improved "Clear Activity" flow with confirmation and status feedback
Full Changelog: v1.2.1...v1.3.0
v1.2.1 - Chrome Web Store Compliance Fix
Changes
Bug Fixes
- Removed unused
scriptingpermission from manifest.json - This permission was declared but never utilized in the codebase
- Resolves Chrome Web Store rejection (Policy: Permission Usage)
Documentation
- Updated PRIVACY.md with accurate permission descriptions
- Added Permissions section to README.md
- Removed all references to deprecated
scriptingpermission
Permissions
This extension uses only the minimum required permissions:
| Permission | Purpose |
|---|---|
storage |
Save whitelist, blacklist, settings, and activity logs locally |
activeTab |
Detect and interact with the current YouTube channel |
youtube.com |
Run content script to detect videos and click like/dislike buttons |
No data is transmitted to external servers. All information remains on the user's device.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Added
- Privacy policy page for Chrome Web Store
- Landing page documentation
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
v1.0.3
Added
- Clickable channel links in activity log
Removed
- Legacy fallback code
Full Changelog: v1.0.2...v1.0.3