Skip to content

Commit

Permalink
retext: update to 8.0.2
Browse files Browse the repository at this point in the history
## ReText 8.0.2 (2024-03-16)

* Improvements and bugs fixed:
    - Fixed synchronized scrolling for zoom factors other than 1 (contributed
      by Maurice van der Pot).
    - Stopped passing `.desktop` suffix to setDesktopFileName() (contributed
      by Chris Mayo in #633).
    - Issue #98 — Made `mdx_posmap` not break indented code blocks which use
      `pymdownx.superfences` extension.
    - Issue #637 — Fixed crash when clicking on line information area.
* Translations updated:
    - Basque (contributed by Aitor Salaberria).
    - German (contributed by cosmic_snow).
    - Korean (contributed by Minpa Lee).
    - Ukrainian (contributed by Oleksandr Tsvirkun).
  • Loading branch information
dhgutteridge committed Mar 20, 2024
1 parent e1afe5b commit 14661a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions editors/retext/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.18 2023/08/14 05:24:19 wiz Exp $
# $NetBSD: Makefile,v 1.19 2024/03/20 13:56:10 gutteridge Exp $

DISTNAME= ReText-8.0.1
DISTNAME= ReText-8.0.2
PKGNAME= ${DISTNAME:tl}
PKGREVISION= 2
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/}

Expand Down
8 changes: 4 additions & 4 deletions editors/retext/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2023/08/10 14:10:40 gutteridge Exp $
$NetBSD: distinfo,v 1.10 2024/03/20 13:56:10 gutteridge Exp $

BLAKE2s (ReText-8.0.1.tar.gz) = 146a665aa84791597cf9ac2bede18c0b6291de51f363a681c3393057e64c5d23
SHA512 (ReText-8.0.1.tar.gz) = a2a03a821ac06e0408cd036189e9fce18f4b693085aaa15e0d95f2a80157f6ab09b0bcecd9574673ce57fc9cde937457e8d62971f1553cbc26c681039401178a
Size (ReText-8.0.1.tar.gz) = 538968 bytes
BLAKE2s (ReText-8.0.2.tar.gz) = 61328e2ed53392fa380861cd2970a6dc942566610ec1c83ee8a586003fd1db77
SHA512 (ReText-8.0.2.tar.gz) = c7b543d91290c007c820751f39c009c1e5fb86eb59590d0c13610c9c7f13b6023ffee3d6aebc4665addacbefad0d17937a29e8201d08457cc1641a6d5c0019b0
Size (ReText-8.0.2.tar.gz) = 546236 bytes

0 comments on commit 14661a5

Please sign in to comment.