Releases: tarampampam/random-user-agent
Releases · tarampampam/random-user-agent
v4.3.0
What's Changed
🚀 Features
- Stats collecting removed by @tarampampam in #620
📦 Dependency updates
- chore(deps): bump the npm-production group with 2 updates by @dependabot in #617
- chore(deps-dev): bump the npm-development group with 9 updates by @dependabot in #618
- chore(deps-dev): bump eslint from 8.57.0 to 8.57.1 by @dependabot in #619
Full Changelog: v4.2.2...v4.3.0
v4.2.2
What's Changed
📦 Dependency updates
- chore(deps-dev): bump vite from 5.4.2 to 5.4.6 by @dependabot in #614
- chore(deps): bump rollup from 4.21.2 to 4.22.4 by @dependabot in #615
Full Changelog: v4.2.1...v4.2.2
v4.2.1
What's Changed
Other Changes
- Update default browser versions by @tarampampam in #613
📦 Dependency updates
- chore(deps): bump react-router-dom from 6.24.0 to 6.25.1 in the npm-production group by @dependabot in #603
- chore(deps-dev): bump the npm-development group with 8 updates by @dependabot in #604
- chore(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.18.0 by @dependabot in #607
- chore(deps-dev): bump @types/node from 20.14.9 to 22.0.2 by @dependabot in #608
- chore(deps): bump react-router-dom from 6.25.1 to 6.26.1 in the npm-production group by @dependabot in #611
- chore(deps-dev): bump the npm-development group with 7 updates by @dependabot in #612
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
🚀 Features
- Overload
Navigator.maxTouchPoints
property for Android and iOS devices in #601
Full Changelog: v4.1.1...v4.2.0
v4.1.1
v4.1.0
What's Changed
🚀 Features
- Added option to disable stats collecting #585
Full Changelog: v4.0.2...v4.1.0
v4.0.2
What's Changed
🛠 Fixes
- Fix the Firefox bug with user-agent renewing #584
Other Changes
- Revert "fix: Storage availability checking method (use random string instead of null)"
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
🛠 Fixes
chrome.commands
API may be unavailable for some reasons, an additional check for this case was added in #578- Fix the Firefox error, when invalid IP addresses are in the whitelist in #579
- Default generator types were not set depending on the browser in #580
- Storage availability checking method (use random string instead of null) in #581
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
During the work on the new extension version, several major changes have been made. Here are the most important ones:
- Migrated to MV3 (manifest version 3)
- Replaced Vue.js with React
- Substituted Webpack with Vite
- Enhanced JavaScript protection
- Appears to have fixed the CloudFlare infinite loop issue
- The popup window now allows the selection of OS and browser, with an option to sync the OS with the host OS (new option)
- Domain wildcard rules are no longer available
- The latest browser versions for generation are now updated automatically
- The extension now collects statistics using the Google Analytics events system (reporting errors and the total amount of browsers run with the extension)
- Various other changes and improvements
Note: This release may have some bugs, so if this is critical for you, please wait a few weeks
Full Changelog: v3.19.0...v4.0.0