Piger Changelog

What's new in Piger 0.1.7

Sep 9, 2010
  • Change Plugin helper version number now returns the _full_ number major.minor.maint.build. It is up to the calling function to strip the numbers.
  • Change Updated the loader plugin to save the XML as soon as the command has been added removed.
  • Change Version number now comes from the exe itself rather than a hard coded value.
  • Change The keyboard input is rejected until the plugin returns.
  • Change command line arguments are now UNICODE.
  • Change Loader plugin is now 1000% more stable and reliable.
  • Fix Bug in myodd lib that would cause a crash with empty command lines.

New in Piger 0.1.6 (Dec 30, 2009)

  • Added plugin folder.
  • Added findAction(...) plugin function.
  • Added AppPath plugin.

New in Piger 0.1.5 (Dec 30, 2009)

  • Added __plugins folder that each plugins can use.
  • Change Loader plugin creates a LUA file to handle the commandsThis allows the user to edit the command file as well as the plugin to create more specific commands.
  • Change Changed the API to only have one function extern "C" PLUGIN_API AM_RESPONSE am_Msg( AM_MSG msg, WPARAM wParam, LPARAM lParam ); This will allow expension of the APIs.

New in Piger 0.1.4 (Dec 30, 2009)

  • Change Reordered the entire svn structure with tags/branches/trunk to be more standard.
  • Change Updated to latest version of boost.
  • Change Updated to latest version of myodd.
  • Change Command line arguments --d for root command directory.
  • Change Debug version use profiled.xml of the config file.
  • Fix Clipboard was not been restored properly.
  • Fix Api was returning the wrong number of arguments.

New in Piger 0.1.3 (Feb 16, 2009)

  • Fix The system tray menu would remain behind uninvited, (http://sourceforge.net/tracker/index.php?func=detail&aid=2132163&group_id=233683&atid=1090769)
  • Added os/ commands.
  • Added Rootcommands command to go directly to the root command folder.
  • Changed The name of the setup executable.

New in Piger 0.1.2 Alpha (Oct 10, 2008)

  • Change - LUA 5.1.4.
  • Change some improvement in the .lib file.