Skip to content

Changelog

Mike Makarov edited this page Aug 21, 2022 · 8 revisions

Version 1.6.4 Patch (v.1.6.4.1640): 21.08.2022

  1. [new] Slovenian localization.

Version 1.6.3 Patch (v.1.6.3.1636): 18.08.2022

  1. [new] Ukrainian localization.
  2. [new] Upgraded to .Net Framework 4.8. This means the application cannot unfortunately run on Windows XP anymore. Please use version 1.6.2 for Windows XP.
  3. [changed] Improved the handling of environment variables.
  4. [changed] When a Control Panel element is not properly registered under HKCR, pull Friendly Name from Control Panel namespace directly, without the resource evaluation. This does not cover for the broken Intel RST, which manages to supply a resource DLL with truncated string table.
  5. [fixed] InvalidOperationException on shutdown introduced in July 2014 :) .

Version 1.6.2 Patch (v.1.6.2.1628): 31.10.2021

  1. [new] Greek localization
  2. [fixed-GA] Fixed InvalidCastException with Windows error RPC_E_WRONG_THREAD when Power8 was killed by installer on Windows 10.
  3. [fixed] Fix for Windows 10 v.1710, it manages package cache poorly and some system default packages have broken configuration.
  4. [fixed] Safer way of showing the about window. Previously it wouldn't crash the application, but will show with a delay if certain localizable metadata was not properly specified.

Note: this is the last Windows XP supporting release. If the MSI does not work under Windows XP nevertheless, please update through the 7z file.

Version 1.6.1 Hotfix (v.1.6.1.1619): 25.02.2018

This is a fix for auto-updater to work after GitHub disabled support for "weak" TLS 1.0.

  1. [fixed] "Unable to check for updates" issue occurring because of GitHub disabling support for TLS 1.0 being the default security protocol for Dot Net Framework 4.0 (and still being default even after updated to v 4.7)
  2. [fixed-GA] ObjectDisposedException occurring due to race condition when a drive is removed between P8 process launch and BtnStck init.

Version 1.6.0 RTM (v.1.6.0.1616): 05.11.2017

Better Windows10 support, extended immersive apps support and numerous bugfixes. This release combines various ideas I had, small and large features and fixes that I occasionally made during last 2.5 years.

  1. [new] Apps button showing the popup with immersive apps in Windows8/Windows10.
  2. [new] Extended immersive apps suppoprt in Power8, including Windows 10 apps which had to be treated in it's own way.
  3. [new] New way of working with internal db files:
    • More reliable and more often saving.
    • Automatically optimize applicable DBs size on save.
  4. [changed] Windows10: adjusted buttonstack location when snapping to right, left or bottom.
  5. [changed] Windows7: made it work better and look nicer.
  6. [changed] Replaced the donation info in Donate window. It now pops up on the start of a newly installed version.
  7. [changed] Switching autoupdater from wiki file store to github cloud, which should be more reliable.
  8. [fixed] One more attempt to fix the "Collection has been modified" InvalidOperationEception on search. There were many sources of this issue, I hope this place was the last one.
  9. [fixed] NullReferenceException exception occurring in rare cases involving Windows Search returning empty data set.
  10. [fixed] ArgumentOutOfRange exception occurring in rare cases involving Windows Search.
  11. [fixed] Warning message appearing when a CLSID-based shortcut is invoked from P8.
  12. [fixed] A deadlock occurring if a device is removed and added within small amount of time (e.g. bad flash drive connection).
  13. [fixed] A rare race condition occurring when editing the Most Frequently Used list.
  14. [fixed] Exception when Programs folder is either moved away from start menu or is incorrectly set up in the system.
  15. [fixed] ArgumentException in UserAssist data parser occurring under undiscovered conditions.
  16. [fixed] ArgumentException in IApplicationDocumentsList call.

Version 1.5.6 Beta (v.1.5.6.1576): 29.03.2015

