Skip to content

Releases: stefansundin/superf4

v1.4

16 Feb 22:26
Compare
Choose a tag to compare
  • Fixed keyboard input lag. Thanks to Victor Robertson (@vmrob).
  • Do not enter xkill mode if Ctrl key is pressed. Ctrl+Win+F4 is a new shortcut to close virtual desktops, so we don't want to prevent that. Thanks to José Rebelo (@joserebelo).
  • Add a process blacklist, with explorer.exe in the list by default.

I apologize for my tardiness. I use Windows less and less every year, and I must confess that I have not even been running my own programs when I do. I hope this release makes up for it somewhat. Sorry! Let me know of any new problems by opening issues.

SuperF4 v1.3

23 Aug 22:40
Compare
Choose a tag to compare

2015-08-23:

  • Moved website to GitHub.
  • Updated the installer to install to APPDATA by default. It no longer asks for administrator privileges.
  • Added the ability to elevate SuperF4. You need this to kill programs running with administrator privileges.
  • Removed update checker.
  • Removed all translations.
  • Removed the ability to hide the tray icon.

The reason why I am removing so many features is because I want to make the code cleaner and more compact.

SuperF4 v1.2

30 Dec 22:13
Compare
Choose a tag to compare

2010-10-23:

  • Added 64-bit executable. The installer will automatically install the correct executable.
  • Added support for alternative Ctrl+Alt+F4 detection (see SuperF4.ini). Enable this to make SuperF4 work in StarCraft II.
  • Added xkill to the tray menu (Win+F4).
  • Added manual update check to the tray menu.
  • Fixed the Shell_NotifyIcon error that appeared for some when SuperF4 was on autostart.

SuperF4 v1.1

30 Dec 22:12
Compare
Choose a tag to compare

2009-08-19:

  • Fixed mouse cursor not changing when pressing Win+F4 if Aero was disabled in Vista.
  • Mouse cursor now spans multiple monitors.
  • Language can now be changed in SuperF4.ini.
  • A lot of small bug fixes.

SuperF4 v1.0

30 Dec 22:10
Compare
Choose a tag to compare

2009-01-12:

  • Requests SeDebugPrivilege in a more secure way.
  • Merged hooks.dll into SuperF4.exe.
  • The mouse cursor now changes when you press Win+F4.
  • Removed log file.
  • Added update checking.

SuperF4 v0.9

30 Dec 22:09
Compare
Choose a tag to compare

2008-10-12:

  • You can now kill a process by pressing Win+F4 and then clicking the window with your mouse. Note that the mouse cursor does not change to reflect that SuperF4 is in this mode. You can press escape or the right mouse button to exit this mode without killing a program.
  • Renamed keyhook.dll to hooks.dll.
  • Renamed log file to superf4-log.txt.

SuperF4 v0.8

30 Dec 22:09
Compare
Choose a tag to compare

2008-09-16:

  • Made the detection of Ctrl+Alt+F4 more secure, preventing faulty kills which could happen when SuperF4 didn't receive the keyup of the F4 key.
  • Only one instance of SuperF4 can now be run. Starting SuperF4 again will make the first instance add its tray icon if hidden.

SuperF4 v0.7

30 Dec 22:08
Compare
Choose a tag to compare

2008-05-11:

  • Keyhook now tries to get the SeDebugPrivilege privilege if OpenProcess fails, should be able to kill more programs.

SuperF4 v0.6

30 Dec 22:08
Compare
Choose a tag to compare

2008-03-15:

  • Small fix to prevent the key pressed from being propagated to another window after terminating the process.

SuperF4 v0.5

30 Dec 22:08
Compare
Choose a tag to compare

2008-03-05:

  • Fixed a rare case where SuperF4 would kill a program when the user pressed Alt+F4.