7plus Changelog

What's new in 7plus 2.5.0

Feb 27, 2012
  • New Functions:
  • Added key mappings for scientific calculators. Characters such as brackets can now be written with Numpad keys when NumLock is off.
  • Added a function that allows running temporary AutoHotkey scripts (WIN + T). It requires that an AutoHotkey interpreter is installed and the .ahk extension is assigned to it.
  • Added a button on the FTP profiles page to test the connection.
  • Added a SendMail action for sending mails using SMTP.
  • WIN + G: Run a Google search for the selected text.
  • Added ${SelText} placeholder for the currently selected text.
  • Run action can now use the same level of elevation as 7plus. This can be useful to execute more special commands, for example verbs like *Edit.
  • Added "Enable/Disable Events" buttons on events settings page.
  • Added a setting to FTP profiles to account for different file system mounting points in HTTP/FTP servers (->omit directories from target folder in URL)
  • F2 while renaming: Toggle between filename, extension and full name
  • Added "Export shortcut" button to create shortcut files that trigger events in 7plus.
  • Bugfixes:
  • Fixed a bug that occured on x64 and caused problems in ListViews (Settings window, Image Converter)
  • Fixed a bug that prevented portable mode (command line: -portable) from working.
  • Fixed a bug that prevented pasting an event properly after another event was deleted.
  • Fixed invalid event files (the main event file was not affected).
  • Fixed file selection buttons in event configurations.
  • Fixed an issue when the settings window was opened directly after start.
  • Fixed some focusing issues on various ListView controls.
  • Fixed sound mute icon in XP.
  • Fixed CTRL+W tab closing.
  • Fixed wrong contents of Explorer Tabs settings dropdown controls.
  • Fixed SendMessage action.
  • Fixed Notes Accessor plugin delete hotkey.
  • Fixed Screen corner trigger.
  • Fixed FlatView action.
  • Fixed Accessor double clicking.
  • Changes:
  • Removed some screenshot related events and reordered some events.

New in 7plus 2.4.0 (Feb 13, 2012)

  • New Functions:
  • Added search and replace dialog for file names and file contents
  • Added directory context menu item for flat view
  • Added URL shortener (WIN+S with URL in clipboard)
  • Added ImgUr.com image upload action. Anonymous image uploading is now possible. ImgUr limits it to 50 uploads/hour/API key, so please let me know if you notice that 7plus runs out of upload quota.
  • In addition to the previous entry, default windows PrintScreen functionality was overwritten to show a reworked version of the ImageConverter window. It is now possible to take screenshots of screen/window/user area and choose whether to save the screenshot, copy it to clipboard or upload it to FTP/ImgUr.
  • Added a settings page with generic windows settings (No bloat, only important ones!)
  • New Accessor plugin: Run. It executes the entered text directly, like Start menu->Run does. Useful when the command is not recognized by the Program Launcher plugin.
  • New Accessor plugin and new Trigger for defining custom Accessor commands that will trigger events.
  • New trigger: DirectoryChangeTrigger. It triggers if a specified directory or a file is modified and can be used for backup/synchronization purposes.
  • Added ALT+Right drag window resize
  • Added "Automatically close Windows Update reboot notification dialog"
  • Added screen corner triggers and made AeroFlip3D an event rather than a setting
  • Added a new hotkey event (CTRL+M) to merge all explorer windows into a single one with tabs
  • Added a "Show complex events" button and categorized events by complexity. By default 7plus will now show only about half of the available events. The others can still be enabled though.
  • Added the ability to create new files of any type by selecting a base file in the New File action that is copied to the target destination
  • Added KeyDelay setting for SendKeys action
  • Added ShowEvents option (available only through manual editing of Settings.ini in General category) to show execution order of events
  • Added DoubleClick option to MosueClick action
  • Added ClipPaste action to paste a specific entry from the clipboard manager list without showing the menu (Useful when active window must not be changed, i.e. explorer renaming)
  • Added Win+A hotkey to toggle always on top
  • Bugfixes:
  • Fixed missing \ when copying paths of network shares
  • Fixed not being able to navigate to network drives
  • Reimplemented middle mouse button features in event system to avoid some problems with this button. As a result of this, a few additional conditions were added.
  • Fixed Alt window drag not being able to drag a window to the outer left side of the screen
  • Fixed some access right modifications for registry keys required for explorer buttons. If they didn't show up before they should do so now. It may be necessary to disable/enable the FastFolder setting to make them show up.
  • Fixed colon character in Accessor.
  • Improved Program launcher Accessor plugin program caching. It now refreshes the program list whenever the OK button of the plugin settings window is pressed.
  • Fixed reload action for binary version
  • Fixed an issue in uninstaller that prevented deletion of 7plus directory
  • Changes:
  • Complete rewrite of the event system and about half of all the trigger/conditions/actions code. This will make 7plus much easier to maintain and a few (unnoticed) bugs could also be fixed along the way.
  • Huge code rewrite for some key portions related to explorer. As a result, status bar enhancements and explorer tabs are now visible on all explorer windows at once.
  • Complete rewrite of Slide Windows feature. It should be much better now, with more options, multi-monitor support, support for child windows and no windows getting lost anymore.
  • Redesign of the "Edit Event" and "Edit Subevent" window. There is now only one window in which everything can be edited. Events won't be disabled anymore while these windows are open.
  • Moved hotkey editing into the trigger configuration GUI so it can be edited in the same window. Also it will now show the previously selected hotkey.
  • Some code cleanup and improvements for Accessor. Sort order of results is also slightly improved.
  • Clipboard history is now stored in encrypted form. In addition, if there is no enabled event that makes use of the clipboard history it will not be stored at all for privacy reasons.
  • Made some more static features of 7plus dynamic by integrating them into the event system.
  • French documentation language available thanks to lecuyerf! User interface translation will probably follow in the next version, possibly also with German language. If you want to help with translation, feel free to join this project!

