Releases: Jax-Core/JaxCore
Releases · Jax-Core/JaxCore
Portable installations
- 🌟 JaxCore installer now allows you to choose where to install it!
- 🌟 New JaxCore general settings layout!
- Added options to toggle DPI compatibility setting
- Fixed problems with anti-virus
- Significant improved download speed by removing the progress bar
LazyResizer, installer fixes & more
Core Changes
- 🌟 New LazyResizer for Window resizing
- 🌟 Disabled some context menu settings for JaxCore to prevent lock-out issues
- 🌟 CoreInstaller v4
- 🌟 JaxCore will now use remote CoreInstaller to install updates for itself & it's components, unifying and stabilizing the installer.
GenericWindow
now has it's own folder & dynamically resizes when first loaded- Install verifier can now be closed
CoreInstaller v4
New parameters:
# $o_InstallModule - Module to install
# $o_Version - Version to get
# $o_FromCore - If installation is invoked via JaxCore
# $o_Force - Overwrite existing files
# $o_PromptBestOption - Prompt for changing to best options
$o_InstallModule="YourFlyouts";$o_Version="1.0";iwr -useb "https://raw.githubusercontent.com/Jax-Core/JaxCore/master/CoreInstaller.ps1" | iex
# So this will install v1.0 of YourFlyouts
- Now compatible with
!100%
windows scale & 32-bit Rainmeter installations. - Installs skins folder at
%appData%\Rainmeter
since most scripts & writing breaks in theOneDrive
folder. - Installs Rainmeter even if a portable version of Rainmeter is installed.
- Will automatically calculate skin scale and apply to variable files
Fixed missing command bar for v50300
- Fixed missing Command bar
Search, minimize button, bug fixes
- 🌟 New search bar to search for settings!
- 🌟 Minimize button is back!
- 🌟New title bar layout
- Added gamemode toggler in JaxCore settings
- Added link buttons to github repos in welcome batch installer
- Modules and widgets now auto-scale when installed within JaxCore
- Changed main item to Flyouts in home page
- Fixed issues with installer regarding paths with
&
- Updated help page with new links
- Updated media page with new links
Fixed installer being stuck for users (x2)
- Uses
Get-Process
and checking forWow64
file instead of usingAdd-Type
to find out x-bit for Rainmeter plugins - Added missing font
Fixed context menu positioning
- Fixed context menu positioning
- Added ImageMagick reminder
- Uses
Start-Process
now instead ofcmd.exe start
Reduced package size, new web installer
- Removed redundant and unused files in JaxCore package
- New web installer which uses JaxCore installer technology
Removed developer folder
v50202 v50202
Fixed installer being stuck for users
- Issue is caused by the user not having
cmd.exe
andpowershell.exe
in their system paths - Fixed by changing them to absolute paths to the cmdlets in
System32
All-new version and installation handling
- A screen would show up after the welcome screen to allow users to install modules and widgets in batch
- Library page now shows if module / widget is installed or not
- Library page's update checker would now loop through installed modules / widgets and install the updates in batch
- Hardware acceleration setting now uses
!WriteKeyValue
- Added support for shortcuts to launch Rainmeter along with JaxCore, but is not the default shortcut as powershell script is prone to triggering antivirus