Skip to content

v2.3 - Planck Ez Glow + Fix & Feature Update

Compare
Choose a tag to compare
@Tomshiii Tomshiii released this 21 Jan 10:10
Please note: in this changelog I will be linking to commits, these commits might not be the latest version of said code as things are changing all the time and adding dates would get incredibly confusing, don't copy/paste from these linked commits, check out the current version of the code in the script files themselves.
Half way through the creation of this release, github stopped accepting new links to shorten through its git.io url shortening service so unfortunately I have had to just swap to another service. Continue to not click links if you are against that and just go off final versions as instructed above.

Changes

  • All EnvSet()/EnvGet() replaced with global variables instead
  • Changed all path instances that contained my computers login name Tom to A_Username instead for broader compatibility
  • Added the GNU GENERAL PUBLIC LICENSE v3 to the repo
  • Added additional comments to most scripts to help explain what's going on

> QMK Keyboard

  • Entire script rewritten as I have upgraded from a tiny 19 key numpad to a 47 key Planck EZ custom keyboard with custom firmware created by @jivanyatra to simulate what I was doing with the HASU usb->usb convertor
  • Added newWin() to cut repeat code of running a new instance of a desired program

> MS_functions

- fixes/changes

- additions

  • Added switchToMusic() to cycle between/open music players. Will also create a GUI to choose which player to open if none already are
    • Added musicGUI() to just launch the custom gui to pick a music player to open
  • Added switchToPhoto() to launch photoshop
  • Added switchToWord() to launch MS Word
  • Added fxSearch() to highlight the effects window in premiere to allow manual searching for effects
  • Added aePreset() to bring preset drag and drop functionality to after effects similar to premiere
  • Added closeOtherWindow() to close all windows of the specified program except the active window
  • Added discLocation() to toggle the location of my discord window between multiple monitors

> My Scripts

- fixes/changes

- additions

> Streamdeck AHK

> Other Changes