New in 7plus 2.3.0 (Apr 14, 2011)

  • New Functions:
  • Context menu support on files and folders. This is implemented through a shell extension
  • Dynamic timer: Start a message/shutdown/run timer by middle clicking the clock
  • Support for generic menus. It's now possible to design and show (sub)menus and trigger events with the entries.
  • Window finder tool for easily selecting window titles/classes/executables in event config
  • Batch Image converter for converting and resizing lots of images at once (through explorer context menu)
  • MD5 Checksum window for generating MD5 checksums (through explorer context menu)
  • Progress notification window for FTP upload, and uploading doesn't make the system unresponsive anymore
  • Volume control OSD for displaying current volume and mute status
  • "Run with parameters..." context menu option for executable files
  • "Toggle hidden files" context menu option for directory backgrounds
  • "Upload" context menu option for files
  • Added history function for Accessor (CTRL + UP/DOWN Arrow)
  • Enhanced the input action to support multiple data types (paths, text, numbers, selections,...) and added a condition to ControlEvent action that allows it to react to a selection. Placeholders from this action are now globally accessible in any event.
  • Added a "Copy Event" feature to the ControlEvent action. This will copy an event temporarily so it can be used in parallel. This is very useful for timers.
  • Added CTRL+WIN+Tab: Write tab character
  • Added CTRL+WIN+Enter: Write newline
  • Added a file switcher for SciTE4AutoHotkey that works exactly like the one for Notepad++. It requires that the latest version of SciTE4AutoHotkey is installed, which is v3 beta 5a at the time of this release.
  • Bugfixes:
  • Fixed Registry permissions which stopped FastFolders from showing up in explorer bar
  • Removed unnecessary dependancy on Visual C++ Runtime 2010
  • "Proper" 64 bit support. 2.2.0 was quite buggy in this regard...If you encountered a bug and you were using the x64 version, it is probably fixed
  • Fixed Win+C not working on desktop
  • Fixed Clipboard manager not working in cmd
  • Fixed ALT+Drag preventing Alt+Click
  • Fixed Invert Selection
  • Fixed "Create Folder" not working on network drives
  • Fixed portable mode startup error messsage and reload issue
  • Fixed FastFolders numpad keys triggering directory change in file dialog boxes with the filename box selected
  • Improved Accessor performance and added a few related plugin settings
  • Fixed an invalid key combination in "Picture viewer: Rotate image right with R" event and added versions of the Picture viewer events for XP
  • Fixed clipboard manager not updating sometimes (Not fixed on XP due to OS limitation)
  • Changes:
  • 7plus now uses the task scheduler instead of autorun in Vista and 7 to avoid UAC dialogs
  • All tooltips and some message boxes have been replaced by nicer looking notification windows
  • Added an introduction page that is shown on first run. It contains some tips and some basic settings like Autorun.
  • Added uninstall information for the 7plus uninstaller to the registry.
  • 7plus now recognizes if a newer version was extracted manually over an older version and will perform the required update steps.
  • The Flat view function is now an event.

