pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/featherpad



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Jan  9 09:38:15 UTC 2023

Modified Files:
        pkgsrc/editors/featherpad: Makefile distinfo

Log Message:
editors/featherpad: update to 1.3.5

V1.3.5
---------
 - Used QPointer for TextEdit's highlighter (for a more robust code but without
   behavior change).
 - Enabled tab DND under Wayland (by detaching or dropping the tab after
   finishing the DND) and improved tab DND in general.
 - Always open a group of files in a single window, even when the app is
   configured to open files in separate windows.
 - Prevented total item deselection in the side-pane mode with Qt6.
 - Added the side-pane and session actions to the toolbar.
 - Limited the side-pane's default width to 40 times the width of the space
   character of the widget font.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/editors/featherpad/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/featherpad/Makefile
diff -u pkgsrc/editors/featherpad/Makefile:1.33 pkgsrc/editors/featherpad/Makefile:1.34
--- pkgsrc/editors/featherpad/Makefile:1.33     Sun Dec  4 17:39:56 2022
+++ pkgsrc/editors/featherpad/Makefile  Mon Jan  9 09:38:15 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2022/12/04 17:39:56 pin Exp $
+# $NetBSD: Makefile,v 1.34 2023/01/09 09:38:15 pin Exp $
 
-VERSION=       1.3.4
+VERSION=       1.3.5
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
 CATEGORIES=    editors

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.23 pkgsrc/editors/featherpad/distinfo:1.24
--- pkgsrc/editors/featherpad/distinfo:1.23     Sun Dec  4 17:39:56 2022
+++ pkgsrc/editors/featherpad/distinfo  Mon Jan  9 09:38:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2022/12/04 17:39:56 pin Exp $
+$NetBSD: distinfo,v 1.24 2023/01/09 09:38:15 pin Exp $
 
-BLAKE2s (FeatherPad-V1.3.4.tar.gz) = 2e2cdd8ab92d19f9f7be01dd8db923c55fe98869a387af4a05127248c0f25ee8
-SHA512 (FeatherPad-V1.3.4.tar.gz) = 81be35bd1f90be4657225f3d8a040882073ad0a600a78c00207bdf0d7e7666e0542c67e07107d4c610753d8deb48829f7b092ab93216c77487d1310ced066e0e
-Size (FeatherPad-V1.3.4.tar.gz) = 1101191 bytes
+BLAKE2s (FeatherPad-V1.3.5.tar.gz) = dff6cd4c5c1104d897db3fbc5683c996915ae929a2622e87b934140fc487e1c9
+SHA512 (FeatherPad-V1.3.5.tar.gz) = addcfef2effcb21f9843e83ea995d09aa37d9c0630250d2897bef7891db72e97096cdaba1900aee942e1c2e9d1486c37431c85fc60e5c79331c0a23101860591
+Size (FeatherPad-V1.3.5.tar.gz) = 1101482 bytes



Home | Main Index | Thread Index | Old Index