copyq (4.1.0-1~mx21+1) mx; urgency=medium

  * Rebuild for MX 21.

 -- Steven Pusser <stevep@mxlinux.org>  Sat, 11 Sep 2021 16:20:04 -0700

copyq (4.1.0-0.1mx19+1) mx; urgency=medium

  * New upstream release

 -- Steven Pusser <stevep@mxlinux.org>  Mon, 26 Apr 2021 18:24:23 -0700

copyq (4.0.0-0.1~mx19+1) mx; urgency=medium

  * New upstream release.
  * debian/control: new BDs: libwayland-dev, extra-cmake-modules (>= 5.18),
    libkf5notifications-dev, libqt5waylandclient5-dev, qtwayland5,
    qtwayland5-dev-tools,  qtdeclarative5-dev. Drop qtscript5-dev.
  * Install CHANGES.md with docs.

 -- Steven Pusser <stevep@mxlinux.org>  Mon, 12 Apr 2021 15:10:25 -0700

copyq (3.13.0-0.1~mx19+1) mx; urgency=medium

  * New upstream release 3.13.0 :
    - Now, if a global shortcut is triggered when the main window is active, the
      command will be executed with item selection and item data available
      (#1435).
    - New `focusPrevious()` script function to activate window that was focused
      before the main window.
    - Export now write data to a temporary file before saving.
    - Display commands are now also applied on item preview (e.g. to enable
      syntax  highlighting in the preview).
    - New command line option "tray_menu_open_on_left_click" to check default
      mouse button behavior for tray icon (`copyq tray_menu_open_on_left_click
      true`).
    - New command line option "activate_item_with_single_click" to activate
      items with single click (`copyq activate_item_with_single_click true`).
    - New command line options "filter_regular_expression" and
      "filter_case_insensitive" to change the item search behavior.
    - New command line option "native_menu_bar" to disable native/global menu
      bar (`copyq native_menu_bar false`).
    - Updated icons (Font Awesome 5.15.1)
    - Improved performance of loading the icon font.
    - Fix crash when exporting large amount of data (#1462).
    - Fix entering vi search mode (#1458).
    - Fix size of scrollable text area in item preview (#1472).

  * Update relevant years in debian/copyright.

 -- Steven Pusser <stevep@mxlinux.org>  Sat, 17 Oct 2020 12:40:09 -0700

copyq (3.12.0-0.1~mx19+1) mx; urgency=medium

  * New upstream release 3.12.0:
    - Unsaved data are now saved whenever application is unfocused
    - Filter field in commands can now modify menu items.
    - Application icon will no longer automatically change when there is an
      ongoing operation.
    - New preview() script function shows/hides item preview.
    - Use brighter bar for pinned items with a dark theme
    - Improved notification text line wrapping
    - Improved layout when showing many shortcut buttons

 -- Steven Pusser <stevep@mxlinux.org>  Wed, 15 Jul 2020 20:17:20 -0700

copyq (3.11.1-1~mx19+1) mx; urgency=medium

  * Rebuild for MX Linux.
  * Drop debhelper compat to 10 to ease backporting.

 -- Steven Pusser <stevep@mxlinux.org>  Mon, 25 May 2020 13:46:39 -0700

copyq (3.11.1-1) unstable; urgency=medium

  * New upstream release 3.11.1.

 -- Boyuan Yang <byang@debian.org>  Sun, 17 May 2020 22:57:34 +0800

copyq (3.11.0-1) unstable; urgency=medium

  * New upstream release 3.11.0.
  * debian/control:
    + Bump debhelper compat to v13.

 -- Boyuan Yang <byang@debian.org>  Thu, 07 May 2020 15:43:38 -0400

copyq (3.10.0-1) unstable; urgency=medium

  * New upstream release 3.10.0.
  * debian/control:
    + Bump Standards-Version to 4.5.0.

 -- Boyuan Yang <byang@debian.org>  Sun, 02 Feb 2020 20:36:56 -0500

copyq (3.9.3-1) unstable; urgency=medium

  * New upstream release 3.9.3.
  * debian/control:
    + Bump Standards-Version to 4.4.1.
    + Build-depends on python3:any.

 -- Boyuan Yang <byang@debian.org>  Mon, 18 Nov 2019 19:43:40 -0500

copyq (3.9.2-1) unstable; urgency=medium

  * New upstream release 3.9.2.

 -- Boyuan Yang <byang@debian.org>  Thu, 29 Aug 2019 15:51:06 -0400

copyq (3.9.1-1) unstable; urgency=medium

  * New upstream release 3.9.1.

 -- Boyuan Yang <byang@debian.org>  Tue, 20 Aug 2019 11:36:00 -0400

copyq (3.9.0-1) unstable; urgency=medium

  * New upstream release 3.9.0.
  * debian/control: Bump Standards-Version to 4.4.0.

 -- Boyuan Yang <byang@debian.org>  Tue, 09 Jul 2019 15:19:46 -0400

copyq (3.7.3-1) unstable; urgency=medium

  * New upstream release 3.7.3
  * debian/control:
    + R³: Use Rules-Requires-Root: no.
  * debian/copyright: Correctly mark appdata xml as CC0-1.0
    licensed.

 -- Boyuan Yang <byang@debian.org>  Fri, 08 Feb 2019 10:53:31 -0500

copyq (3.7.2-1) unstable; urgency=medium

  * New upstream release 3.7.2.
  * debian/control:
    + Build-depends on debhelper-copmat (= 12) instead of using
      debian/compat file.
    + Bump Standards-Version to 4.3.0.

 -- Boyuan Yang <byang@debian.org>  Wed, 02 Jan 2019 20:34:40 -0500

copyq (3.7.1-1) unstable; urgency=medium

  * New upstream release 3.7.1.

 -- Boyuan Yang <byang@debian.org>  Sat, 01 Dec 2018 19:50:20 -0500

copyq (3.7.0-1) unstable; urgency=medium

  * New upstream release 3.7.0.

 -- Boyuan Yang <byang@debian.org>  Fri, 09 Nov 2018 16:21:56 -0500

copyq (3.6.1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs.
    This should be reverted after the decommission of python2.

  [ Boyuan Yang ]
  * Also explicitly add python3 as build dependency.

 -- Boyuan Yang <byang@debian.org>  Tue, 23 Oct 2018 10:34:32 -0400

copyq (3.6.1-1) unstable; urgency=medium

  * New upstream hotfix release.

 -- Boyuan Yang <byang@debian.org>  Wed, 26 Sep 2018 15:54:15 -0400

copyq (3.6.0-1) unstable; urgency=medium

  * New upstream release.

 -- Boyuan Yang <byang@debian.org>  Tue, 25 Sep 2018 14:33:05 -0400

copyq (3.5.0-2) unstable; urgency=medium

  * Update my uploader email address and use the @debian.org one.
  * Bump Standards-Version to 4.2.1 (no changes needed).
  * Move libqt5svg5 to Recommends: field.

 -- Boyuan Yang <073plan@gmail.com>  Tue, 28 Aug 2018 12:45:04 -0400

copyq (3.5.0-1) unstable; urgency=medium

  * New upstream release.
  * d/patches: Drop backported patches.

 -- Boyuan Yang <073plan@gmail.com>  Thu, 21 Jun 2018 15:26:46 +0800

copyq (3.4.0-1) unstable; urgency=medium

  * New upstream release.
  * d/rules: Use "dh_missing --fail-missing".
  * d/patches: Backport several patches from upstream trunk.

 -- Boyuan Yang <073plan@gmail.com>  Wed, 02 May 2018 09:51:56 +0800

copyq (3.3.1-1) unstable; urgency=medium

  * New upstream release.
  * Backport various patches from upstream trunk.

 -- Boyuan Yang <073plan@gmail.com>  Thu, 12 Apr 2018 21:27:18 +0800

copyq (3.3.0-1) unstable; urgency=medium

  * New upstream release.
  * Backport patch for X11 from upstream trunk.

 -- Boyuan Yang <073plan@gmail.com>  Tue, 20 Mar 2018 00:08:52 +0800

copyq (3.2.0-1) unstable; urgency=medium

  * New upstream release.
  * d/control: Use Salsa platform for Vcs fields.
  * d/control: Use debhelper compat v11.
  * d/control: Use Standards-Version 4.1.3.

 -- Boyuan Yang <073plan@gmail.com>  Mon, 19 Feb 2018 00:45:48 +0800

copyq (3.1.2-1) unstable; urgency=medium

  * New upstream release.

 -- Boyuan Yang <073plan@gmail.com>  Fri, 27 Oct 2017 21:31:15 +0800

copyq (3.1.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.1.1.

 -- Boyuan Yang <073plan@gmail.com>  Wed, 04 Oct 2017 21:14:50 +0800

copyq (3.1.0-1) unstable; urgency=medium

  * New upstream release.

 -- Boyuan Yang <073plan@gmail.com>  Thu, 28 Sep 2017 20:26:13 +0800

copyq (3.0.3+git20170926-3) unstable; urgency=medium

  * Stop using B-D-Indep to workaround FTBFS in non-all builds.

 -- Boyuan Yang <073plan@gmail.com>  Thu, 28 Sep 2017 00:27:10 +0800

copyq (3.0.3+git20170926-2) unstable; urgency=medium

  [ Yangfl ]
  * Use dh_sphinxdoc to build copyq-doc.

  [ Boyuan Yang ]
  * Mark copyq-doc as M-A: foreign.

 -- Yangfl <mmyangfl@gmail.com>  Wed, 27 Sep 2017 20:01:56 +0800

copyq (3.0.3+git20170926-1) unstable; urgency=medium

  * New upstream snapshot.
    + Try to fix FTBFS on non-linux platforms. (See #876465)
    + Various fixes.

 -- Boyuan Yang <073plan@gmail.com>  Tue, 26 Sep 2017 22:42:37 +0800

copyq (3.0.3-1) unstable; urgency=medium

  * Initial release (Closes: #736768)

 -- Yangfl <mmyangfl@gmail.com>  Sun, 10 Sep 2017 20:33:01 +0800
