<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shutter - Feature-rich Screenshot Tool &#187; imageshack</title>
	<atom:link href="http://shutter-project.org/tag/imageshack/feed/" rel="self" type="application/rss+xml" />
	<link>http://shutter-project.org</link>
	<description>Shutter is an open-source program, and is available completely for free!</description>
	<lastBuildDate>Mon, 23 Apr 2012 08:19:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Shutter 0.88 released</title>
		<link>http://shutter-project.org/2011/11/shutter-0-88-released/</link>
		<comments>http://shutter-project.org/2011/11/shutter-0-88-released/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 12:36:42 +0000</pubDate>
		<dc:creator>Romario</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[fixes]]></category>
		<category><![CDATA[imageshack]]></category>
		<category><![CDATA[imgur]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[twitpic]]></category>
		<category><![CDATA[ubuntu-pics]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[uploading]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=1538</guid>
		<description><![CDATA[This release improves Shutter's upload mechanism, adds new features and fixes bugs.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000333 seconds-->
<!---Displayed in 0.014902 seconds.-->
<p>This release improves Shutter&#8217;s upload mechanism, adds new features and fixes bugs.<br />
<span id="more-1538"></span></p>
<h2>Improved Uploading</h2>
<p>Due to the rewrite of major parts of the code it was never easier to write an upload plugin for Shutter. Hence we added a bunch of new image hosting services.</p>
<div id="attachment_1544" class="wp-caption aligncenter" style="width: 292px"><a href="http://shutter-project.org/wp-content/uploads/shutter_088_preferences.png" rel="shadowbox[sbpost-1538];player=img;" title="shutter_088_preferences"><img class="size-medium wp-image-1544" title="shutter_088_preferences" src="http://shutter-project.org/wp-content/uploads/shutter_088_preferences-282x300.png" alt="List of new upload plugins" width="282" height="300" /></a><p class="wp-caption-text">New upload plugins</p></div>
<p>Shutter does also remember the latest uploads now. See how all this works:</p>
<p><center><br />
<iframe src="http://player.vimeo.com/video/32618273" frameborder="0" width="400" height="230"></iframe><br />
<a href="http://vimeo.com/32618273">Improved Uploading</a> from <a href="http://vimeo.com/shutterproject">Mario Kemper</a> on <a href="http://vimeo.com">Vimeo</a>.</center>&nbsp;</p>
<h2>Improved CLI-Interface</h2>
<p>Is is now possible to specify the filename when using Shutter via command line. Here is an excerpt from Shutter&#8217;s manual page:</p>
<pre>-o, --output=FILENAME
   Specify a filename to save the screenshot to (overwrites any profile-related
   setting).

   Supported image formats: You can save to any popular image format (e.g. jpeg, png,
   gif, bmp). Additionally it is possible to save to pdf, ps or svg.

   Please note: There are several wildcards available, like

	%Y = year
	%m = month
	%d = day
	%T = time
	$w = width
	$h = height
	$name = multi-purpose (e.g. window title)
	$nb_name = like $name but without blanks in resulting strings
	$profile = name of current profile
	$R = random char (e.g. $RRRR = ag4r)
	%NN = counter

   The string is interpretted by strftime. See "man strftime" for more examples.

   As an example: shutter -f -e -o './%y-%m-%d_$w_$h.png' would create a file named
   '11-10-28_1280_800.png' in the current directory.</pre>
<pre></pre>
<p>Particularly interesting is the possibility to export directly to PDF without any further processing.</p>
<h2>Want to develop an upload plugin?</h2>
<p>All you need is a) some knowledge of <a href="http://en.wikipedia.org/wiki/Perl" target="_blank">Perl</a> b) this <a title="Developers" href="http://shutter-project.org/contribute/developers/">template</a>!</p>
<h2>You are a package maintainer?</h2>
<p>Shutter used to ship some Perl modules within the release tarball. We removed those custom modules because of security reasons. Please have a look at our <a title="Dependencies" href="http://shutter-project.org/downloads/dependencies/">list of dependencies</a> to check if your current package does fulfill the needs of the new version. If you have any questions, please feel free to <a title="Contact" href="http://shutter-project.org/contact/">contact</a> us.</p>
<h2>How to install?</h2>
<p>If you&#8217;ve subscribed to the Ubuntu repository, you&#8217;ll be prompted about an update being available automatically &#8211; otherwise, check the <a title="Downloads" href="http://shutter-project.org/downloads/" target="_blank">downloads page</a> for individual packages. Updates for other distributions will be available soon. Changelog:</p>
<pre>  * New Features
    -- Refactored the uploading code (added support for plugins)
    -- Added new upload plugins
    -- Public links are now saved when a screenshot was uploaded
    -- New command line option: specify filename
  * New Upload Plugins
    -- Dropbox
    -- ImageBanana
    -- ImageShack
    -- Imgur
    -- ImmIO
    -- ITmages
    -- Minus
    -- Omploader
    -- ToileLibre
    -- TwitPic
    -- UbuntuPics
  * Fixed bugs / minor improvements
    -- LP: #342622
       [Remember upload links]
    -- LP: #841328
       [black corners if window is selected from the window list]
    -- LP: #888441
       [dialog not clickable when renaming a file]
    -- LP: #889031
       [Package should'nt provide own perl libraries]
    -- LP: #892703
       [After unlinking from Dropbox there is no way to relink it again]
    -- LP: #650701
       [retrieve Public URL if screenshot is already uploaded]
    -- LP: #675911
       [Url not selected when i do single click]
    -- LP: #793462
       [Short URL in imageshack.us]
    -- LP: #870556
       [specify file name on command line]
    -- LP: #374024
       [http://omploader.org/ as new image hoster]
    -- LP: #486490
       [Feature Request: Upload to imgur]
    -- LP: #489598
       [Wish: Add Twitpic support]
    -- LP: #598818
       [feature request: extensible imagehost/upload tools]
    -- LP: #602209
       [Add integration with Dropbox]
    -- LP: #619748
       [Add ubuntuusers.de thumbnail code to any of the hosting plugins]
    -- LP: #651029
       [Feature Request: Upload to ITmages]
    -- LP: #703299
       [Add upload to http://pix.toile-libre.org/]
    -- LP: #785032
       [min.us uploading support]
    -- LP: #793463
       [More image services to upload]
  * improved support for Gnome-Shell
  * several smaller bugfixes
  * updated translations</pre>
<p>Enjoy this release!</p>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2011/11/shutter-0-88-released/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>New bugfix release 0.87.1</title>
		<link>http://shutter-project.org/2011/03/new-bugfix-release-0871/</link>
		<comments>http://shutter-project.org/2011/03/new-bugfix-release-0871/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 19:11:31 +0000</pubDate>
		<dc:creator>Romario</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[enter]]></category>
		<category><![CDATA[escape]]></category>
		<category><![CDATA[imageshack]]></category>
		<category><![CDATA[keyboard]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=1399</guid>
		<description><![CDATA[Shutter 0.87.1 does not add any new features but fixes some annoying bugs.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000616 seconds-->
<!---Displayed in 0.015025 seconds.-->
<div>
<p>Shutter 0.87.1 does not add any new features but fixes some annoying bugs.</p>
<p><span id="more-1399"></span></p>
<p>If you&#8217;ve subscribed to the Ubuntu repository, you&#8217;ll be prompted about an update being available automatically &#8211; otherwise, check the <a title="Downloads" href="http://shutter-project.org/downloads/">downloads</a> page for individual packages. Updates for other distributions will be available soon.</p>
<p>Changelog:</p>
<pre id="shutter_0.86.2~ppa3">
<pre id="shutter_0.87.1~ppa6">  * Fixed bugs / minor improvements
    -- LP: <a href="https://launchpad.net/bugs/657585">#657585</a>
       [Shutter ignores typed-in save location]
    -- LP: <a href="https://launchpad.net/bugs/695295">#695295</a>
       [Section: Encoding problems in non-english version of Shutter]
    -- LP: <a href="https://launchpad.net/bugs/697483">#697483</a>
       [Initial image in DrawingTool shouldn't be locked by default]
    -- LP: <a href="https://launchpad.net/bugs/705094">#705094</a>
       [Enter and Escape keys don't work any more]
    -- LP: <a href="https://launchpad.net/bugs/705315">#705315</a>
       [Shutter failed to take screenshot on seamless mode of virtualbox]
    -- LP: <a href="https://launchpad.net/bugs/708753">#708753</a>
       [Tab closing crashes in some circumstances]
    -- LP: <a href="https://launchpad.net/bugs/723075">#723075</a>
       [Error while opening image 'sel_window_list.svg']
    -- LP: <a href="https://launchpad.net/bugs/730883">#730883</a>
       [Profiles doesn't save some information]
    -- LP: <a href="https://launchpad.net/bugs/731495">#731495</a>
       [Uploading to ImageShack broken]
  * updated translations</pre>
</pre>
<p>&nbsp;</p>
<p>Enjoy this release!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2011/03/new-bugfix-release-0871/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shutter meets Cloud</title>
		<link>http://shutter-project.org/2010/08/shutter-0-86-3-adds-integration-with-ubuntu-one-and-new-icons/</link>
		<comments>http://shutter-project.org/2010/08/shutter-0-86-3-adds-integration-with-ubuntu-one-and-new-icons/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 21:18:47 +0000</pubDate>
		<dc:creator>Romario</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[bugfixes]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[fixes]]></category>
		<category><![CDATA[imageshack]]></category>
		<category><![CDATA[status icon]]></category>
		<category><![CDATA[ubuntu one]]></category>
		<category><![CDATA[ubuntu-mono]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=1047</guid>
		<description><![CDATA[We are happy to announce the release of Shutter 0.86.3. Shutter 0.86.3 adds support for Ubuntu One, a cloud service by Canonical. Ubuntu One allows you to publish your files easily while always keeping control over all of your files. In case are using the latest Ubuntu release (10.04 - Lucid Lynx) with its new default theme, you will also appreciate the new icons (ubuntu-mono) that come with this version of Shutter.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000323 seconds-->
<!---Displayed in 0.013899 seconds.-->
<div>
<p>We are happy to announce the release of Shutter 0.86.3.</p>
<h2>Ubuntu One</h2>
<p>Shutter 0.86.3 adds support for Ubuntu One, a cloud service by Canonical. Check out this video to see how uploading works:</p>
<p><a href="http://shutter-project.org/wp-content/uploads/Ubuntu-One.ogv" target="_blank">Ubuntu One</a></p>
<p>Ubuntu One allows you to publish your files easily while always keeping control over all of your files.</p>
<p><strong>Note:</strong> It only works with Ubuntu 10.04 (Lucid Lynx) or later. Additionally you need the package libnet-dbus-glib-perl to use it. If you have added our <a href="http://shutter-project.org/faq-help/ppa-installation-guide/" target="_blank">PPA</a>, you can install the package via terminal &#8211; go to the <a href="http://shutter-project.org/downloads/" target="_blank">downloads</a> page otherwise:</p>
<pre>sudo apt-get install libnet-dbus-glib-perl</pre>
<h2>New Icons</h2>
<p>In case are using the latest Ubuntu release (10.04 &#8211; Lucid Lynx) with its new default theme, you will also appreciate the new icons (ubuntu-mono) that come with this version of Shutter &#8211; thanks to Duncan Lock.</p>
<p><a href="http://shutter-project.org/wp-content/uploads/ubuntu-mono-icon.png" rel="shadowbox[sbpost-1047];player=img;" title="ubuntu-mono-icon"><img class="aligncenter size-thumbnail wp-image-1054" title="ubuntu-mono-icon" src="http://shutter-project.org/wp-content/uploads/ubuntu-mono-icon-150x61.png" alt="" width="150" height="61" /></a></p>
<h2>Image Hosting</h2>
<p>The (very reliable) image hosting service ubuntu-pics.de was discontinued (too much spam) so we removed this service from Shutter. Imagebanana.com and imageshack.us were broken as well and should work again now.</p>
<h2>How to Get it</h2>
<p>If you&#8217;ve subscribed to the Ubuntu repository, you&#8217;ll be prompted about an update being available automatically &#8211; otherwise, check the <a href="/index.php/downloads/" target="_blank">downloads</a> page for individual packages. Maintainers of other distributions will be notified, so updates for that will be available soon.</p>
<p>Changelog:</p>
<pre id="shutter_0.86.3~ppa4">  * New features
    -- Publish via Ubuntu One
    -- New humanity icons (ubuntu-mono-dark and ubuntu-mono-light)
  * Fixed bugs / minor improvements
    -- LP: <a href="https://launchpad.net/bugs/361971">#361971</a>
       [Rename Redo to Retry in upload failure dialog]
    -- LP: <a href="https://launchpad.net/bugs/506181">#506181</a>
       [Would like integration with Ubuntu One]
    -- LP: <a href="https://launchpad.net/bugs/552842">#552842</a>
       [function to hash the file name]
    -- LP: <a href="https://launchpad.net/bugs/577040">#577040</a>
       [Add a --version command line argument]
    -- LP: <a href="https://launchpad.net/bugs/582134">#582134</a>
       [Cannot export photos to imageshack]
    -- LP: <a href="https://launchpad.net/bugs/610042">#610042</a>
       [Ubuntu-pics.de is dead]
    -- LP: <a href="https://launchpad.net/bugs/610784">#610784</a>
       [Cannot export photos to imagebanana]
  * updated translations</pre>
<p>Enjoy this release!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2010/08/shutter-0-86-3-adds-integration-with-ubuntu-one-and-new-icons/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://shutter-project.org/wp-content/uploads/Ubuntu-One.ogv" length="469538" type="video/ogg" />
		</item>
		<item>
		<title>Shutter 0.70.1 out, adds various fixes</title>
		<link>http://shutter-project.org/2009/03/shutter-0701-out-adds-various-fixes/</link>
		<comments>http://shutter-project.org/2009/03/shutter-0701-out-adds-various-fixes/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 02:02:11 +0000</pubDate>
		<dc:creator>Vadim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[0.70.1]]></category>
		<category><![CDATA[freeze]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[imageshack]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=461</guid>
		<description><![CDATA[Shutter 0.70.1 is a purely bugfix release that doesn't add any new features, so it wasn't even worthy of being called 0.71.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.001049 seconds-->
<!---Displayed in 0.013487 seconds.-->
<p><a title="About Shutter" href="http://shutter-project.org/about/">Shutter</a> 0.70.1 is a purely bugfix release that doesn&#8217;t add any new features, so it wasn&#8217;t even worthy of being called 0.71.</p>
<p>If you&#8217;ve subscribed to the <a href="http://shutter-project.org/faq-help/ppa-installation-guide/">Ubuntu repository</a>, you&#8217;ll be prompted about an update being available automatically &#8211; otherwise, check the <a href="http://shutter-project.org/downloads/">downloads page</a> for individual packages. Maintainers of other distributions have been notified, so updates for that will be available soon.</p>
<p>Here is the list of issued fixed:</p>
<pre id="shutter_0.70.1~ppa2" style="margin: 0pt;">    -- LP: <a title="When using a metacity theme with rounded corners, corners are not transparent" href="https://launchpad.net/bugs/260771">#260771</a>
       [Detect 'window-manager-changed' event]
    -- LP: <a title="Weird paths after uploading" href="https://launchpad.net/bugs/328654">#328654</a>
       [Weird paths after uploading]
    -- LP: <a title="Uploading to imageshack is broken" href="https://launchpad.net/bugs/338829">#338829</a>
       [Uploading to imageshack is broken]
    -- LP: <a title="Open with dialog freezes shutter and desktop" href="https://launchpad.net/bugs/338990">#338990</a>
       [Open with dialog freezes shutter and desktop]
    -- LP: <a title="Capture Website creates two files" href="https://launchpad.net/bugs/340253">#340253</a>
       [Capture Website creates two files]
    -- LP: <a title="Use fallback icons if icon does not exist" href="https://launchpad.net/bugs/340459">#340459</a>
       [Use fallback icons if icon does not exist]</pre>
<p>As always, if you&#8217;ve found some issue, <a href="http://shutter-project.org/contact/">let us know</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2009/03/shutter-0701-out-adds-various-fixes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>GScrot is now Shutter</title>
		<link>http://shutter-project.org/2009/02/gscrot-is-now-shutter/</link>
		<comments>http://shutter-project.org/2009/02/gscrot-is-now-shutter/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 03:40:21 +0000</pubDate>
		<dc:creator>Vadim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[gscrot]]></category>
		<category><![CDATA[imageshack]]></category>
		<category><![CDATA[new name]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[shutter]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=338</guid>
		<description><![CDATA[After some suggestions and careful considerations, we've now decided to rename GScrot into Shutter. Along with that decision, we now also have a nicer logo (thanks to Pascal Grochol), and a nicer website!]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000339 seconds-->
<!---Displayed in 0.013501 seconds.-->
<p>After some suggestions and careful considerations, we&#8217;ve now decided to rename GScrot into Shutter. Along with that decision, we now also have a nicer logo (thanks to Pascal Grochol), and a nicer website!</p>
<p>If you&#8217;ve been subscribed to <a title="Shutter PPA" href="http://shutter-project.org/faq-help/ppa-installation-guide/">our PPA</a>, then you&#8217;ll automatically be notified of an upgrade. Otherwise, you can download an updated version of Shutter <a href="http://shutter-project.org/downloads/">here</a>, which will replace GScrot. Instead of GScrot in Applications→Accessories, you&#8217;ll now see Shutter <img src='http://shutter-project.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks to the community at ubuntuforums.org for contributing to the <a href="http://ubuntuforums.org/showthread.php?t=1030391">name brainstorming</a>, and especially <a href="http://ubuntuforums.org/showpost.php?p=6492345&amp;postcount=3">damis648</a> for coming up with the name.</p>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2009/02/gscrot-is-now-shutter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

