Skip to content

Releases: Superxwolf/Uphany_Shell

v0.2.2-alpha

25 Jan 20:16
80809a8

Choose a tag to compare

Upgraded dependencies, now crashes less often
Main thread was split up into two, now it's more responsive.

v0.2.1-alpha

05 Jan 02:51
80809a8

Choose a tag to compare

Update to managing and changing themes in the settings window. This release will reset all settings.

  • Redesigned managing themes in the settings window.
  • Context Menu behaves and respond faster.
  • Changed most console messages to debug.
  • Shell.Tasks.GetExecutableIconPath now returns the default folder icon when a directory path is given.

v0.2.0-alpha

18 Dec 21:43
80809a8

Choose a tag to compare

Packaged into installer. Your settings will be reset.

Changes:

  • Fixed false positive on fullscreen theme hiding from maximized windows.
  • Added ability to launch program with runAsAdmin, which will prompt UAC.
  • Fixed up default theme, added transparency, fade animations and smooth borders.
  • Uphany Shell now loads up a tray icon, double clicking will open Uphany Settings.
  • Added global shortcut to open Uphany Settings: Ctrl+Shift+U

v0.1.3-alpha

24 Nov 03:14
ba36dee

Choose a tag to compare

A few fixes and working transparent windows

  • You can now create transparent window with transparent: true when creating any window. Set the body to transparent in CSS to see it working.
  • Added Titleless_Tool window type to allow Titleless to appear in the taskbar
  • Improved path handling with special characters
  • Now loads higher resolution icons when fetching from .ico (Most Steam shortcuts)
  • Improved cases around unfocus event when user focuses the desktop
  • Folder watcher now won't prevent renaming files
  • Updated the settings page's visuals
  • Fixed Tasks.GetFolderIcon() and Tasks.GetDefaultIcon()
  • Desktop icons now have a type

v0.1.2-alpha

03 Nov 02:00
df81da2

Choose a tag to compare

v0.1.2-alpha Pre-release
Pre-release
  • Fixed reloading of background theme
  • Added API to fetch desktop icons: Shell.Desktop.GetIcons()
  • Application now has it's icon
  • Console Window will hide when Uphany Shell starts up, can be unhidden from the settings
  • You can now maximize and minimize your html window, API added as Shell.Window.Maximize() and Shell.Window.Minimize() respecfully

v0.1.1-alpha

12 Oct 18:45
35674dc

Choose a tag to compare

v0.1.1-alpha Pre-release
Pre-release

First public alpha release