Skip to content

Release v2025.09.11.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 21:18
· 303 commits to master since this release
a3220d9

Install this release

  1. Open PowerShell as an administrator
    Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator).

  2. Copy and paste the code below, then press enter.

irm https://github.com/kimmknight/raweb/releases/download/v2025.09.11.0/install.ps1 | iex
  1. Follow the prompts.

Important

The installer will retrieve raweb_v2025.09.11.0.zip from the release and install it to C:\inetpub\RAWeb.
Refer to the wiki for more details.

Note

If Internet Information Services (IIS) or other required components are not already installed, the RAWeb installer will retreive and install them.

Advanced installation

Non-interactive installation

To install without prompts, use the following command instead:

& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.09.11.0/install.ps1))) -AcceptAll

If RAWeb is already installed, installing with this option will replace the existing installed files. Resources, policies, and other data in /App_Data with be preserved.

Verbose installation

To show verbose logs, use the following command instead:

& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.09.11.0/install.ps1))) -Verbose -Debug

What's Changed

  • Always resize ICO files when serving as PNG to mitigate incorrect ICONDIRENTRY height bits by @jackbuehner in #120
  • Always show the connection method picker when menus are unavailable by @jackbuehner in #121
  • Add an option for administrators to pin one or more notices/announcements at the top of the web app by @jackbuehner in #127
  • Dependency updates in #125 and #126
image

Full Changelog: v2025.08.01.0...v2025.09.11.0