Skip to content

Releases: jack-mil/bing-rewards

v3.0.1

21 Jul 16:22
v3.0.1
af71373
Compare
Choose a tag to compare

What's Changed

  • hotfix: add package argument for resources.files() by @znarfm in #49
    Required for python versions before 3.12

Full Changelog: v3.0.0...v3.0.1

v3.0.0

20 Jul 23:25
v3.0.0
a0c01e3
Compare
Choose a tag to compare

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

20 Mar 19:33
f486638
Compare
Choose a tag to compare

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

12 Nov 16:49
16edf03
Compare
Choose a tag to compare

Commits

  • 85e310b: [skip ci] Bump version to v2.2.0 (Github Actions)
  • 8c088e4: Add form= paramater to Bing search URL (#39) (jungx098) #39
  • 29eea15: Actually use search-url from config file (fixes #38) (jack-mil)
  • a883658: Bump dependecies and raise minimum python to 3.10 (jack-mil)

v2.1.0

09 Aug 01:05
274c4b4
Compare
Choose a tag to compare

New arguments:
--profile: You can now specifiy a Chromium profile to use. See PR #32. Thanks @jesmon84.
--ime: To support usage with the Windows IME, pass this flag to switch to English input. See #35. Thanks @lxhzzy06.
Details are in the README table.

v2.0.0

24 Mar 03:21
888f5ee
Compare
Choose a tag to compare
  • 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

28 Feb 18:04
Compare
Choose a tag to compare

Revert the default search counts to reflect Bing Rewards level 2 limits

v1.5.0

11 Feb 19:04
7f39eed
Compare
Choose a tag to compare

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

11 Feb 19:03
cd4051b
Compare
Choose a tag to compare

This update has a new --no-exit (-X) flag to prevent the browser from being closed automatically after searching.

V1.3.1 POSIX Hotfixes

12 Sep 15:08
v1.3.1
4ce77ec
Compare
Choose a tag to compare

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.