New in 7plus 2.2.0 (Jan 19, 2011)

  • New Functions:
  • Unicode support
  • 64 bit support
  • Copy Events, Action and Condition
  • Added hotstrings, which can be used to expand abbreviations (e.g. "btw" -> "by the way")
  • Program Launcher Accessor plugin now expands placeholders so you can use placeholders like %ProgramFiles%
  • Added dropping files on Accessor keywords list
  • Added PageUp/Down to Accessor list
  • Added support for Hotkey release events (UP in Hotkey GUI)
  • Added support for auto-updating event configuration so users can receive bugfixes and new events between version updates.
  • As a consequence of this, 7plus now uses a versioning scheme consisting of 4 numbers, where the last one represents the number of applied patches since the last release. Added descriptions for each event for better usability
  • Added "Show window size as tooltip while resizing"
  • Bugfixes:
  • Fixed CTRL+P accidently being assigned
  • Fixed a scrolling bug in Accessor
  • Fixed Alt+LButton: Move windows option not appearing in settings
  • Fixed a bug pausing the script when Notepad+ wasn't running/installed
  • Fixed capital C and X not working in Explorer address and search bar
  • Fixed timer window event name not updating when applying settings with changed event name
  • Fixed a bug which caused selected files placeholder not to work on desktop
  • Fixed Windows Installer shortcuts being resolved incorrectly in program launcher start menu scanning
  • Autoupdate is now fully functional for users which have UAC enabled
  • Improved the reliability of the 7plus startup procedure
  • Fixed ${MC} Placeholder not working
  • Changes:
  • Removed "Minimize to tray" for 64bit compatibility reasons
  • Removed a redundant event

New in 7plus 2.1.0 (Jan 19, 2011)

  • New Functions:
  • Accessor window which serves as a versatile way to access all kinds of things with the keyboard. It also provides useful context menu options and shows CPU load.
  • Accessor plugins:
  • Window Switcher: Activates windows, shows cpu load/always on top state, allows closing the window/process and setting always on top state
  • Program Launcher: Runs programs by typing their names, similar to programs like Launchy or Exekutor. Automatically indexes the running programs so indexing of program files or windows directory should be unnecessary.
  • File System Viewer: Browse the file system and execute or open files/folders. Supports autocompletion
  • Uninstaller: Uninstall programs or remove them from uninstall list
  • Google Search: Quickly search for something using Google
  • Calculator: Use Google calculator for quick calculations and unit conversions
  • Weather: Quickly access Google Weather
  • Notes: Take notes
  • FastFolders: Access to FastFolders from anywhere
  • Notepad++ Tab Switcher: Activates Notepad++ and shows a specific tab. Uses smart prediction similar to Notepad++ FileSwitcher plugin.
  • URL: Opens URLs and keeps a history of entered URLs.
  • Accessor may use user-defined keywords. This is very useful for web searches.
  • Events are now categorized. Old users may need to store their custom events prior to upgrade.
  • FTP Upload action now uses FTP profiles instead of defining the FTP access data separately in each action.
  • New ExplorerButton trigger allows to add buttons to the explorer bar that trigger any function, like uploading files, creating a backup of the current folder, open selected files with a specific program,...
  • In addition to the last entry, a button was added to ExplorerButton config menu and FastFolders tab to remove all explorer buttons created by 7plus. This can be used to remove any buttons which were erroneously generated.
  • New ViewMode action for controlling the visibility of hidden files and file extensions in explorer.
  • 7plus can now be run in portable mode by appending -Portable as command line switch. Features that access the registry (mostly explorer bar buttons) won't work in this mode.
  • 7plus can now run as normal user when admin privileges aren't available. In this mode certain features (mostly explorer bar buttons) are not accessible. This is configurable in Misc settings tab. When installed in Program Files directory and not running as admin, settings will have to be located in %AppData%\7plus.
  • Added an apply button to settings.
  • Added an uninstaller that removes all changes made by 7plus.
  • Added a new placeholder: ${MC} - Class of window under mouse.
  • Added a new placeholder: ${MNN} - ClassNN of control under mouse.
  • Added a new action: Wait
  • Bugfixes:
  • Bug about nonexistent hotkey in settings was fixed.
  • Events, conditions and actions are now removed again if "Add event/condition/action" was used and cancel was pressed.
  • Default settings file accidently contained a translated version of "New textfile" string in previous version.
  • Fixed an error in IsRenaming condition that prevented Backspace and Shift+C while renaming files.
  • Backspace made Explorer/File dialog go upwards in address/search bar.
  • Clipboard history is now stored separately in an XML file, this should get rid of occassionally appearing settings file bloat.
  • Double click on Desktop trigger should now work properly on 32 bit systems. On 64 bit systems it will only work sometimes until the switch to a 64 bit version of Autohotkey is made.
  • A bug causing WindowState action not to work properly was fixed.
  • Fixed selecting files on the desktop, NewFile and NewFolder actions should now work on the desktop in most cases.
  • UACAutorun.exe and ChangeLocation.exe are not needed anymore. Their functionality is now implemented in 7plus.exe.
  • And some others not worth noting