Release dedicated to some bugs, optimizations and migration to GitHub.

  1. [new] Migrated to GitHub!
  2. [changed] Special mode applied from now on to Start menu image if user choses not to stretch it, making it sharper;
  3. [changed] Slightly corrected the behavior of detach-removable-drives fix so it will be more stable;
  4. [changed] Send little bit less data to Google Analytics;
  5. [fixed] OverflowException occurring sometimes under 64 bit systems. It could prevent removable drives from being safe-detached (successor bug to fixes in 1.5.4 and 1.5.5);
  6. [fixed] Labels in network-mapped drives under Computer menu-button. Now they show real user/system set display names, not target volume labels;
  7. [fixed] Case when under special conditions under Windows 8.1 Power8 wouldn't integrate in the taskbar, and starts instead floating over desktop;
  8. [fixed] InvalidThreadStateException which could occur if quickly switch update thread off and then on;
  9. [fixed-GA] fixed InvalidCastException in MfuList;
  10. [fixed-GA] Another attempt to fix InvalidOperationException in rare case, related to PresentationSource;

Version 1.5.5 Beta (v.1.5.5.838): 01.12.2014

...continue fixing (around 76% of automatically reported crashes is fixed).

  1. [changed] Removed duplicated using in NetManager;
  2. [changed] Corrected internal file rename handling a bit;
  3. [fixed-GA] Fixed argument exception occurring when FileStream is trying to wrap around non-overlapped drive handle;
  4. [fixed-GA] Catch ComException in MfuList.GetJumpList() better;
  5. [fixed-GA] Probably fixed InvalidOperationException "This visual is not connected to presentation source";
  6. [fixed-GA] Fixing IndexOutOfRangeException in CommandToFilenameAndArgs();
  7. [fixed-GA] Catching exceptions (ArgumentNullException) when upgrading previous settings;
  8. [fixed-GA] Handling ArgumentException in FriendlyName getter;
  9. [fixed-GA] Catch UnauthorizedAccessException as one more reason to not to be able to create a process watchdog;
  10. [fixed-GA] Fixed ArgumentException in processing of file rename operation.

Version 1.5.4 Beta (v.1.5.4.817): 09.10.2014

This is again bug fixing release (around 60% of automatically reported bugs is fixed), plus couple of important things happened.

  1. [new] Windows 10 support, initial version;
  2. [changed] Enhanced Windows libraries parsing, should solve certain ArgumentExceptions;
  3. [fixed] Fixed Power8 preventing removable drives to be safe-removed. Works for all technically removable drives types. Took 2 years but finally it's done;
  4. [fixed-GA] Handle COMExceptions and ManagementExceptions occurring on startup of event watcher;
  5. [fixed-GA] Handle COMExceptions and ManagementExceptions occurring in NetManager;
  6. [fixed-GA] Handle IOException occurring in DriveManager when network drive is not available any more;
  7. [fixed-GA] Handle IOException in ResolveLink when the lnk file is not found;
  8. [fixed-GA] Fixed rare InvalidOperationException occurred when event on WatchDog arrives after the watchdog is stopped actually;
  9. [fixed-GA] Fixed InvalidOperationException in MfuList.UpdateStartMfuSync():348;
  10. [fixed-GA] Added lightweight synchronization between SearcStartMenuSyncFast and filesystems watchers actions. Solves rare InvalidOperationException.

Version 1.5.3 Beta (v.1.5.3.796): 11.07.2014

