Skip to content
Snippets Groups Projects
NEWS 6.26 KiB
Newer Older
Jerome Guelfucci's avatar
Jerome Guelfucci committed
=== Version 1.5.1 ===

  * Bugfixes:
    - fix a problem in the po file header which was displayed in
      --help on OpenBSD.
    - do not respawn the application after taking a screenshot, it can
      be annoying.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - fix build without Gio (#4894).
    - do not use a verb for the desktop file title (#4914).
    - set the correct folder in the filechooser when using the -s CLI
      option. Thanks to Enrico Tröger.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - fix a crash of the panel plugin involving the "Open with" list (#4971).
    - also take the mouse pointer when taking a screenshot.
Jerome Guelfucci's avatar
Jerome Guelfucci committed

  * Translations updates.

Jerome Guelfucci's avatar
Jerome Guelfucci committed
=== Version 1.5.0 ===
  * Bugfixes:
    - Fix some compiler warnings.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - Fix in typo in the desktop file for the application and the
      plugin.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - Plug some leaks when saving a screenshot and when saving
      preferences in the panel plugin.
Jerome Guelfucci's avatar
Jerome Guelfucci committed

Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * Enhancements:
    - Updated translations.
    - Indonesian documentation.

Jerome Guelfucci's avatar
Jerome Guelfucci committed
=== Version 1.4.90 ===
  The application is now named "Xfce4 Screenshooter", the adress of the
  SVN trunk has changed and the one of the website too. See the README
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  file. xfce4-panel dependency has been bumped to >= 4.4.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * Bugfixes:
    - correctly grab active windows. In particular, menus are grabbed
      now (bug #4611).
    - correctly save the preferences, even if ~/.config/xfce4 does
      not exist. Thanks to Nick Schermer for the explanations.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - when saving the screenshot fails, show an error dialog
      explaning why it failed.
    - fix some remaining crashes when taking a screenshot of the active
      window.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - only read the preferences file once when opening the application.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - don't automatically set filenames in the file chooser, as user set
Jerome Guelfucci's avatar
Jerome Guelfucci committed
      ones are overriden (bug #4748).
Jerome Guelfucci's avatar
Jerome Guelfucci committed

  * Enhancements:
    - Use -V for the version CLI option.
    - Add possibility to copy the screenshot to the clipboard, thanks to
      David Collins.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - Add possibility to define region to be captured using the mouse,
Jerome Guelfucci's avatar
Jerome Guelfucci committed
      thanks to David Collins.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - Add CLI options for the region selection and to open the
Jerome Guelfucci's avatar
Jerome Guelfucci committed
      screenshot with an application.
    - The dialog for the plugin preferences and the application has been
Jerome Guelfucci's avatar
Jerome Guelfucci committed
      totally rewritten to improve the user interface: it should look
      cleaner and tooltips have been added. Work started by David
    - When using delay, detect the area to screenshot after the delay,
      and not before, as it caused weird results in some cases.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    - Add a documentation accessible from the application and the panel
      plugin.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
=== Version 1.4.0 ===

  * Fix build with --disable-maintainer-mode on some configurations.

=== Version 1.3.9.3 ===

  * Fix build on some configurations.

=== Version 1.3.9.2 ===

  * Hopefully fix bug 4601, crash with "BadWindow" X error.
  * Fix bug 4571.
  * Translations:
    Basque (Piarres Beobide), German (Fabian Nowak), Spanish (Abel Martín),
    Indonesian (Andhika Padmawan), Japanese (Nobuhiro Iwamatsu),
    Dutch (Vincent Tunru), European Portuguese (Nuno Miguel).

Jerome Guelfucci's avatar
Jerome Guelfucci committed
=== Version 1.3.9.1 ===

  * Apply a patch by Enrico Tröger to fix a crash.
  * Plug some additionnal leaks.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * If no application is selected to open the screenshots, show the save dialog
    as usual. If an application is selected, save the screenshot in /tmp without
    showing the save dialog, and open it with the application. The user will
    then be able to do what he wants to do with the picture, and to save it
    where he wants using the application.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * Fallback to "exec" icon in the "open with" combo box.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * Updated or new translations:
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    Basque (Piarres Beobide e), Brazilian Portuguese (Og Maciel),
    Catalan (Carles Muñoz Gorriz), Czech (Michal Várady),
Jerome Guelfucci's avatar
Jerome Guelfucci committed
    Dutch (Stephan Arts), Finnish (Elias Julkunen), French,
    Norwegian Bokmål (Terje Uriansrud), Turkish (Gökmen Görgen),
Jerome Guelfucci's avatar
Jerome Guelfucci committed

=== Version 1.3.9.0 ===
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * Add a dialog to set the screenshot options and take a screenshot when no
    CLI option is given to the executable, add a menu entry for the application.
  * Add options to open the screenshot with an application after taking it. This
    depends on GIO.
  * Use applets-screenshooter icon for preferences dialog and save dialog.
  * Add some default icons taken from the Rodent icon theme to make sure the
    applet has an icon.
  * BUGFIX: Plug some remaining leaks and remove some useless code in main.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * BUGFIX: Fix a crash when using the screenshooter to take a screenshot of the
    desktop when xfdesktop is set up not to display any icons.
  * New and updated translations, thanks to the fabulous translation team.
  * New CLI option to take a screenshot of the desktop.
=== Version 1.3.2 ===
  * BUGFIX: plug some stupid leaks.
  * BUGFIX: when the active window is the desktop, instead of returning a
    corrupted snapshot of the background image, return the whole desktop view.
  * Code cleanup using libgdk functions.
  * Use tooltips for panel plugin when compiled with gtk >= 2.12.
  * Fix all compiler warnings.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * Comment the code and make it more readable.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * IMPROVEMENT: now, the name of the screenshot is updated while browsing in
    the file chooser to set its save location.
=== Version 1.3.1 ===
  * BUGFIX: Fix -s switch with relative path.

  * Code cleanup, remove deprecated code.
  * Reduce code duplication between the executable and the plugin.
  * New CLI option to save screenshots without showing a save dialog.
  * New CLI option to set the save directory.
  * New CLI option to set a default save directory, saved in a rc file.
  * BUGFIX: generate file names correctly, screenshots should now be
    saved in the correct place, whatever mode is being used.
Jerome Guelfucci's avatar
Jerome Guelfucci committed
  * A lot of updated/new translations.
=== Version 1.2.0 ===
  * Fix gcc warnings.
  * Add manpage taken from Debian package.
  * Cleaned the preferences dialog to make it look like the ones of
    others panel plugins. Use frames to separate different options.
  * Added default save location to the plugin.
  * BUGFIX: the executable sometimes opened the save dialog in weird places,
    now it shows the home directory by default.
  * Some others code cleanups.
  * Delay now works.
  * Canceling save now works.
  * Executable to take screenshots from cli or with a keybinding.
  * Many code improvements.
  * Updated Brasilian, Croatian, Dutch, French and German translations.