New in 7plus 2.0.0 (Jan 19, 2011)

  • New Functions:
  • Whole new event-based system in which nearly all features are implemented now. CHECK IT OUT!
  • As a result of this, nearly all hotkeys are now customizable.
  • This also means that you can create your own functions now!
  • Adjust volume with mouse wheel over taskbar.
  • CTRL + S: Select files by entering a filter string.
  • Tabs are now drawn directly instead of using a tab control.
  • Bugfixes:
  • Custom explorer tab-drawing gets rid of the nasty bug showing a grey bar sometimes.
  • Lots of other smaller fixes

New in 7plus 1.2.0 (Jan 19, 2011)

  • New Functions:
  • Tabs for Windows Explorer
  • Customizable, context-sensitive hotkeys
  • Launch explorer in last used directory
  • WIN+E & Explorer active: Align explorer windows left and right
  • Make CTRL+Backspace and CTRL+Delete work in all textboxes
  • Double click on desktop: Run program
  • Program related:
  • Switched to new version format, now 1.2.0 is used instead of 1.2
  • 7plus now stores its settings in %appdata%\7plus\Settings.ini. To use it in portable mode, put a Settings.ini file in the program directory
  • Bugfixes:
  • Autorun now works on UAC-enabled systems
  • Fixed a bug with Slide Windows, where the window would slide out again if the cursor was at the border of the screen
  • Fixed a bug that caused weird mouse jumping on context menus
  • Explorer should now restart correctly
  • Lots of other smaller fixes

New in 7plus 1.11 (May 4, 2010)

  • A small hotfix that addresses a bug which would cause FTP password to become invalid after program restart, forcing everyone to enter the password again in settings after each start.

New in 7plus 1.1 (May 3, 2010)

  • New Functions:
  • SHIFT+Enter: Flatten directory
  • CTRL+I: Invert Selection
  • CAPSLOCK: Click on notification windows
  • Move Windows with ALT+Left mouse button
  • Middle click: Open folder in new window
  • ALT+Mouse Wheel: Minimize/Maximize window under mouse
  • Right Click on minimize button/WIN+SHIFT+Arrow key in taskbar direction: Minimize window to tray
  • Option to hide Slide Windows from taskbar and ALT+TAB
  • Fast Folders and Clipboard Manager context menu entries can now be accessed with 0-9 keys
  • Hold down left mouse button and click right: Go forward
  • Program related:
  • Autoupdater
  • Hide tray icon
  • New settings GUI
  • Donate button, please donate to support this project ;)
  • Bugfixes
  • Fixed issues with Fast Folders (Network, "Can't navigate: Wrong window",...). Still no 64bit support for explorer bar though.
  • Fixed some issues with Clipboard manager that would make it stop working or not paste text correctly.
  • Fixed some issues with Slide Windows.
  • Fixed bug which would make explorer go to topmost directory in file tree when a tree item was clicked.
  • FTP password now stored encrypted.
  • lots of other fixes.
  • Bugfixes:
  • Fixed issues with Fast Folders (Network, "Can't navigate: Wrong window",...). Still no 64bit support for explorer bar though.
  • Fixed some issues with Clipboard manager that would make it stop working or not paste text correctly.
  • Fixed some issues with Slide Windows.
  • Fixed bug which would make explorer go to topmost directory in file tree when a tree item was clicked.
  • FTP password now stored encrypted.
  • lots of other fixes.