...After all the preparations the bugs destruction actually begins! According to Google Analytics, 75% to 95% of errors you may encounter is fixed in this release. Next the work will be continued on hardening the application and making it even more stable. Items marked as "fixed-GA" were reported automatically through Google Analytics and automated exception reporting subsystem!

  1. [changed] Speed up exit of Power8.;
  2. [fixed] Rare impossibility to exit when another application is being installed in the system;
  3. [fixed] SecurityException when there's no default "Application Error" log in the system;
  4. [fixed-GA] Various COMExceptions occurring when Power8 is exiting;
  5. [fixed-GA] Win32Exception occurring when Power8 tries to restart. The application won't crash anymore but additional tracing is now in place to fix the root of problem as well;
  6. [fixed-GA] ArgumentNullException occurring in Power8.PowerItemTree.ScanFolderSync when a Windows library is detected with itemnot preprocedd by system yet;
  7. [fixed-GA] ArgumentNullException occurring in DataGrid.ScrollIntoView when pressing Up or Down keys in search results view when no results are found;
  8. [fixed-GA] InvalidOperationException occurring in MfuList sometimes. At least I hope it's fixed because it wasn't clear how the issue happens;
  9. [fixed-GA] PathTooLongException occurring in Power8.PowerItemTree.FileRenamed under undetermined circumstances;
  10. [fixed-GA] ApplicationException occurring in Drive Manager when a .Net FileSystemWatcher-incompatible drive exists in the system;
  11. [fixed-GA] ArgumentException occurring in various places under Power8.PowerItemTree.ScanFolderSync and related probably to drives with .Net-incompatible filesystem attached to PC. The application won't crash anymore but additional tracing is now in place to fix the root of problem as well.

Version 1.5.2 BetaQuick-Fix (v.1.5.2.777): 08.07.2014

  1. [changed] Updated localizations: HU, KO, CS;
  2. [fixed] Fixed concurrent IO preventing proper new style exceptions events reporting.

Version 1.5.1 Beta (v.1.5.1.766): 07.07.2014

  1. [new] Exceptions on start of application are handled differently, allowing user to prevent endless restarting loop;
  2. [new] Other instances of Power8 are killed on startup of new one;
  3. [new] Added UI checkbox for "Don't free libraries" hack;
  4. [changed] Analytics: Extended exceptions logging for crashes;
  5. [changed] Analytics: Report current UI language;
  6. [fixed] Empty system variables names handling;
  7. [fixed] Absolute path used for Rundll32 in Lock command;
  8. [fixed] Possibly fixing FormatException in MfuList.

Version 1.5.0 RTM (v.1.5.0.744): 08.06.2014

  1. [new] Korean localization;
  2. [new] Setting for stretching image on Main button in different ways;
  3. [new] Setting to disable auto-corner feature (when setting is on, Main window aka Button-stack is always shown near Main button when Alt+Z is pressed);
  4. [new] Settings to enable/disable confirmation and forcing of Power actions (shutdown, restart...);
  5. [new] Setting to display Start Menu in more compact way;
  6. [new] Now also unhandled exceptions are sent to Google Analytics;
  7. [new] Added information to About dialog on the originating country of Power8;
  8. [removed] Ukrainian translation. We need someone with UK Windows MUI running it on daily basis. Otherwise quality of translation will suffer;
  9. [changed] Returned Russian translation to the MSI. The integrity of layout is more important than filthy souls of some Russian people;
  10. [fixed] New items weren't put under Start Menu when they're originated from the User's start menu under Win8;

