What's new in Simple Python Keylogger 1.2.1

Apr 21, 2010
  • Fix bug in log ftp transfer, which caused the same files to be uploaded multiple times over subsequent runs.
  • Write data to file when minute rolls over, even when there are no events.
  • Explicitly open files for ftp transfer in binary mode, even though it's probably not necessary.

New in Simple Python Keylogger 1.1.0 (Jul 14, 2009)

  • Major code refactoring, to allow for ease in implementing additional functionality.
  • Add log FTPer.
  • Every logger now has its own independent controls for emailing, zipping, etc.
  • Every logger now logs to its own subdirectory of the main log directory.
  • Fix some potential thread synchronization bugs by using log directory locks.
  • The refactoring should also fix the occurrence of errors on exit due to unclean thread shutdown
  • GUI improvements, using the Pmw toolkit (http://pmw.sourceforge.net/)
  • Improve formatting of .ini validation error messages
  • Improve formatting of tooltips
  • A number of other smaller fixes

New in Simple Python Keylogger 1.0.4 (May 21, 2009)

  • Fix bug discovered by Will Ashford (who also gracefully provided a simple fix): if an application that isn't present on the computer is listed under 'Applications Not Logged', then no keystrokes whatsoever would be recorded, since an exception gets thrown every time.
  • Fix bug where the desktop shortcut created by the installer pointed to a nonexistent executable.
  • Fix the stealth installer build to link shortcuts to the correct stealth-renamed executables.
  • Usability improvements for the distribution builder script.