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: Tue Apr 18 18:48:44 UTC 2023
Modified Files:
pkgsrc/editors/featherpad: Makefile distinfo
Log Message:
editors/featherpad: update to 1.4.0
V1.4.0
---------
* Check the view cursor before setting it.
* Recognize `text/plain;charset=…` as plain text when pasting (Qt doesn't).
* Highlight comments inside formulas with LaTex.
* Use icons in the recent files menu where possible.
* Prevent tab DND from tab close button.
* Focus side-pane with Ctrl+Escape.
* Safeguard the file type filters of file dialogs from bad translations.
* Added `application/x-zerosize` to the desktop file (after a change in GLib).
* Added an option for showing window title on the menubar.
* Fixed the tab tooltip for special folders.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.24 -r1.25 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.36 pkgsrc/editors/featherpad/Makefile:1.37
--- pkgsrc/editors/featherpad/Makefile:1.36 Mon Apr 3 20:20:53 2023
+++ pkgsrc/editors/featherpad/Makefile Tue Apr 18 18:48:44 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2023/04/03 20:20:53 nros Exp $
+# $NetBSD: Makefile,v 1.37 2023/04/18 18:48:44 pin Exp $
-VERSION= 1.3.5
+VERSION= 1.4.0
DISTNAME= FeatherPad-V${VERSION}
PKGNAME= featherpad-${VERSION}
-PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
GITHUB_TAG= V${PKGVERSION_NOREV}
Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.24 pkgsrc/editors/featherpad/distinfo:1.25
--- pkgsrc/editors/featherpad/distinfo:1.24 Mon Jan 9 09:38:15 2023
+++ pkgsrc/editors/featherpad/distinfo Tue Apr 18 18:48:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/01/09 09:38:15 pin Exp $
+$NetBSD: distinfo,v 1.25 2023/04/18 18:48:44 pin Exp $
-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
+BLAKE2s (FeatherPad-V1.4.0.tar.gz) = a6fc2e72da941369e9c9ced2e390e385c7ea75125a90ada22d43aab65a4d5b04
+SHA512 (FeatherPad-V1.4.0.tar.gz) = eb3f13dbad799d3a55a8c048a94c2acb2b9286775e75aec482f475c792e2b74078fc4d5cc43def8ba7b4f592ecb5b684c5890629edca5a488ccac336021cb7e8
+Size (FeatherPad-V1.4.0.tar.gz) = 1105701 bytes
Home |
Main Index |
Thread Index |
Old Index