Releases: MatthewL246/Miiverse-PC
Version v0.3.1
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
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.
- Packaged app: saves to a JSON file the app's
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
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
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.