Version 1.4.6 Beta (v.1.4.6.692): 28.03.2014

  1. [new] Romanian and Ukrainian translation;
  2. [new] Ctrl+Tab sends the selected item's path to the search bar when it or Recent list is in focus;
  3. [new] Support for launching ModernUI apps when link is available (e.g. PhotoApp in Start Menu);
  4. [removed] Russian translation from MSI. It will only be available through 7Zip archive;
  5. [changed] Fine-tuned the Recent list display so that it doesn't use localized names for links from Start Menu as FriendlyName hints in case they contain additional arguments. This e.g. caused MMC.exe to be named "SQL server configuration tool" and CMD.exe to be named "Visual studio command line tool";
  6. [fixed] Opposite side of system ReBar moving out of view under W7classic in case Configure Start Button is on;
  7. [fixed] Fixed launching RAD Studio 2009 - XE3 from Power8. Fix may also influence other problems end-user might experience with other software;
  8. [fixed] Power8 exiting without any other actions after "Download and Update" button in case the update can be discovered but cannot be downloaded;
  9. [fixed] Some logging code (doesn't affect end-users);
  10. [fixed] Exception preventing reporting Analytics events on 1st launch.

Version 1.4.5 Beta (v.1.4.5.666): 03.02.2014

  1. [new] Serbian, Croatian and Czech localization;
  2. [new] Hack against doubling icons in Control Panel menu-button under Windows 8.1, see DuplicatedIconsHack for details;
  3. [new] Key X is now used to expand/collapse current search group;
  4. [new] Power8 now watches environment variables changes and propagates them to child processes on launch;
  5. [new] Instead of deprecated Downloads page, Power8 uses Google analytics to track downloads and launches;
  6. [changed] Most operations are moved to thread pool. This doesn't make them faster but Power8's should impact system load less;
  7. [changed] Icon extraction is making even less influence on the application performance;
  8. [changed] Update Notification dialog: progress bar is shown only when download started;
  9. [fixed] Search returning unexpectedly big amount of results;
  10. [fixed] Format of logging;
  11. [fixed] IndexOutOfRangeException occurring when pressing P in search results and item selected is not from Recent applications list;
  12. [fixed] InvalidOperationException after Alt+Z being pressed before launch-time initialization is finished;
  13. [fixed] InvalidOperationException when the process is launched on Enter key faster than search finishes;
  14. [fixed] Update Notification dialog was not auto-sizable, and layout of buttons was broken;
  15. [fixed] Main button's context menu and tooltip layout on Windows7 with Aero disabled (they were partially hidden by toolbar; this doesn't fix that the button itself is hidden by Start button on W7classic by default).

Version 1.4.4 Beta (v.1.4.4.628): 12.09.2013

  1. [new] Arabic localization;
  2. [changed] Enhanced error handling. Now we get more information in case somethin goes wrong;

Version 1.4.3 Beta (v.1.4.3.619): 14.07.2013

  1. [new] Windows 8.1 Preview support including, but not limited to: * hiding of MS start button when P8 works; * P8's main button has minimum size now equal to 15 px (width of ShowDesktop button on W8); * incorrect taskbar buttons positioning on exit;
  2. [new] Option to exchange the Start Menu with Search bar when taskbar is horizontal at the bottom of the screen. Benefit is that you have to less draw mouse from Power8 main button to Start Menu;
  3. [new] Simplified Chinese localization;
  4. [changed] Updated translations for all except de, es, fr, zh-TW;
  5. [fixed] Invalid focus after double Alt+Z;
  6. [fixed] Display of certain localized CPL items under non-Unicode environment (proper version of LoadString() used);
  7. [unconfirmed fix] Issue19: no feedback from issue reporter, but I hope the bug is fixed now. NullReferenceException when Admin Tools folder cannot be inferred from Start Menu;

Version 1.4.2 Beta (v.1.4.2.599): 01.05.2013

  1. [new] Complete key handling for recent list (P to (un-)pin an item, Right / Left arrow opens jump list; Recent list must be focused for these keys to operate). Now really all features of Power8 can be accessed without using of mouse;
  2. [changed] Enhanced performance of file system event watching (moved FS watching to deferred processing in dedicated thread);
  3. [changed] Replaced Main button logo again. No re-use of MS logo now;
  4. [fixed] Random exceptions in Recent list when you select items with mouse;
  5. [fixed] Random issue occuring when you try to launch an application via Recent list, and another app is launched instead;
  6. [fixed] Exception in MfuList in case object added to custom list earlier was deleted from system;
  7. [fixed] Exception in MfuList in case link object added to custom list earlier was corrupted (reported by Maxim Orlov);
  8. [fixed] Exception on WindowsXP on shutdown of Power8 (processes event watcher COM object was created in wrong thread);
  9. [fixed] Exception in DriveManager if network share becomes unavailable under certain (domain related) circumstances (reported by Brian Taylor);
  10. [fixed] Warning sign not disappearing after "Check for updates" was unchecked;
  11. [fixed] Exclusions list (settings window) might be too high after a lot of items are added to exclusions;
  12. [fixed] Issue occurring when a link under Start Menu folder is being changed, and an item in Recent list exists that takes the name of a link as Friendly Name to display, AND in case this change might influence the item's representation - this information wasn't stored to the link object, and thus required Power8 to restart to apply required representation changes;

