Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Releases: ITotalJustice/atmosphere-updater

Atmosphere-Updater v0.5.1 - Hot Fix For Latest Atmosphere Release!

08 Dec 01:26
Compare
Choose a tag to compare

What's new?

  • Hot fix for latest atmosphere release (as it was marked as pre release).

What's next?

  • Complete code re write.
  • Listing previous atmosphere versions (for downgrading).
  • Check current atmosphere version installed against latest github release.

Atmosphere-Updater v0.5.0 - Now With Touchscreen Support!

28 Sep 14:48
Compare
Choose a tag to compare

What's new?

  • Added full touchscreen support.
  • Added a confirm pop-up box when selecting an option (to avoid pressing / touching the wrong option).
  • Now displays the sys / ams version (with git commit). Thanks to @KranKRival for the pr.
  • Fixed bug that would overwrite the app when selecting update app with no internet connection. Thanks to @suppai for reporting.
  • Cleaned up code!

What's next?

  • Check for latest Atmosphere version upon starting the app.
  • Add wifi icon to show signal strength (or ethernet if wired).
  • Improve option list layout to make it more clear to the user.

Atmosphere-Updater v0.4.1 - Improved Hekate Support!

20 Sep 15:43
75adeec
Compare
Choose a tag to compare

What's new?

  • Option to overwite atmosphere ini files when updating hekate.
  • Make the Hekate update option more clear that it is for Hekate / kosmos users.
  • Copy hekate payload as update.bin to "/bootloader" so that the latest version of hekate will always be loaded with modchips / rcm injectors.
  • Copy fusee-primary.bin to "/bootloader/payloads" after selecting update Hekate + Atmosphere.
  • Load switch font buttons from memory!
  • Cleaned up code a lot, added a few comments.
  • Cleaned up the look of error messages (should you ever see them!).

What's next?

  • Finally work on touch screen support (sorry for the delay).

Atmosphere-Updater v0.4.0 - Added Hekate Support!

19 Sep 12:55
b4c6099
Compare
Choose a tag to compare

What's new?

  • Hekate support finally added!
  • Option to install atmosphere with hekate (when selecting update hekate).
  • Improved the look of the UI.
  • Added error messages, should anything go wrong (hopefully you don't see them!).
  • Cleaned up the code a lot.

What's next?

  • Add full touch support! (it's nearly finished).
  • Use built in font buttons to improve the look of the UI.

Thanks agin to @sudot0ph and @BlackRabbit22 for help with the icons, and general UI suggestions!

Atmosphere-Updater v0.3.0 - Complete gui rewrite!

13 Sep 14:26
Compare
Choose a tag to compare

This update was huge.

What's new?

  • Complete gui rewrite (looks pretty now!)
  • Added reboot to payload option
  • Correctly update the app.
  • Update the app with latest libnx, ready for fw 9.0.0.
  • Cleaned up code!

What's next?

  • Add touch support.
  • Add "extras" tab with more useful atmosphere functions.
  • Display current fw / atmosphere version.

Thanks again to @sudot0ph for the app icon, as well as the reboot icon!

Atmosphere-Updater v0.2.1 - New app icon!

11 Sep 08:03
Compare
Choose a tag to compare

What's new?

  • New app icon thanks to @sudot0ph.
  • Display exit button (+).
  • After updating the app, it'll check for an old version in /switch/. Deletes it if found. (by default the app is installed to /switch/atmosphere-updater/).
  • Cleaned up code slightly...

Atmosphere-Updater v0.2 - Huge speed improvements!

10 Sep 16:24
Compare
Choose a tag to compare

What's new?

  • Much faster downloads.
  • Unziping is now instant.
  • Option to not overwrite .ini files (used for config).

What's next?

  • Further improve download speed
  • clean code

Initial release!

09 Sep 13:38
Compare
Choose a tag to compare

Still very WIP. It currently can:

  • download latest atmosphere release (zip) from github.
  • unpack the contents to the root of the sd card (overwriting files).
  • Update the atmosphere-updater from within the app itself.

What's next?

  • Improve github api get, maybe use a json lib.
  • Better error handling.
  • Add reboot_to_payload code. Will run after a successful unzip.
  • GUI maybe? Could use sdl, could then add touch controls.

Please open an issue regarding any bugs / suggestions!