New version 3.0.1.

** Description changed:

- Please, update gthumb to the last version from upstream: 3.0.0. This
+ Please, update gthumb to the last version from upstream: 3.0.1. This
  update solves the bug #658748
  
- http://ftp.gnome.org/pub/GNOME/sources/gthumb/3.0/gthumb-3.0.0.tar.xz
+ http://ftp.gnome.org/pub/GNOME/sources/gthumb/3.0/gthumb-3.0.1.tar.xz
  
  Thanks.
+ 
+ Overview of changes from gThumb 3.0.0 to 3.0.1
+ ==============================================
+ 
+  Bugs fixed:
+ 
+   * Resize images: correctly restore the last used width and height
+     (#675498)
+   * Preserve XMP lists when saving an image. (#674908)
+   * Fixed loading of thumbnails after re-enabling thumbnails again.
+   * Fixed mouse wheel navigation with the video viewer.
+   * Added a man page.
+ 
+  New or updated application translations:
+ 
+   * French (Claude Paroz)
+   * German (Christian Kirbach)
+   * Russian (Yuri Myasoedov)
+ 
  
  Overview of changes from gThumb 2.90.3 to 3.0.0
  ===============================================
  
-  Bugs fixed:
+  Bugs fixed:
  
-   * Metadata category names WON'T show translated strings (Jiro
-     Matsuzawa) (#674033)
-   * Selections: fixed keyboard shortcuts for some keyboard layouts.
-     (#673872)
-   * Fixed compilation without libjpeg.
-   * Ignore extensions with a different API version.
-   * Fixed file navigation with the mouse wheel with Gtk+ 3.4.0 or
-     greater.
-   * Fixed possible crash when changing location.
+   * Metadata category names WON'T show translated strings (Jiro
+     Matsuzawa) (#674033)
+   * Selections: fixed keyboard shortcuts for some keyboard layouts.
+     (#673872)
+   * Fixed compilation without libjpeg.
+   * Ignore extensions with a different API version.
+   * Fixed file navigation with the mouse wheel with Gtk+ 3.4.0 or
+     greater.
+   * Fixed possible crash when changing location.
  
-  New or updated application translations:
+  New or updated application translations:
  
-   * Czech (Marek Černocký)
-   * Japanese (OKANO Takayoshi)
-   * Norwegian/Bokmaal (Kjartan Maraas)
+   * Czech (Marek Černocký)
+   * Japanese (OKANO Takayoshi)
+   * Norwegian/Bokmaal (Kjartan Maraas)
  
  Overview of changes from gThumb 2.90.2 to 2.90.3
  ================================================
  
    New features and user visible changes:
  
    * Selections: fixed reordering of files; added command
      Alt+Shift+n to remove
      files from selection n; added a command to open the original
      folder; show an emblem when a file is added to a selection.
  
   Bugs fixed:
  
    * Require exiv2 version 0.21. since the code uses Exiv2::LogMsg
      (#673711)
    * Removed potentially dangerous strncpy (#672866)
    * Fixed possible crash when changing directory quickly.
    * Fixed possible crash after closing the context menu in the
      folder tree.
    * Fixed run-time warning when uninhibiting the screensaver.
  
   New or updated application translations:
  
    * Czech (Marek Černocký)
    * Español (Daniel Mustieles)
    * Lietuvių (Aurimas Černius)
    * Polish (Piotr Drąg)
    * Slovenian (Matej Urbančič)
  
   New or updated manual translations:
  
    * Slovenian Translation (Andrej Žnidaršič)
  
  Overview of changes from gThumb 2.14.2 to 2.90.1
  ================================================
  
   New features and user visible changes:
  
  * Added 'selections' as a more powerful way to select files. Selections
  are similar to catalogs but their content is lost after closing the
  application. Use Alt-n to add files to selection n, and Control-n to
  view selection n,
  
      for n in the 1..3 interval.
    * High quality zoom for SVG images. Requires librsvg.
  
  * Comment and tags dialogs: allow to save the metadata without closing
  the
  
      dialog.
    * Added option to reuse the active window when opening files from an
      external application.
    * Allow to hide/show the file properties pane.
    * Allow to change the position of the file properties in browser mode.
    * Save the image keyworks in the Xmp.dc.subject tag as well.
    * Save the Exif.Image.Software tag only if the content was modified.
    * Sync the rating with the Xmp.xmp.Rating tag.
  
  * Video viewer: jump to the specified position when clicking on the
  progress
  
      bar.
  
  * Video viewer: use symbolic icons for the play button and the volume
  control.
  
    * Make the 'shrink wrap' command work for the video viewer as well.
    * Image viewer: hide the horizontal scrollbar in 'fit width' mode.
    * Image viewer: implemented the checked transparency.
    * Show the Edit button in browser mode as well.
    * Moved the location chooser above the file list.
  
  * Preferences: show the slideshow preferences in the viewer tab to save
  some
  
      horizontal space.
    * Use the PICTURES special dir as the default startup location.
  
   Internal code changes:
  
    * Ported to Gtk+ 3
    * Ported from GConf to GSettings. Automatically convert the GConf values.
    * Ported from libunique to GtkApplication.
    * Ported to libchamplain version 0.12.
    * Removed use of deprecated functions.
    * Use the G_DEFINE_* macros to define GObject classes.
  
  * Added a custom widget to display the thumbnail list instead of
  GtkIconView.
  
   New or updated application translations:
  
    * Czech (Marek Černocký)
    * Español (Daniel Mustieles)
    * Esperanto (Kristjan SCHMIDT)
    * French (Claude Paroz)
    * German (Christian Kirbach)
    * Indonesian Translation (Andika Triwidada)
    * Italiano (Gianvito Cavasoli)
    * Japanese (Jiro Matsuzawa)
    * Polish (Piotr Drąg)
    * Russian (Yuri Myasoedov)
    * Slovenian Translation (Matej Urbančič)
    * Swedish (Daniel Nylander)
  
   New or updated manual translations:
  
    * Deutsch (Mario Blättermann)
    * Español (Daniel Mustieles)
    * French (Claude Paroz)
  
  Overview of changes from gThumb 2.90.1 to 2.90.2
  ================================================
  
   New features and user visible changes:
  
    * Added a Location dialog to enter the path to display.
    * Copy/Move dialog: save the list of the last 10 choosed folders.
    * Added a tool to import the embedded metadata in the gThumb comment
      system.
    * Map view: added a scale on the map.
  
   Bugs fixed:
  
    * Thumbnail pane stays empty until directory change. (#672184)
    * Always compile the cairo png loader. (#671940)
    * Fixed compilation when libtiff is not available. (#671892)
    * Fixed error when compiling with gtk+ 3.3.18. (#671451)
    * Show "Moving" instead of "Copying" when moving a file.
    * Fixed some performance issues when updating thumbnails.
    * Fixed many memory leaks.
  
   New or updated application translations:
  
    * Slovenian Translation (Matej Urbančič)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964797

Title:
  Please, update package gthumb to 3.0 Final

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gthumb/+bug/964797/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to