Skip to content

Releases: Jax-Core/JaxCore

Portable installations

22 Aug 12:55
Compare
Choose a tag to compare
  • 🌟 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

16 Aug 01:46
Compare
Choose a tag to compare

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 the OneDrive 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

13 Aug 03:40
Compare
Choose a tag to compare
  • Fixed missing Command bar

Search, minimize button, bug fixes

12 Aug 12:53
Compare
Choose a tag to compare
  • 🌟 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)

04 Aug 03:49
Compare
Choose a tag to compare
  • Uses Get-Process and checking for Wow64 file instead of using Add-Type to find out x-bit for Rainmeter plugins
  • Added missing font

Fixed context menu positioning

02 Aug 11:06
Compare
Choose a tag to compare
  • Fixed context menu positioning
  • Added ImageMagick reminder
  • Uses Start-Process now instead of cmd.exe start

Reduced package size, new web installer

02 Aug 05:10
Compare
Choose a tag to compare
  • Removed redundant and unused files in JaxCore package
  • New web installer which uses JaxCore installer technology

Removed developer folder

01 Aug 13:34
Compare
Choose a tag to compare
v50202

v50202

Fixed installer being stuck for users

31 Jul 14:04
Compare
Choose a tag to compare
  • Issue is caused by the user not having cmd.exe and powershell.exe in their system paths
  • Fixed by changing them to absolute paths to the cmdlets in System32

All-new version and installation handling

26 Jul 09:55
Compare
Choose a tag to compare
  • 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