Skip to content

Releases: lukealford/aunt

V1.0.5 - Auto login is back

24 Aug 05:14
Compare
Choose a tag to compare

Changelog

  • Fixed cookie issues looking at Cloudflare cookie and not abb one, this resolves the auto-login issues that were found in previous versions.
  • Updated dependencies

Will build Linux binaries in coming days, of course, you can always build them yourself

New icon!

16 Sep 00:02
Compare
Choose a tag to compare
New icon! Pre-release
Pre-release

Note this is a pre-release for testing, OSX and Linux support will be added later.

Changelog

  • New icon

    new icon

  • Tray icon has a coloured dot depending on your usage
    This will allow you to at a glance to visualise your daily usage or average data left.

    • Unlimited plans use daily usage to set icon colour - 50(green)GB/150(orange)GB/250GB(red)
    • Limited plan use average left to set icon colour - 50GB(red)/150GB(orange)/250GB(green)
  • Data is now cached
    If you try and refresh before the cache(1 hr) it will reuse the previous request data, lowering API queries

    • note you can manually clear the cache from the tray menu.
  • More error checking

  • Windows the app will be visible in the taskbar if you leave the window open so you can now alt+tab to it.

V1.0.3 u-ant meets aunt

09 Apr 12:29
Compare
Choose a tag to compare
Pre-release

Just a pre-release for people who wish to use the latest build before it's fully released.

This will be updated in a somewhat nightly fashion until it's fully released.

The newest feature for 1.0.3 is the inclusion of u-ant, this is a simple tool made by @ChrisRiddell that displays some basic network stats/info.

Changelog 09/04/2019

• Fixed trayPos() unhandled error
• Fixed incorrect k in conversion, was using 1024, not 1000 which NBN use
• Fixed Percent reading on non-unlimited plans
• Added more unit size support('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB')

Changelog 08/04/2019

• u-ant has been merged into aunt see the new network tab, this is a small network analysing tool
• Remove keytar, the cookie is now stored instead of user creds. 👍 for user security
• Fully updated dependencies
• Auth system now fully utilises the cookie system, requiring a user to only log in once if the cookie is valid🥇
• Changed tray menus to display state of auto update
• Auto update is now persisting in between closing/reboots
• Now uses less ram

V1.0.2 Hotfix

04 Apr 13:21
Compare
Choose a tag to compare

Changelog

• Cleaned up the installer adding in a custom gif
• Added a link to CVC chart when you click POI

V1 Hotfix

03 Apr 14:04
Compare
Choose a tag to compare

V1.0.1 API Cookie checks and Bugfixes

Changelog
• Change login API call to only run if the cookie isn't set previously (lowering API calls)
• Fixed loader showing when not logged in(Should be fixed)

Version 1.0.0

03 Apr 11:41
Compare
Choose a tag to compare

🔥 Wooohoo! V1.0 is released. 🔥

With this release comes a packaged installer 👍
The installer will install directly to your users AppData

MacOS and Linux builds coming soon, windows x64 currently only avaliable

Changelog
• Migrated to ABB's new 🔥 API
• Updated to electron 4.0.0
• Migrated all account details to use node-keytar 🔒 🔑
• Updated dependencies
• Added some more information to the panel ( POI & Product )
• Added a loader event for when data is updating.

Bugs
If you find any bugs please report them as an new issue

Hopefully the last beta! Bug fixes and more refactoring

02 May 13:43
Compare
Choose a tag to compare

Changelog

  • Migrated all calculation to backend
  • Migrated rendering to use handlebars
  • Fixed certain accounts getting flagged as unlimited
  • Switched all file sizes to read as GB to keep consistency
  • Fixed rollover dates being miss calculated
  • Added daily usage.
  • Fixed tool tip not updating timestamp.

Refactor and optmisation of codebase

30 Apr 11:57
1103691
Compare
Choose a tag to compare
Pre-release

Change log

  • Renamed application to aussiebb_aunt(Thanks Hendikins for the suggestion)
  • Added a more detailed main window after login resolving issue #3
  • Login now will fire on app start if you have previously logged in.
  • @akadrac refactored codebase
  • cleaned up window render position on windows & mac
  • fixed menu problems on linux
  • added a show details menu(all functions are control through tray menu on linux)

Detailed information after login

29 Apr 16:13
Compare
Choose a tag to compare
Pre-release

This is a major update.

Change-log

  • I've added some more information on login, much like MUM does without progress bars to keep styling simple
  • More styling and calculation adjustments.

Known bugs

  • Login is saved but is required again to update the window if you wish to see the extend information.

Fixed incorrect percentage & working linux support.

29 Apr 05:18
Compare
Choose a tag to compare

Here is another small release which fixes issue #2 , I've also added Linux support. Thanks to John Alexander for testing and helping debug this.