Skip to content

Releases: BrandonStudio/Poster

v0.3.0

19 Jan 05:42

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Changes

  • Set Windows application to partial trust (e5cd91e)
  • Add User-Agent (bf0213e)
  • Stability optimization

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

v0.2.0

05 Dec 11:00

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Changes

  • Add window title
  • Remove header
  • Optimize layout

Full Changelog: v0.1.1...v0.2.0

Known Issues:

  • App may crush when scaling on some version of Windows [upstream]
  • Text may exceed boundaries on Windows [upstream]

This repo may be archived some time, as .NET MAUI is too troublesome to use.

First Release

28 Nov 08:10

Choose a tag to compare

First Release Pre-release
Pre-release

This is the first release🎉

To install on Windows, either install rootCert.cer to LocalMachine\CA first, or extract files (e.g. poster-v0.1.1-windows.msixbundle/Poster_v0.1.1.0_x64.msix) and run powershell:

Add-AppxPackage -Register .\AppxPackage.xml

OSX and iOS releases are not available now, you can build yourself if you want.

Full Changelog: https://github.com/BrandonStudio/Poster/commits/v0.1.1