Version 1.4.1 Beta (v.1.4.1.569): 14.03.2013

  1. [new] New settings hack implemented to provide fix to users of Windows7 x86 where some unexpected component exists which prevents Power8 from working in a normal way (see Windows7ExceptionHack);
  2. [changed] Colors on Power8 button were changed to be not like Microsoft logo which is a TM;
  3. [changed] Updated and synchronized localizations for ES, FI, HU, IT, SV, PT, NL;
  4. [changed] Switch User button will be hidden on OS that don't support it natively (i.e. Windows 8 "home");
  5. [changed] Corrected layout of button stack a bit. Now all items in grid have the same height and text is centered vertically;
  6. [fixed] Fixed rare exception after frequently used object is removed from system;
  7. [fixed] Fixed WMI event watcher not being freed on P8 shutdown;
  8. [fixed] Fixed Invalid Operation Exception that occurred in rare cases when system was recovering after sleep;

Version 1.4 Beta (v.1.4.0.555): 19.12.2012

  1. [new] Drag&Drop in User-configurable MFU list. Drag any file, link or folder onto Power8 button and it will appear on Custom launch List;
  2. [new] "Switch User" command;
  3. [new] Flexible updater: * no more annoying message boxes on system startup; * updater tries to reach server three times with different wait periods until gives up; * when updater gives up - it shows warn sign on Power8 button just like for invalid settings, and adds corresponding text to the tooltip; * last but not the least: updater switched to the scheduling from timer, so now if you turn on your PC after 12 hours of sleeping, updater will try to check for updates immediately, and not in some hours as before.
  4. [new] Option to switch between Control panel and "All control panel items" to show when you click "Control panel" button in Power8 window;
  5. [changed] Donation information stripped away from About dialog, a corresponding menu item added (hideable via settings);
  6. [changed] Updated ES localization up to 1.3;

Version 1.3 Beta (v.1.3.0.524): 26.11.2012

  1. [new] Hungarian translation;
  2. [new] French translation;
  3. [new] 2 new modes for launch list (changeable via settings dialog): * power8-data-based (applications / links only); * user-configurable (applications / links / files / folders / Control Panel elements; order by CTRL+Up/Down);
  4. [changed] Now Power8 supports Windows display font scaling - 125%, 150%, etc.;
  5. [fixed] Windows 8: taskbar state is now restored when Power8 exits;
  6. [fixed] Control Panel display crashed because of Connexant Audio on Compaq C700;
  7. [fixed] Deadlock occurring when drive is added to the system (e.g. flash drive);
  8. [fixed] Invalid context menu placement in top-left corner when taskbar window is hidden;
  9. [fixed] Typo in Ru-translation (in settings dialog);
  10. [fixed] Search marker (text "Searching...") appearing sometimes when you open main window;
  11. [fixed] Icon extraction for files with Cyrillic chars in path on OS with 1251 default ANSI codepage;

Version 1.2 Hotfix 1 Beta (v.1.2.1.0): 31.10.2012

  1. [new] Portuguese translation (fits both European and Brazilian);
  2. [new] Turkish translation;
  3. [new] Chinese (Taiwan) translation;
  4. [changed] Updated Spanish localization;
  5. [fixed] Error preventing Power8 from starting up on systems with outdated network connections, i.e. the network drives that utilizes connection that cannot be restored, or with drives completely encrypted by TrueCrypt.

