Releases: Superxwolf/Uphany_Shell
Releases · Superxwolf/Uphany_Shell
v0.2.2-alpha
Upgraded dependencies, now crashes less often
Main thread was split up into two, now it's more responsive.
v0.2.1-alpha
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.GetExecutableIconPathnow returns the default folder icon when a directory path is given.
v0.2.0-alpha
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
A few fixes and working transparent windows
- You can now create transparent window with
transparent: truewhen creating any window. Set the body to transparent in CSS to see it working. - Added
Titleless_Toolwindow type to allowTitlelessto 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()andTasks.GetDefaultIcon() - Desktop icons now have a
type
v0.1.2-alpha
- 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()andShell.Window.Minimize()respecfully
v0.1.1-alpha
First public alpha release