Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/featherpad editors/featherpad: update to 0.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13b650a03666
branches:  trunk
changeset: 437432:13b650a03666
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Aug 24 07:37:48 2020 +0000

description:
editors/featherpad: update to 0.15.0

V0.15.0
---------
 * Added optional selection highlighting (without interfering with search
 highlighting).
 * Fixed a small bug in search highlighting with tab DND/detachment.
 * Added simple Haxe highlighting (by using JS codes).
 * Fixed multiline "</>" in JS.
 * Disabled the RTL workaround when lines aren't wrapped.
 * Don't clear replacement highlights when the window is minimized.
 * Always truncate absurdly huge lines in uneditable documents.
 * Fixed a problem in the state of the language button after toggling syntax
 highlighting.
 * Fixed a rare case, where the text's format and highlight weren't updated.
 The fix also simplifies the code.
 * Highlight only the first 1000 replacements if there are more.
 * Added an item (to the Edit menu as well as the context menu) for converting
 all text tabs to spaces.
 * Added an option to paste file paths instead of files (by default, FeatherPad
 opens pasted files).

diffstat:

 editors/featherpad/Makefile |   5 ++---
 editors/featherpad/PLIST    |   3 ++-
 editors/featherpad/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 4ca03ff89456 -r 13b650a03666 editors/featherpad/Makefile
--- a/editors/featherpad/Makefile       Mon Aug 24 07:08:03 2020 +0000
+++ b/editors/featherpad/Makefile       Mon Aug 24 07:37:48 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2020/08/17 20:18:33 leot Exp $
+# $NetBSD: Makefile,v 1.14 2020/08/24 07:37:48 pin Exp $
 
-VERSION=       0.14.2
+VERSION=       0.15.0
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}
diff -r 4ca03ff89456 -r 13b650a03666 editors/featherpad/PLIST
--- a/editors/featherpad/PLIST  Mon Aug 24 07:08:03 2020 +0000
+++ b/editors/featherpad/PLIST  Mon Aug 24 07:37:48 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/11 01:15:54 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/08/24 07:37:48 pin Exp $
 bin/featherpad
 bin/fpad
 share/applications/featherpad.desktop
@@ -18,6 +18,7 @@
 share/featherpad/translations/featherpad_id.qm
 share/featherpad/translations/featherpad_it.qm
 share/featherpad/translations/featherpad_ja.qm
+share/featherpad/translations/featherpad_ko.qm
 share/featherpad/translations/featherpad_lt.qm
 share/featherpad/translations/featherpad_nb_NO.qm
 share/featherpad/translations/featherpad_nl.qm
diff -r 4ca03ff89456 -r 13b650a03666 editors/featherpad/distinfo
--- a/editors/featherpad/distinfo       Mon Aug 24 07:08:03 2020 +0000
+++ b/editors/featherpad/distinfo       Mon Aug 24 07:37:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/06/12 11:25:55 pin Exp $
+$NetBSD: distinfo,v 1.7 2020/08/24 07:37:48 pin Exp $
 
-SHA1 (FeatherPad-V0.14.2.tar.gz) = 3c22698b065b19b9f269699234b29babb20fce39
-RMD160 (FeatherPad-V0.14.2.tar.gz) = 06b0d67d02c71652707bb51d4a8ea4db44d2c8e7
-SHA512 (FeatherPad-V0.14.2.tar.gz) = d66b999b11fb42de0ffe270b01186a9fbdedd211bf03f81c3b2adc717c2d427f5292008c1e5319c01a90e50ec23bc92767940741a80780fa9160fd3ce4839016
-Size (FeatherPad-V0.14.2.tar.gz) = 828977 bytes
+SHA1 (FeatherPad-V0.15.0.tar.gz) = 992910ad46be76f5c4b2d927238abeb48910f7ff
+RMD160 (FeatherPad-V0.15.0.tar.gz) = e5f3d324f91cf025ee27d2b10ee833e28589ff49
+SHA512 (FeatherPad-V0.15.0.tar.gz) = 8cac212e8110c1b39342e7bc85f3677f662058c1f78babe8006cdbced966a8dc403132522050a84f2aa043881310f9171caff0d5cc23a95f1dbf01f274cd86e8
+Size (FeatherPad-V0.15.0.tar.gz) = 849218 bytes



Home | Main Index | Thread Index | Old Index