<?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; bugfix</title>
	<atom:link href="http://shutter-project.org/tag/bugfix/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>Fri, 06 Jan 2012 16:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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.011783 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>Shutter 0.85.1 is out &#8211; 8 bugfixes included</title>
		<link>http://shutter-project.org/2009/12/shutter-0-85-1-is-out-8-bugfixes-included/</link>
		<comments>http://shutter-project.org/2009/12/shutter-0-85-1-is-out-8-bugfixes-included/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 19:32:29 +0000</pubDate>
		<dc:creator>Romario</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[0.85.1]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=956</guid>
		<description><![CDATA[Shutter 0.85.1 is a bugfix release that doesn't add any new features.

If you've subscribed to the Ubuntu repository, you'll be prompted about an update being available automatically - otherwise, check the downloads page for individual packages. Maintainers of other distributions have been notified, so updates for that will be available soon.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000325 seconds-->
<!---Displayed in 0.013551 seconds.-->
<p>Shutter 0.85.1 is a bugfix release that doesn&#8217;t add any new features.</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 href="/index.php/downloads/">downloads</a> page 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.85.1~ppa3">  * Fixed bugs
    -- LP: <a title="Unable to set Shutter as default screenshot tool in Karmic" href="https://launchpad.net/bugs/471895">#471895</a>
       [Unable to set Shutter as default screenshot tool when using compiz]
    -- LP: <a title="need to check gtk version before calling gtk-image-menu-item-set-always-show-image" href="https://launchpad.net/bugs/488845">#488845</a>
       [check gtk version before calling gtk-image-menu-...]
    -- LP: <a title="capture menu / tooltip doesn't work with hardy (ubuntu 8.04)" href="https://launchpad.net/bugs/488895">#488895</a>
       [capture menu / tooltip doesn't work with gtk2-perl 1.161]
    -- LP: <a title="duplicate file after capturing a webpage and using $name in the filename" href="https://launchpad.net/bugs/488897">#488897</a>
       [duplicate file after capturing a webpage and using $name in th...]
    -- LP: <a title="copy filename / copy screenshot to clipboard should be xor" href="https://launchpad.net/bugs/486322">#486322</a>
       [copy filename / copy screenshot to clipboard should be xor]
    -- LP: <a title="Pressing Enter in the image editor doesn't save image" href="https://launchpad.net/bugs/486659">#486659</a>
       [Pressing Enter in the image editor doesn't save image]
    -- LP: <a title="copy and copy filename do not work in session tab" href="https://launchpad.net/bugs/486691">#486691</a>
       [copy and copy filename do not work in session tab]
    -- LP: <a title="can't shot localhost web" href="https://launchpad.net/bugs/488702">#488702</a>
       [can't shot localhost web]
  * updated translations</pre>
<p>As always, if you&#8217;ve found some issue, <a href="https://bugs.launchpad.net/shutter/+filebug">let us know</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2009/12/shutter-0-85-1-is-out-8-bugfixes-included/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

