1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
pubpaste (0.9.0) unstable; urgency=medium
* fail with a better error message in --gallery with only files
* fix typing error in LoggingAction, catching a possible bug
* fix typing backwards compatability with Python < 3.10
* ignore hidden files in gallery crawler
* drop python2 compatibility shims
* do not crash on missing notify-send
* switch from setup.py to pyproject.toml
* document configuration options in the usage
* rebuild usage output entirely, fixing groups and ordering
* handle missing output configuration more cleanly than backtrace
-- Antoine Beaupré <anarcat@debian.org> Wed, 17 Dec 2025 12:01:36 -0500
pubpaste (0.8.5) unstable; urgency=medium
* codespell linting
* fix crash when undoing empty history
* handle keyboard interrupts correctly
-- Antoine Beaupré <anarcat@debian.org> Thu, 21 Sep 2023 10:50:39 -0400
pubpaste (0.8.4) experimental; urgency=medium
* fix crash when uploading unicode data from clipboard
-- Antoine Beaupré <anarcat@debian.org> Tue, 23 May 2023 13:24:43 -0400
pubpaste (0.8.3) unstable; urgency=medium
* fix crash when uploading badly-encoded unicode
* support for Firefox in HTML pastes
-- Antoine Beaupré <anarcat@debian.org> Thu, 09 Mar 2023 12:29:54 -0500
pubpaste (0.8.2) unstable; urgency=high
* fix regression in screenshots introduced in 0.8.1
-- Antoine Beaupré <anarcat@debian.org> Mon, 06 Mar 2023 14:12:11 -0500
pubpaste (0.8.1) unstable; urgency=medium
* fix another crash when running without GTK
* tiny documentation fix
-- Antoine Beaupré <anarcat@debian.org> Tue, 21 Feb 2023 11:27:35 -0500
pubpaste (0.8.0) unstable; urgency=medium
* wayland support
* pass through mypy, which fixed many crashes
* replace the hacky xmessage/xterm horrors with a shiny GTK timer and
prompt for screenshots
* fix crash when running without GTK
* fix crash when writing history without URLs
* fix crash in maim code on screenshot
* fix dry run mode in Grim processor
-- Antoine Beaupré <anarcat@debian.org> Thu, 09 Feb 2023 10:48:22 -0500
pubpaste (0.7.1) unstable; urgency=medium
* source-only upload to unstable, no change
-- Antoine Beaupré <anarcat@debian.org> Tue, 04 Oct 2022 20:49:28 -0400
pubpaste (0.7) experimental; urgency=medium
* fix critical issue with copy-paste
-- Antoine Beaupré <anarcat@debian.org> Mon, 19 Sep 2022 15:43:18 -0400
pubpaste (0.6) experimental; urgency=low
* Autogenerated by py2dsp v2.20180804
* First upload to Debian (Closes: #1018890)
-- Antoine Beaupré <anarcat@debian.org> Thu, 01 Sep 2022 15:01:57 +0000
|