Skip to content

Releases: philippmeisberger/clearas

v5.1

22 Sep 20:56
Compare
Choose a tag to compare
  • Added possibility to choose displayed columns
    • Right-click on column header shows menu
  • Added column "Publisher"
  • First column is now "Name" instead of "Enabled"
  • Removed menu item "Show deactivation date"
    • Replaced by column "Deactivation date"
  • Changed column order
  • Count of enabled items is now shown in tab header
  • Fixed exception when renaming a "Shell" item which has not a caption yet
  • Introduced sending bug reports without mail client
  • Introduced translation dialog (in menu "Help")
  • Introduced donate button (in menu "Help")

v5.0

02 Apr 14:33
Compare
Choose a tag to compare
  • Added automatic search for invalid items (beta)
    • Added "Delete invalid items" to "Edit" menu
    • No symbol is displayed for invalid Autostart items
    • Added warning for invalid items after disabling and enabling
  • Startup user items are handled prior to Windows 7 in the same way as from Windows 8
    • Removed exporting as registry file but instead as .Startup and .CommonStartup
    • Removed "Delete backups after enabling" menu item
  • Removed "Default column width" menu item
  • Added "Quick-Search" to Autostart tab
  • Added "Execute" to popup menu
  • Added "Properties" to popup menu
  • Added support for changing extended attribute of shell context menu items
  • Improved "Open in Explorer"
  • Added loading description of ShellEx and ShellNew items
  • Added loading of MUI strings
  • Added loading context menu items from AllFileSystemObjects, Directory\Background, Network and Printers per default
  • Added warning if quit was clicked and export is pending
  • Closed memory leak during export
  • Closed memory leak when importing a task
  • Bug fixes:
    • In 64 bit version: File path of 32 bit context menu entries could not be found
    • ShellNew items could have empty name
    • Fixed AV when using keyboard shortcuts during a search
    • Wrong listview was refreshed when switching the tab during a search
    • Column "Deactivation time" did not have correct caption after changing language
    • Caption was not refreshed after editing the path
    • Arguments are missing after adding a .bat file to autostart
    • Loading primary language if requested locale could not be found in language file
    • Renaming disabled startup user items was not possible
    • Disabled startup user items were enabled after changing file path
    • Adding new context menu item for a file extension did not work
    • Adding new context menu item could overwrite existing item (possible system nuke)
    • Fixed out-of-bounds exception if "date" column is shown and status of service is changed
  • Removed support for Windows 2000 and XP
  • Updater v3.1
    • Removed dependency to "indy" components library
    • Binary up to 1MB smaller

v4.3.2

09 May 17:06
Compare
Choose a tag to compare
  • Fixed bug in .reg file export:
    • Binary data now has correct format and can be imported again

v4.3.1

09 May 17:07
Compare
Choose a tag to compare
  • Added time delay to "Quick-Search"
    • Search will not start until input is finished
  • Bug fixes:
    • Disabling and deleting autostart entries now works after you upgrade to Windows 10
  • Layout enhancements
  • New manifest for better compatibility with Windows 10
  • Usage of the new "About ..." dialog
  • Improved error reporting system:
    • Added translations for German, English, French
    • If no mail client is installed to send the error report, website is called
  • Binary is signed with SHA-256

v4.3

09 May 17:08
Compare
Choose a tag to compare
  • Added new Feature "Tasks":
    • Allows to edit scheduled tasks
    • "Export entries" saves all tasks as a ZIP file
    • "Import backup" imports previously exported tasks
    • "expert mode" finds hidden tasks
  • Changes to the "Context Menu" page:
    • Added finding of "Cascading" context menu entries which contain a menu
  • "Rename" is now also possible with key "F2"
  • Deactivation date can now also be displayed for Autostart from Windows 8
  • Bug fixes:
    • "Rename" now shows the correct text
    • After renaming the new name is updated when "Show description" is selected
    • Entry can no longer be renamed to already existing entry
    • Counting enabled Autostart items now works correctly
    • Exporting Autostart items does not fail if there is no entry in the StartupApproved key yet
    • "ShellNew" entries can no longer be enabled and disabled at the same time

v4.2

09 May 17:09
Compare
Choose a tag to compare
  • Autostart feature supports Windows 8 and later
    • Changes to "Startup User" and "Common Startup" entries
      • Cannot be exported as .reg anymore but instead as .Startup or .CommonStartup
      • No automatic backups ("Clear backup when activated")
  • Added "View description" to the "View" menu
    • Either display the description of the .exe or items internal names
  • Changes to the popup menu:
    • Added "Rename"
    • Added "Change icon" for "Shell" context menu items
  • Improved "Open in Explorer"
  • Improved event system
  • Usage of generic container classes (generics)
  • Loading icons with white background
  • Disabling menu items (gray out) instead of hiding them
  • New manifest

v4.1

09 May 17:09
Compare
Choose a tag to compare
  • Changes to the "Context Menu" page:
    • Added finding of "ShellNew" context menu items which are under "New"
    • Added message after new entry has been added if user-defined program for file type exists
    • Added "Add context menu" to "File" menu:
      • Any file types or file extensions can be used
      • Entries can be hidden (only visible by Shift + right-click)
    • Changes to progress bar:
      • Displayed during the export of context menu entries
      • Using only as progress indicator
  • Added progress bar to "services" page
  • Added "Show icons" to "View" menu
  • Added buttons to "Quick-Search"
  • Lists can now be sorted in ascending and descending order
  • Bug fixes:
    • Canceling while adding entries now works correctly
    • After a fatal error has occurred, the lists can still be updated
    • After the new service is added, the correct path (with arguments) is displayed
  • Updated icon: http://en.divinity.wikia.com/wiki/File:Icon_Besen.svg.png
  • Usage of Windows specific graphical features (since Vista)
  • Language is loaded according to the user
  • Support for Unicode
  • 32/64-bit binary files
  • Updater v3.0 with SSL support