Skip to content

Releases: wagerr/wagerr-electron-app

Wagerr Electron App 2.1.3

15 Feb 16:14
v2.1.3
03ee84a
Compare
Choose a tag to compare

Changelog

Added

  • Add CodeQL analysis GitHub workflow
  • Show a notice to the user when bet odds change since adding a bet to the bet slip

Changed

  • Bump dependencies
  • Add a Tennis filter to the betting page
  • Update macOS notarization process

Fixed

  • Correctly filter for Ice Hockey on the betting page
  • If odds are 0 don't perform network share calculation
  • Update odds displayed in the bet slip when they change

Wagerr Electron App 2.1.2

10 Jun 14:20
v2.1.2
78cb84b
Compare
Choose a tag to compare

Changelog

⚠️ The auto updater was broken in earlier v2.x releases so users will need to manually download this release where the updater has been fixed for future updates.

Changed

  • Bump dependencies
  • Clean up code in the masternode view
  • Bump max multi bet amount to 5000

Fixed

  • Fix opening external files by replacing the removed shell.openItem with shell.openPath in Electron
  • Properly handle auto update dialog response to fix the broken updater

Wagerr Electron App 2.1.1

10 Jun 14:20
v2.1.1
4e91423
Compare
Choose a tag to compare

Changelog

Fixed

  • Use the upstream electron-progressbar dependency instead of our custom patched version now that the patch has been merged upstream
  • Fix display of total and spread values
  • Fix bet slip updating when filtering by sports or events
  • Disable place multi bet button if less than 2 legs
  • Fix MMA events in betting view

Wagerr Electron App 2.1.0

07 Jan 18:24
v2.1.0
f3f904d
Compare
Choose a tag to compare

Changelog

Changelog coming soon!

Wagerr Electron App 2.0.0

18 Dec 22:49
v2.0.0
02776fd
Compare
Choose a tag to compare

Changelog

Changelog coming soon!

Wagerr Electron App 2.0.0-beta.2

30 Oct 12:32
v2.0.0-beta.2
b2fdd60
Compare
Choose a tag to compare
Pre-release

⚠️ Important Note

This is a pre-release version of the Wagerr Electron App for the upcoming 2.0.0 release.

This pre-release comes bundled with Wagerr Core 4.0.0rc3, which is compatible with mainnet, but does require you to perform a clean sync on the first launch.

Please clear out your Wagerr data directory, leaving your wallet.dat, backups folder and configuration files behind, prior to running this version for the first time.

Things to test and look for:

  • Sync Speed
  • Losing Events
  • Bet History in both home screen and Bet History page

Changelog

Changed

  • Bump Wagerr Core version to 4.0.0rc3
  • Bump dependencies
  • Update Wagerr logo
  • Bump CI and recommended Node version to v14
  • Lots of general code cleanup and lint fixes

Fixed

  • Move applicable data out of the global Vuex store where it is only being used by a single component. Certain loops which fetch data from the daemon were not being appropriately cleaned up by garbage collection when the loop interacted with the Vuex data store, which would cause the memory footprint to keep growing. Where possible move any "low hanging fruit" looping data updates that interact with the store to the component itself which allows the garbage collection to occur. This should slightly improve the memory footprint over time and we will continue to investigate solutions to any data that has a reason to remain in the global Vuex store.

Wagerr Electron App 2.0.0-beta.1

13 Oct 09:03
v2.0.0-beta.1
8f4269a
Compare
Choose a tag to compare
Pre-release

⚠️ Important Note

This is a pre-release version of the Wagerr Electron App for the upcoming 2.0.0 release.

This pre-release comes bundled with Wagerr Core 4.0.0rc2, which is compatible with mainnet, but does require you to perform a clean sync on the first launch.

Please clear out your Wagerr data directory, leaving your wallet.dat, backups folder and configuration files behind, prior to running this version for the first time.

Things to test and look for:

  • Sync Speed
  • Losing Events
  • Bet History in both home screen and Bet History page

Changelog

Added

  • Add option to open DevTools in release build with DEBUG_PROD env var
  • Add option to skip macOS notarization with env var

Changed

  • Only fetch bet history every 30 seconds instead of 5
  • On Bet History mount fetch bet history right away (don't wait 30 sec for first fetch)

Fixed

  • Don't reverse getMyBets RPC results that are already returned descending
  • Temporary fix for Wagerr Core not correctly returning all bets
  • Temporarily don't pre-fetch bet info on wallet launch until fix in Core

Removed

  • Remove unused listBets RPC calls (replaced by getMyBets)

Wagerr Electron App 2.0.0-beta.0

09 Oct 16:31
v2.0.0-beta.0
5d1acaa
Compare
Choose a tag to compare
Pre-release

⚠️ Important Note

This is a pre-release version of the Wagerr Electron App for the upcoming 2.0.0 release.

This pre-release comes bundled with Wagerr Core 4.0.0rc2, which is compatible with mainnet, but does require you to perform a clean sync on the first launch.

Please clear out your Wagerr data directory, leaving your wallet.dat and configuration files behind, prior to running this version for the first time.

Things to test and look for:

  • Sync Speed
  • Losing Events
  • Bet History in both home screen and Bet History page

Changelog

Added

  • Add betting event information to bet transactions on Home view
  • Improve Bet History view with additional betting event data such as odds, outcome etc.

Changed

  • Bumped Wagerr Core daemon version to 4.0.0rc2
  • Bump dependencies

Wagerr Electron App 1.3.1

21 Jul 16:18
v1.3.1
6367414
Compare
Choose a tag to compare

Changelog

Changed

  • ESLint rules updated

Fixed

  • Fix handling of Electron dialog responses since Electron v6 bump
  • Move download snapshot logic to main process to avoid CORS errors when making calls from renderer process (HTTP request vs XHR call)

From 1.3.0

Added

  • Betsmart analytics. Find out more at Betsmart
  • Client prompts to unlock wallet on startup. The app will ask everytime unless you disable this prompt in preferences.

Changed

  • Bump dependencies

Fixed

  • App now calls daemon less on startup to improve 'waiting on peers' issue some experience
  • App now checks if daemon has received a block in the last 10 minutes before placing a bet, ensuring daemon is not lagged

Wagerr Electron App 1.3.0

15 Jul 17:04
v1.3.0
39b5579
Compare
Choose a tag to compare

Changelog

Added

  • Betsmart analytics. Find out more at Betsmart
  • Client prompts to unlock wallet on startup. The app will ask everytime unless you disable this prompt in preferences.

Changed

  • Bump dependencies

Fixed

  • App now calls daemon less on startup to improve 'waiting on peers' issue some experience
  • App now checks if daemon has received a block in the last 10 minutes before placing a bet, ensuring daemon is not lagged