Releases: jack-mil/bing-rewards
Releases · jack-mil/bing-rewards
v3.0.1
v3.0.0
What's Changed
--bing
flag minor change by @znarfm in #46- Updated browser user agent strings (related to #44)
- A dryrun (
-n
/--dryrun
) will check if the browser path would work (b656340) - The config file has a slightly different format now (
-
replaced with_
for word seps. Best to delete it and allow regeneration
On the dev side:
- Migrate to hatchling build system
- Use a automatic versioning system based on the git history with
hatch-vcs
- Replace a whole host of isort/flake8/autopep tools with just
ruff
- Did a bunch of refactoring and general reorganization, notable the addition of the
options
module. - Messed around and generally improved the ci workflow (still can't get Github to write me nice release notes though....)
Full Changelog: v2.3.0...v3.0.0
v2.3.0
What's Changed
- Add --bing flag; increase default searches count and search delay by @znarfm in #41
- Update all dev dependencies ed50748
- Bump black from 23.11.0 to 24.3.0 by @dependabot in #45
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.0
v2.0.0
- Backend dependency switched to
pynput
instead of PyAutoGUI. Much less dependencies now. A reinstall of the package or virtual environment may be necessary to remove old dependencies. - New
--search-delay
,--load-delay
and--load-rewards
options exposed as arguments. Thanks @imakiro (#25) - Now using poetry as dependency and package publishing
- CI workflow has been rewritten
v1.5.1
Revert the default search counts to reflect Bing Rewards level 2 limits
v1.5.0
Release 1.5.0
-
Update README and Defaults based on new Bing maximum rewards
-
Update ci to use wheel package
-
Version now included in package and listed in help
-
Fix new VERSION filepath in CI
v1.4.0
This update has a new --no-exit (-X) flag to prevent the browser from being closed automatically after searching.
V1.3.1 POSIX Hotfixes
An issue where Chromium processes launched with Popen would fork on POSIX systems resulting in browser windows failing to close by the script has been fixed.