Version 1.2 Beta (v.1.2.0.0): 22.10.2012

  1. [new] Finnish translation;
  2. [new] Project donation info;
  3. [new] Settings window updated: * Settings for menu-buttons visibility (label is system name); * Ability to switch auto-sorting on; * Configurable name for "All programs" item; * Editable search providers; * Ability to auto-restart application when fatal error occurs;
  4. [changed] Saving more resources resolving links;
  5. [changed] Enhanced UI a bit;
  6. [changed] Limited Jump-List items count to 25;
  7. [fixed] Update notification window may not display version strings;
  8. [fixed] 7/8: Data grid icons and text are blurred though sizes of blocks are ok;
  9. [fixed] 7classic: button is unreachable (almost) => resolved as config setting;
  10. [fixed] issue preventing Power8 from showing the start menu when corrupted link exist;
  11. [fixed] the selectedItem may not have been changed until user presses enter (UI faster than data layer).

Version 1.1 Beta (v.1.1.0.0): 08.10.2012

  1. [new] Spanish localization;
  2. [new] Automatic notification if Autostart or Autoupdate features are turned off;
  3. [new] Settings window with: * All checkboxes from Start button context menu; * Ability to set Start button size, layout and picture (not supported on XP); * Ability to switch off the monitoring of removable drives and thus be able to safe-eject them; * Ability to switch off the auto-notifier described above;
  4. [changed] Small speedup for search;
  5. [changed] Considerable speedup for displaying window for the 1st time;
  6. [changed] MFU list now will show even less duplicates than before;
  7. [changed] Visual Studio launcher is filtered out from MFU list;
  8. [fixed] Issue when user cannot search Control panel item by camels (e.g. "paf" searched now results in "Programs and Features");
  9. [fixed] Invalid context menu position over main button (problem when it becomes hidden below the taskbar);
  10. [fixed] Random error "E_SHAREVIOLATION" when trying to open the button stack;

Version 1.0 Hotfix 2 (v.1.0.2.0): 05.09.2012

  1. [new] Dutch localization;
  2. [new] Italian localization;
  3. [changed] Now we won't add entries to P8's own Jump List if the parent process of the launched one is started not by our user;
  4. [changed] From now on, Welcome arrow will be hidden as only user moves the mouse over the main button;
  5. [changed] Now all localizations are inside single file;
  6. [fixed] Fixed bug when trying to open folder for deleted item when it was previously put to Jump Lists: * now we filter out these files also from P8's Jumo Lists; * the exception is handled in the menu item click handler as well;
  7. [fixed] Couple of bugs in Pin/Unpin button: * ArgumentOutOfRange exception when unpinning old items that would normally be filtered out as obsolete; * Now we handle exception if the (un)pinned item is not available at the moment of (un)pinning; * Now the pin icon will be shown for MFU children only, preventing user from trying to pin the unpinnable stuff;
  8. [fixed] Under extremely rare conditions, when an FS event for the folder comes at the same time with whatever way called Items evaluation for the same folder, two threads may reside at AddSubItem() at the same time. And if 1st thread's Send() will be executed in parallel with 2nd thread's FirstOrDefault -> here is InvalidOperationException thrown. Fixed now.

Version 1.0 Hotfix 1 (v.1.0.1.0): 04.08.2012

  1. [new] German localization;
  2. [fixed] If you leave Power8 running for weekend and we will issue a new version this time, only one Update Notification window will appear (previously: 4-5);
  3. [fixed] Exception in file system events handling when Power8 may unexpectedly crash when you work with network files or run an installer;
  4. [fixed] XP: certain windows were not re-shown when expected;
  5. [fixed] CTRL+Click on Main button will now always show Run dialog;
  6. [fixed] 1 line in RU localization;
  7. [fixed] W7: Power8 might crash when you just started it and switch from classic theme to Aero and vice-versa;
  8. [fixed] W7: no black background when switch from classic theme to Aero and vice-versa;

Release 1.0 (v.1.0.0.0): 21.07.2012

  1. [new] About window;
  2. [new] Icon and logo;
  3. [fixed] Now Power8 is able to start up and work even if Workstation service is shut down;

