Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Releases: MatthewL246/Miiverse-PC

Version v0.3.1

30 Aug 22:41
v0.3.1
bf883cf
Compare
Choose a tag to compare
Version v0.3.1 Pre-release
Pre-release

This is the same as v0.3.0 with the addition of an important bug fix that stops the app from crashing while saving login info.

Bug fixes

  • Fixed a crash that would occur when logging in with saving login info enabled.

Full Changelog: v0.3.0...v0.3.1

Version v0.3.0

30 Aug 20:15
v0.3.0
e2f6275
Compare
Choose a tag to compare
Version v0.3.0 Pre-release
Pre-release

This release has a few new features and improvements made since v0.2.0.

New features

  • Support for loading custom JavaScript scripts in the browser.
  • Support for posting custom PNG images to Miiverse using the "Select image" button in the bottom bar.
    • Simply load a PNG image by clicking the select image button on the community page, and then create a new post.
  • Login info and server settings can now be saved in between app runs.
    • Packaged app: saves to a JSON file the app's LocalState folder, which can be reset in Settings.
    • Unpackaged app: saves to a JSON file in the app's directory for portability.

Other improvements

  • The app no longer crashes when clicking the reload button before the WebView is loaded.
  • The reload button can now also stop in-progress loading.
  • The packaged app's data folder is now named "Miiverse-PC" instead of just a GUID.
  • Various general improvements to the code.

Full Changelog: v0.2.0...v0.3.0

Version v0.2.0

23 Aug 01:59
v0.2.0
18e1b0e
Compare
Choose a tag to compare
Version v0.2.0 Pre-release
Pre-release

This release has mainly the same functionality as v0.1.0 with a few bug fixes, automatic HTTPS certificate checking for my server, and a much better packaging system that both allows installation and does not require any extra dependencies, as it is built as a self-contained app.

Install the MSIX to create a start menu entry and register the app in Settings for easy uninstallation, or extract the zip for a portable installation.

Full Changelog: v0.1.0...v0.2.0

Version v0.1.0

07 Aug 00:41
v0.1.0
b4013a5
Compare
Choose a tag to compare
Version v0.1.0 Pre-release
Pre-release

This is the first release of the Miiverse-PC app.

It currently works, but it requires a complicated installation process due to how the Windows App SDK works with unpackaged apps. Please read the installation instructions in the README.