pasaffe (0.58-0ubuntu1) noble; urgency=medium

  * New upstream release (FFe LP: #2056690)
    - Add email field
    - Updated translations
    - Fix some deprecation warnings in the test suite

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sat, 09 Mar 2024 18:06:05 -0500

pasaffe (0.57-0ubuntu1) hirsute; urgency=medium

  * New upstream release
    - Fixed deprecated ElementTree API (LP: #1907304)
    - Fix some deprecation warnings in the test suite

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 15 Mar 2021 09:31:36 -0400

pasaffe (0.56-0ubuntu1) focal; urgency=medium

  * New upstream release
    - Fix some warnings with a newer version of flake8 (LP: #1860613)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 28 Jan 2020 14:23:41 -0500

pasaffe (0.55-0ubuntu1) focal; urgency=medium

  * New upstream release
    - Passwords are now displayed in a monospaced font in the right pane.
    - PEP 8 cleanup

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Fri, 15 Nov 2019 14:35:58 -0500

pasaffe (0.54-0ubuntu1) focal; urgency=medium

  * New upstream release
    - Clear the clipboard when locking or closing the window.
      Do not clear clipboard content from another program.
    - Make Double-click behaviour configurable.
    - Make displaying usernames in tree configurable.
    - Password field is now displayed in a monospaced font to prevent
      certain characters from looking the same.
    - Double click on tree item toggles folder expanded state or copies
      password.
    - On enter, toggles folder expanded state or opens password entry for
      edit.
    - Navigate tree with left & right key presses: toggling expanded state
      or going to parent / child.
    - Fixed bug in set_tree_expansion which could result in only partial
      expansion of the tree.
    - goto_uuid now also correctly displays folders.
    - Show copy menu items first in the tree item context menu
    - Display username in the tree view item title
    - Fix copy truncates password containing pound sign (LP: #1819141)
  * debian/control: switch debhelper Build-Depends to debhelper-compat,
    add dh-python Build-Depends, updated to standards-version 4.4.0,
    changed Priority to optional.
  * debian/compat: removed, no longer needed.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 23 Oct 2019 08:13:32 -0400

pasaffe (0.51-0ubuntu1) bionic; urgency=medium

  * New upstream release
    - Switch folder icon to symbolic icon
    - Updated translations

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 20 Dec 2017 12:37:51 -0500

pasaffe (0.50-0ubuntu1) bionic; urgency=medium

  * New upstream release
    - Set window title based on current loaded file. Thanks to Tristan Hill.
    - Switch to symbolic icons
    - Updated translations
    - Make password window non-resizable
    - Escape text e.g. in case of & in entry name. Thanks to Tristan Hill.
    - Fix issue where Pasaffe would think a save was required when no
      fields were changed in an entry.
    - Fix some untranslated strings.
    - Updated deprecated Gtk widgets.
    - Properly support popup menus on Wayland.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 19 Dec 2017 19:42:55 -0500

pasaffe (0.49-0ubuntu1) artful; urgency=medium

  * New upstream release
    - Updated translations
    - Add support for opening psafe3 files from the file manager. Thanks to
      Tristan Hill.
    - Raised password iteration limit from 50k to 100k. Thanks to
      Joshua C. Randall.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sun, 21 May 2017 13:44:59 -0400

pasaffe (0.48-0ubuntu1) zesty; urgency=medium

  * New upstream release
    - Updated translations
    - Fixed compatibility with GTK+ 3.20.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 13 Mar 2017 11:26:34 -0400

pasaffe (0.47-0ubuntu1) yakkety; urgency=medium

  * New upstream release
    - Updated translations
    - Error when opening database containing missing entry titles
    - Properly handle blank entry and folder titles
    - Don't crash if yelp is not installed

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 16 Jun 2016 17:04:54 +0300

pasaffe (0.46-0ubuntu2) yakkety; urgency=medium

  * debian/control: drop yelp from Depends to Recommends. (LP: #1590848)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 09 Jun 2016 12:07:23 -0400

pasaffe (0.46-0ubuntu1) xenial; urgency=medium

  * New upstream release
    - Searches are now accent-insensitive (LP: #1488333)
    - PEP 8 cleanup
  * debian/control: added python3-unidecode to BuildDepends and Depends

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sun, 13 Mar 2016 11:25:37 -0400

pasaffe (0.45-0ubuntu1) xenial; urgency=medium

  * New upstream release
    - Added new pasaffe-cli command-line interface, thanks to C de-Avillez.
    - Specify Gtk version to prevent warning
    - Stop using deprecated find icon
  * debian/control: added python3-gi and gir1.2-gtk-3.0 to BuildDepends

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 17 Feb 2016 19:09:04 -0500

pasaffe (0.44-0ubuntu1) wily; urgency=medium

  * New upstream release
    - PEP 8 cleanup
    - No longer hardcode icon location (LP: #1459823)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 30 Jul 2015 22:06:22 -0400

pasaffe (0.43-0ubuntu1) vivid; urgency=medium

  * New upstream release
    - Updated translations
    - Make sure left pane is focused on startup

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sun, 08 Mar 2015 14:32:25 -0400

pasaffe (0.42-0ubuntu1) vivid; urgency=medium

  * New upstream release
    - Updated translations
    - Slightly improve preferences dialog layout
    - Fix more GTK deprecations

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 05 Feb 2015 17:09:27 -0500

pasaffe (0.41-0ubuntu1) vivid; urgency=medium

  * New upstream release
    - Updated translations
    - Store notes field with CRLF in the database for interopability
      reasons
    - Add a raw dump option to pasaffe-dump-db
    - Properly handle databases that don't contain username or password
      fields (LP: #1384710)
    - Make sure all dialogs have transient parents (LP: #1386064)
    - Stop using deprecated Gtk stock items (LP: #1386064)
    - Disable menu and toolbar entries for missing fields
    - Fixed a regression in 0.40 that added extra lines in notes at
      each save
  * Remove dconf migration support
    - debian/rules: remove dh_migrations
    - debian/control: remove dh-migrations build-depends, remove
      dconf-tools depends.
    - debian/01_pasaffe_change_dconf_path: removed
    - debian/migrations: removed
  * debian/py3dist-overrides: add dependency overrides to work around
    vivid's dh-python which now gets these wrong.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 04 Nov 2014 10:01:05 -0500

pasaffe (0.39-0ubuntu1) utopic; urgency=medium

  * New upstream release
    - Improve random password generation
    - Improve layout of database information window
    - Display database file location in information window
    - Corrected title in new entry and new folder windows (LP: #1314950)
    - Edit button in toolbar now also edits folders (LP: #1350294)
    - Updated translations
    - Fixed [icon] text in help file, and license text. (LP: #1314956)
    - debian/patches/improve_passwords.patch: removed, upstreamed

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 31 Jul 2014 19:05:28 -0400

pasaffe (0.38-0ubuntu1.1) trusty; urgency=medium

  * Improve randomness of generated passwords (LP: #1309685):
    - debian/patches/improve_passwords.patch: change options passed to apg
      to generate truly random passwords instead of pronounceable ones.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 31 Jul 2014 19:05:26 -0400

pasaffe (0.38-0ubuntu1) trusty; urgency=medium

  * New upstream release
    - Added some missing translations (LP: #1300012)
    - Updated translations

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Fri, 04 Apr 2014 08:13:13 -0400

pasaffe (0.37-0ubuntu1) trusty; urgency=medium

  * New upstream release
    - Import scripts now handle folders
    - Updated translations
    - Fixed KeePass2 import script and added tests

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sat, 15 Feb 2014 10:31:27 -0500

pasaffe (0.36-0ubuntu1) trusty; urgency=medium

  * New upstream release
    - Improved right pane layout
    - Updated translations

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 12 Feb 2014 08:02:59 -0500

pasaffe (0.35-0ubuntu1) trusty; urgency=medium

  * New upstream release
    - Migrated to Python 3
    - Added translator credits to about dialog (LP: #1273673)
    - Updated translations
  * debian/control: change BuildDepends and Depends to python3 packages,
    updated to standards-version 3.9.5.
  * debian/rules: change to dh_python3 and pybuild

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sun, 09 Feb 2014 11:33:55 -0500

pasaffe (0.34-0ubuntu1) trusty; urgency=medium

  * New upstream release
    - Updated translations
    - Fix new PyGI deprecations

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sat, 18 Jan 2014 17:32:59 -0500

pasaffe (0.33-0ubuntu1) saucy; urgency=low

  * New upstream release
   - Don't crash when search string ends with a backslash (LP: #1231744)
   - Updated translations

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 02 Oct 2013 16:52:06 -0400

pasaffe (0.32-0ubuntu1) saucy; urgency=low

  * New upstream release
   - Allow search to work on entries in collapsed folders

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 26 Sep 2013 16:59:49 -0400

pasaffe (0.31-0ubuntu1) saucy; urgency=low

  * New upstream release
   - Don't crash when attempting to add an entry with nothing selected

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 26 Sep 2013 15:35:01 -0400

pasaffe (0.30-0ubuntu1) saucy; urgency=low

  * New upstream release
   - Updated translations
   - Fix help file location when using python-distutils-extra >= 2.38

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sun, 08 Sep 2013 11:52:22 -0400

pasaffe (0.29-0ubuntu1) saucy; urgency=low

  * New upstream release
   - Implemented folder expansion saving to database
   - Implemented folder expansion preferences
   - Folder window size is now saved
   - Updated translations
   - Set icon column sizing to automatic so tree doesn't move around

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 04 Sep 2013 19:37:14 -0400

pasaffe (0.28-0ubuntu2) saucy; urgency=low

  * debian/patches/fix_column_sizing.patch: Set icon column sizing to
    automatic so tree doesn't move around in data/ui/PasaffeWindow.ui.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Fri, 16 Aug 2013 11:59:50 -0400

pasaffe (0.28-0ubuntu1) saucy; urgency=low

  * New upstream release
   - Added tree support (Thanks to Jabik Postmus!)
   - Improved test suite
   - Updated translations
   - Fixed some untranslated strings
   - Folder text entry now activates OK button (thanks jdstrand!)
   - Tree now sorts folders before directories (thanks jdstrand!)
   - Fixed typeahead find (thanks hallyn!)
   - Implemented drag and drop of folders and entries
   - Fix broken menu entries when gtk is configured to show icons in menus
   - Deactivate certain menu items when a folder is selected

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 15 Aug 2013 16:48:44 -0400

pasaffe (0.24-0ubuntu1) raring; urgency=low

  * New upstream release
   - Updated translations
   - Fix pylint warnings and test suite
   - Removed deprecated GObject usage

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 06 Mar 2013 17:00:06 -0500

pasaffe (0.23-0ubuntu1) raring; urgency=low

  * New upstream release (LP: #1122453)
   - Fixed adding new entries

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 12 Feb 2013 16:00:54 -0500

pasaffe (0.22-0ubuntu1) raring; urgency=low

  * New upstream release
   - Updated translations
   - Command line tools can now be run without a GUI
  * debian/patches/fix_desktop_icon.patch: removed, upstream.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sat, 09 Feb 2013 11:32:03 -0500

pasaffe (0.21-0ubuntu2) quantal; urgency=low

  * debian/patches/fix_desktop_icon.patch: fix icon file location when
    setup with dh_python2.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 04 Sep 2012 19:20:41 -0400

pasaffe (0.21-0ubuntu1) quantal; urgency=low

  * New upstream release
    - Pasaffe now remembers window positions

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 21 Aug 2012 20:04:25 -0400

pasaffe (0.20-0ubuntu1) quantal; urgency=low

  * New upstream release
   - Made password length configurable (Thanks to Mathieu Trudel-Lapierre!)
   - Automatically clears clipboard after 20 seconds
  * Moved gsettings schema from apps.pasaffe to net.launchpad.pasaffe:
    - debian/rules: use dh_migrations
    - debian/control: add dh-migrations build-depends, add dconf-tools
      depends.
    - debian/01_pasaffe_change_dconf_path: migration script
    - debian/migrations: install migrations script
  * debian/control: use standards 3.9.3
  * debian/rules: migrate to debhelper

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 14 Aug 2012 20:06:16 -0400

pasaffe (0.19-0ubuntu1) quantal; urgency=low

  * New upstream release
   - Can now import KeePass2 XML files
     (Thanks to Mathieu Trudel-Lapierre!)
   - Disable Launchpad integration (LP: #999413)
  * debian/control: remove gir1.2-launchpad-integration-3.0 depends.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 17 May 2012 20:49:19 -0400

pasaffe (0.17-0ubuntu1) quantal; urgency=low

  * New upstream release
   - Add command-line option to specify default database
   - Don't save database specified on command line as default
   - Properly handle entries that have no URL specified (LP: #980608)
   - Fix logging in pasaffe-import scripts so we can debug failures
     (LP: #991143)
   - Correctly strip gpass database padding (LP: #991204)
   - Properly handle unicode characters with optparse (LP: #983210)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 03 May 2012 20:37:15 -0400

pasaffe (0.16-0ubuntu1) precise; urgency=low

  * New upstream release (LP: #963913)
    - Updated translations
    - Added KeePassX XML import script
    - Import scripts now warn about skipped fields
    - Give proper error when not specifying file to Figaro import script
    - Various cleanups
    - Properly handle utf-8 characters when importing Figaro xml file
    - Fix right click context menu (LP: #945861)
    - Deactivate "Display secrets" button when not needed
  * debian/control: depend on python-gi instead of transitional
    python-gobject package.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sat, 24 Mar 2012 10:23:39 -0400

pasaffe (0.14-0ubuntu1) precise; urgency=low

  * New upstream release (LP: #944789)
    - Updated translations
    - Slightly improved appearance of main icon
    - Implemented search
    - Bugfix: Set proper window titles

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Fri, 02 Mar 2012 09:15:26 -0500

pasaffe (0.13-0ubuntu1) precise; urgency=low

  * New upstream release
    - Added random password generation
    - Lock now uses the main window to prevent a window from showing up
      on another workspace when the timeout occurs
  * debian/control: added apg depends

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 14 Feb 2012 17:23:32 -0500

pasaffe (0.12-0ubuntu1) precise; urgency=low

  * New upstream release
    - Converted to PyGObject and GSettings.
    - debian/control: updated dependencies.
    - debian/copyright: updated.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sat, 04 Feb 2012 17:12:44 -0500

pasaffe (0.11-0ubuntu1) precise; urgency=low

  * Initial release (LP: #902788)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sun, 11 Dec 2011 08:46:52 -0500