RC 1 (v.0.6.0.0): 14.07.2012

  1. [new] Added pinning in MFU list;
  2. [new] Now search results are automatically expanded for groups that contain less than 20 items (performance considerations);
  3. [new] Added Russian and Swedish localization (Se loc -> thanks Åke Engelbrektson);
  4. [changed] When pressing Esc in empty search bar - it will close button stack (if search bar is not empty - it will clear text);
  5. [changed] Issue "Internal search should return results "TestApp.exe" and "Test App.exe" for "ta" query";
  6. [changed] Minor speed enhancements in core;
  7. [changed] Partially imported patch to Api usages. Should increase stability in specific cases. Thanks goes to SSTREGG;
  8. [changed] Show welcome arrow only after button stack is instantiated;
  9. [changed] Run dialog doesn't block Explorer anymore;
  10. [changed] Enhanced default grid layout on XP and 7;
  11. [fixed] Exception when file is not found for MFU element;
  12. [fixed] Race condition that led to that folder items may display simple icons instead of customized ones;
  13. [fixed] Possible InvalidOperationException that might be side cause for the problem above;

Beta 1 Hotfix 1 (v.0.5.1.0): 06.07.2012

  1. [changed] Speedup in displaying of icons;
  2. [fixed] Exception when a program was launched in a system with semicolon in command line;
  3. [fixed] Exception when a program was launched in a system with no command line and WMI reported it without quotes;
  4. [fixed] Potential exception that may be result of race condition;

Beta 1 (v.0.5.0.0): 04.07.2012

  1. [new] Added support for Windows MFU list (main start menu list contents);
  2. [new] Added support for Windows Jump lists (main start menu list element). Along with Windows system API Power8 uses internal implementation, so Jump Lists works even on XP;
  3. [new] Welcome arrow appears on 1st launch to help user begin working with Power8;
  4. [new] Added option to block metro screen corner rectangles;
  5. [new] Cursor over main button now indicates that load is completed;
  6. [changed] Enhanced error handling. If error happens now, 90% that it will be shown to user, and then written to log;
  7. [changed] Hack-fixed initial layout of grid columns on .Net 4.0. Search something to get proper layout;
  8. [changed] Main button redrawn to display with Windows colors;
  9. [fixed] Doubling of links in All Programs in rare cases;
  10. [fixed] Visual state for pressed buttons;
  11. [fixed] Focus when ButtonStack is shown;
  12. [fixed] ButtonStack won't be instantiated twice now;
  13. [fixed] Invalid declaration and call for ShGetSpecialFolderPath();

Alpha 4 (v.0.4.0.0): 11.06.2012

  1. [new] Added search functionality. 3 new ways to search, see details in FeatureDetails page;
  2. [new] When Aero is off / on XP / on High Contrast theme - now we look bit better (no more boring black);
  3. [changed] Icons in menu items under Windows 8 Release preview now placed properly;
  4. [fixed] Log Off command now works as expected;
  5. [fixed] Problems with "Show more" network item (visible if you have 11+ PCs on network);

Alpha 3 Release 2 (v.0.3.5.0): 27.05.2012

  1. [new] Added support for removable and ram drives. P8 will add new drives in list when they're available and remove them when they're disconnected;
  2. [new] MSI installer created. From now on you can install/update Power8 using MSI or still use 7z archive format;
  3. [new] Auto-update implemented. Update dialog added. For future versions, MSI auto-update is available;
  4. [changed] Enhanced menus internal structure: * less memory consumption (theoretically :) ), * fixes disappearing icons for Administrative tools, Network connections, etc., * allows to make "Start menu" text readable even on dark backgrounds;
  5. [changed] Polished the look. Styles contain tons of enhancements;
  6. [changed] Added drive labels to Computer sub-items;
  7. [changed] "Open container" and "Show Properties" can be called for all file system items Power8 can resolve/detect;
  8. [fixed] "Open" and "Open all users folder" doesn't work for Start menu root;
  9. [fixed] "Open all users folder" should be enabled for Start menu only;
  10. [fixed] Exception that occurred when user manually checked "Check for updates" Off and then back On.

