Skip to content

Releases: HappyZombies/brackette-prototype

Brackette 0.3.0b Released !

07 Jul 11:34

Choose a tag to compare

Pre-release

I am happy to announce the new version of Brackette! v0.3.0b introduces new functionality, performance improvements and an updated UI/UX.

Changes/Updates

  • Support for subdomains. #10
  • Used Dexie to store user information. Preventing the stackoverflow error from #21
  • Easily reset your device and current match (for Clients). #13
  • Added tabs which allow you see your Challonge tournament.
  • History/log reporting.
  • Implemented Redux to the application, making it easier for development.
  • Updated UI/UX with a more mobile friendly experience (mainly for Client devices)

Bug fixes

  • Fixed issue #21 - Using local storage to store the user information was not a smart idea as local storage can only store 5MB. With Dexie (a client side Database), we can store much more data.
  • Fixed issue #4 - Although the UI/UX isn't pretty, it still works.

Brackette 0.2.1b Released!

04 Jun 03:37

Choose a tag to compare

Pre-release

Couple of changed have occurred and I think it warrants for a patch release.

Changes/Updates

  • Restructured project with a custom template. npm run dev now runs faster.
  • Added npm run update which allows for users to easily update their Brackette app. You now needs v0.2.1b or above in order to use this functionality.
  • Reduced console.log outputs.
  • Updated version to follow best practices. See here
  • Created binary builds to make it easier for any users to run Brackette. Again you'll now need v0.2.1b or above in order to use this functionality.

Bug fixes

  • Fixed issue #17 - Added validation when submitting a match results. Users could enter negative and non number values which would cause the Brackette app to update incorrectly. (via 298e9ec)

I have also decide to not create new branches for patches. After this minor version is done, I will create a 0.2.x branch.

Brackette v0.0.2b Release

28 May 17:12

Choose a tag to compare

Pre-release

Really excited to have complete v0.0.2b of Brackette!

Using ReactJS, we can really take advantage of it's strength and speed and improve the UI and UX for users to use! I am excited for the future of this project.

Beta Release

18 May 04:37

Choose a tag to compare

Beta Release Pre-release
Pre-release

The prototype 'beta' release of Brackette with all of it's bugs, spaghetti code and glory. :^)