Skip to content

Releases: ChrisAnd1998/TaskbarX

1.5.8.0

23 Aug 09:26
28051b8
Compare
Choose a tag to compare
  • Removed "RefreshExplorer" function.

1.5.7.0

23 May 08:14
16be650
Compare
Choose a tag to compare
  • Lengthy polishing...
  • Updated ModernWPF to 0.9.1
    https://github.com/Kinnara/ModernWpf/releases/tag/v0.9.1
  • Updated Taskscheduler to 2.8.20
    https://github.com/dahall/TaskScheduler/releases/tag/v2.8.20
  • Merged (refactored non DRY code for AnimationStyle logic #340) by @rsunde
  • Merged (Removed if statement for process name checking #338) by @kaovilai
  • Merged (dead variables #337) by @kaovilai
  • Merged (Clearing Intellisense messages #336) by @kaovilai
  • Added "Uninstall" tab to the configurator to properly uninstall TaskbarX.
  • Added "Create" button in "Taskschedule" tab.
  • Version check now displays "Pre-Release" if version is higher than latest release.
  • Old Win32 styled message boxes replaced with ModernWpf "ContentDialog".
  • Added option "Don't center Taskbar". Argument (-dct=1)
  • Added option "Hide Primary Start button". Argument (-hps=1)
  • Added option "Hide Secondary Start button". Argument (-hss=1)
  • Added option "Hide Primary Tray area". Argument (-hpt=1)
  • Added option "Show Tray icon". Argument (-sti=1)
  • Added Animation preview slider.
  • Added buttons to scroll through the Animations.

1.5.6.0

04 May 13:50
9eb3697
Compare
Choose a tag to compare
  • Fix Crash when restart TaskbarX #239 by @deluxghost
  • Added "Restart TaskbarX" button
  • Stability and performance tweaks
  • Use stopwatch instead of sleep for animator (sleeping any milliseconds isn't always equal in time :/)
  • Enable Option Strict in both TaskbarX and the configurator : Option Strict Statement
  • Do not restart on (SystemEvents.UserPreferenceChanged). It triggers to much.
  • Updated TaskbarX logo to fit the new colorfull icon style.

1.5.5.0

21 Apr 17:48
188156b
Compare
Choose a tag to compare
  • Added option #186 to keep the icons to the left if the primary resolution becomes the given value.
  • Shorten the parameters.
  • Only restart on UserPreferenceCategory.General.
  • UIAutomation removed and replaced by MSAA gains better performance and responsiveness.
  • Added option to pause application when fullscreen application detected on any screen.
  • Added option to set the taskbar style to Default on maximized window.
  • Working on a custom proper installer/uninstaller.
  • Added option to reset the settings.
  • Added option to reload current applied settings.
  • Added Refresh Rate setting tooltip #244.
  • Add more detail to settings #169.
  • Added tooltips for every setting.

1.5.4.0

19 Apr 12:17
0f25f15
Compare
Choose a tag to compare

1.5.3.0

16 Apr 14:21
d520ea2
Compare
Choose a tag to compare
  • Fix taskbar setting: show only icon on taskbar where window is open.

  • Restart on SystemEvents.UserPreferenceChanged.

  • Don't move to the left on SystemEvents.UserPreferenceChanged while restarting.
    Making the restart invisible.

  • Added option to create a startup shortcut as an alternative to the taskschedule. On hold

  • Use System.Security.Principal.WindowsIdentity.GetCurrent().Name instead of Environment.UserName

1.5.2.0

15 Apr 16:55
5b31441
Compare
Choose a tag to compare
  • Added option to set taskschedule delay
  • TaskbarX now recognizes the settings by reading the existing taskschedule
    (basically brings back automatic saving)

1.5.1.0

14 Apr 14:05
09abe79
Compare
Choose a tag to compare
  • Fix TaskbarX not restarting when explorer.exe restarts or closes.

1.5.0.0 Rewrite (TaskbarX)

24 Mar 15:22
1a1ba95
Compare
Choose a tag to compare

This is a complete refresh/rewrite of FalconX newly named TaskbarX. It supports unlimited monitors and enables more bugs to be fixed or features to be added.
Also trying to add as many comments as possible inside the source code so people can understand whats happening.

📦 [v1] *Barebones 🦴
(Unlimited monitor support) + (Taskbar styling) no animations no settings

📦 [v2] *Added Animations ✨
What the title says...

📦 [v3] *Added Tray Fix 🩹
Fix for the tray not updating position

📦 [v4] *Added Wiggle Fix 🩹
Fix for the icons moving to the left and right constantly

📦 [v5] *Added Big Swing Fix 🩹
Fix for the icons rarely moving to the left with a big amount

📦 [v6] *Added All Settings by Command Line ⚙️
-taskbarstyle=1 will make the taskbar transparent. 2 blur, 3 acrylic and 0 is disabled.
-primarytaskbaroffset=0 will set the offset of the primary taskbar based on the center.
-secondarytaskbaroffset=0 will set the offset of the primary taskbar based on the center.
-centerprimaryonly=1 will only center the primary taskbar. 0 is disabled.
-centersecondaryonly=1 will only center the secondary taskbar(s). 0 is disabled.
-animationstyle=backeaseout will set the animation style to BackEaseOut. "none" is instant.
-animationspeed=500 will set the speed of the animation.
-looprefreshrate=400 will set the refresh rate of the looper/taskbar checker.
-centerinbetween=1 will set the primary taskbar position in between start, search etc.. and the tray.
-fixtoolbarsontraychange=1 will update any toolbar when a tray icon gets added or removed.

Example: C:\Program Files\FalconX\FalconX5.exe -taskbarstyle=1 -animationstyle=backeaseout

📦 [v7] *Clear memory after animating 🧹
What the title says...

📦 [v8] *Added On Battery settings 🔋
-onbatteryanimationstyle=backeaseout will set the animation style to BackEaseOut when on battery mode.
-onbatterylooprefreshrate=400 will set the refresh rate of the looper/taskbar checker when on battery mode.

📦 [v9] *Fine tuning based on a lot of testing 🧼
All dll references are now inside FalconX's dir

📦 [v10] *Use Do-Loop for animator instead of Timer ⏲️
What the title says...

📦 [v11] *More fine tuning 🧼
What the title says...

📦 [v12] *Added some checks before calculating the new position 🩹
Sometimes calculator gets a wrong value when the taskbar is still adding an icon the taskbar.
This results in the animator triggering twice so you will see it moving half way and then a correction.
This build should fix that but, needs more testing to get it right.

📦 [v13] *More fine tuning 🧼
What the title says...

📦 [v14] *Restart on display change 🩹
Restart when resolution changed, or display connected or disconnected

📦 [v15] *Added a (testing configurator) ⚙️
It will also create a task schedule

📦 [v16] *Fix application broke when no icons in taskbar 🩹
What the title says...

📦 [v17] *More fine tuning 🧼
based on v16

📦 [v18] *More fine tuning 🧼
A (While -> End While) seems to work better on lower end pc's instead of (Do -> Loop)
for the animations.

📦 [v19] *Getting ready for MSStore 🧼
What the title says...

📦 [v20] *Added import and export functions for the configurator ⚙️
What the title says...

📦 [v21] *Added version check ⚙️
What the title says...

📦 [v22] *Release

1.4.5.0

29 Feb 13:58
bb61f48
Compare
Choose a tag to compare
  • Attempt at smoother animations for lower end pc's
  • Applied issue (Revert to Default Settings #191)
  • Applied issue (open main folder for manual updating #182)
  • Applied issue ("Center primary taskbar only" doesn't work when the taskbar is shown at right side #175)