Alpha 3 Hotfix 2 (v.0.3.2.0): 21.05.2012

  1. [new] Settings are preserved and upgraded from previous version;
  2. [changed] Enhanced and speed-up icons extraction: * fixes slow expanding C:\Windows\Fonts, * fixes 1 core loaded 100% on x86 systems in some cases;
  3. [changed] Enhanced detection of is "Auto Start" on or off;
  4. [fixed] Startup failing on systems with specific Control Panel elements, specifically C-Media CPL (C-Media products, ASUS Xonar, and many others);
  5. [fixed] Display of Separators in menus (Control Panel, Network items);
  6. [fixed] Libraries fixes: * now detecting ".library-ms" case-insensitive, * won't parse malformed XML and not crash (W8 x86 Pictures problem), * skip "shell:" commands inside library - means library has not yet been processed by the system;
  7. [fixed] Startup synchronization issue: Power8 wouldn't check for updates on startup even if it is set in configuration. Uncheck and check back again was required to make it work.

Alpha 3 Hotfix 1 (v.0.3.1.0): 15.05.2012

  1. [changed] A message will be shown to user if unhandled exception occurs;
  2. [fixed] Startup failing on systems with Floppy drives;

Alpha 3 (v.0.3.0.0): 14.05.2012

  1. [new] Significant speedup in displaying menus, including start menu;
  2. [new] Sorting for menu items;
  3. [new] Added Run... button, also "Run" dialog is displayed when CTRL+Click on main Power8 button;
  4. [new] Added Computer menu-button (see Feature Details), having fixed, ram or network drives as it's children;
  5. [new] Added Administrative Tools menu-button, duplicating corresponding Start menu location;
  6. [new] Added Libraries menu-button;
  7. [new] Added Control Panel menu-button * on 7/8 it shows main CPL view, and subitem "All CPL items" shows all items view; * only All CPL Items view is available on XP;
  8. [new] Added Network menu-button, with children: * Current workgroup/domain link; * Network connections * List of computers around;
  9. [changed] Now Start Menu window is shown in the screen corner closest to mouse pointer;
  10. [changed] Now "Startup" and "startup" are joined in Start Menu because this is the way Windows does;
  11. [fixed] Incorrect window positioning when "Hide taskbar" checkbox is on;
  12. [fixed] Prohibited startup on Vista since it's not supported;
  13. [fixed] Crash when Check-for-updates is on and no network is available;
  14. [fixed] Crashes related to simultaneous multiple file operations, like when installers generate Start menu links;
  15. [fixed] Now the message is shown when error occurs on item click or context menu item select;

Alpha 2 (v.0.2.0.0): 08.04.2012

  1. [new] Auto-update checker working (checks for new version once a 12 hours);
  2. [new] Added context menu for "All Programs" and all it's child items: * Run / Run as Administrator; * Open folder / Open link target's folder; * Show properties / Show link target's properties.
  3. [new] Made Power8 work on Windows XP;
  4. [new] Added a window that will assist user in case explorer.exe is closed;
  5. [new] Power8 can be activated by Alt+Z hot key (original idea was Win+Z, but Win8 prevents Win+* hotkeys from being registered);
  6. [changed] Labels on menu items are resolved more correct now using system-provided resources;
  7. [changed] Buttons and menus restyled.

Alpha 1 (v.0.1.0.0): 24.03.2012

(all below is [new])

  1. Launches :) and positions itself in the Taskbar opposite to Show Desktop button;
  2. Styled similar to Show Desktop button (as in Developer Preview);
  3. Power and session features: * Shutdown; * Sleep; * Hibernate; * Restart; * Log off; * Lock screen (start screensaver); * Lock Windows;
  4. Displays expanding "All Programs" menu as it was back in old good XP time: * With real icons; * Click to launch item;
  5. On main button right-click: * Allows to toggle auto-start; * Allows to exit.
Rated Excellent by Primewares
Power8 Editor's Choice

Chip pick
5 starts @ Best Freeware Download
Power8 is clean!
5 stars by Windows8Downloads.com
Compatible with Windows8
Download Power8
Clone this wiki locally