Releases: jack-mil/bing-rewards
v3.1.0
What's Changed
-
feat: support multiple Chrome profiles for sequential runs by @znarfm in #55
-
fix: work-around for pyinput browser interactions on Wayland by @znarfm in #59
-
fix: improve word generation cyclic file reading by @znarfm in #54
Lots of help from @znarfm, thanks!
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- hotfix: add
package
argument forresources.files()
by @znarfm in #49
Required for python versions before 3.12
Full Changelog: v3.0.0...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.