<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="versions.xsl"?>
<product>
  <name>ScreenShot-Plugin</name>
  <type>Plugin</type>
  <branch>1</branch>
  <full_version>2.0.0</full_version>
  <versions>
    <version>
      <release>2.0.0</release>
      <build>200</build>
      <released>2010-07-13</released>
      <comment>new Display object to better deal with multiple monitors</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>added Display object with display ID, height, width, (global) x and (global) y</description>
        </change>
        <change>
          <type>enh</type>
          <description>added Display.createScreenShot() to create a screenshot of a specific display</description>
        </change>
        <change>
          <type>enh</type>
          <description>added Display.writeScreenShotToFile() to write a screenshot of a specific display to a file</description>
        </change>
        <change>
          <type>enh</type>
          <description>added getDisplays() to get a Display[] array of displays</description>
        </change>
        <change>
          <type>enh</type>
          <description>added getDefaultDisplay() to get the main display</description>
        </change>
        <change>
          <type>enh</type>
          <description>added getServoyWindowDisplay() to get the display the current Servoy window is on</description>
        </change>
        <change>
          <type>enh</type>
          <description>added createScreenShots() to get a byte[][] array with screenshot data of all displays</description>
        </change>
        <change>
          <type>enh</type>
          <description>added defaultFileFormat property to get / set the default format used (default is jpg)</description>
        </change>
        <change>
          <type>enh</type>
          <description>fixed black screenshot issues on Macs with several monitors; due to a bug in Apple's JVM it is no longer possible to capture a screenshot of a Servoy window that is between two displays</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.2.1</release>
      <build>121</build>
      <released>2009-12-13</released>
      <comment>improved compatibility with Servoy 5</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>improved compatibility with Servoy 5</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.2.0</release>
      <build>1</build>
      <released>2008-12-17</released>
      <comment>Improved compatibility with Servoy 4</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>Improved compatibility with Servoy 4</description>
        </change>
        <change>
          <type>enh</type>
          <description>writeToFile accepts JSFile object</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.1.1</release>
      <build>111</build>
      <released>2008-03-08</released>
      <comment>Registration required</comment>
      <changes>
        <change>
          <type>chg</type>
          <description>the plugin now needs to be registered. A free license key can be obtained from our shop.</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.0.0</release>
      <build>100</build>
      <released>2007-10-30</released>
      <comment>Initial release</comment>
    </version>
  </versions>
</product>


