2024-03-20 14:56:10 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
retext: update to 8.0.2
## 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).
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-08-12 00:01:44 by David H. Gutteridge | Files touched by this commit (3) |
Log message:
retext: add a workaround for libEGL woes on NetBSD
Borrowed from www/firefox, with some tweaks.
|
2023-08-10 16:10:41 by David H. Gutteridge | Files touched by this commit (3) | |
Log message:
retext: update to 8.0.1
Note that the upstream project deliberately changed their licensing
attribution file from GPL v3 to v2 in this release series.
## ReText 8.0.1 (2023-05-28)
* Bugs fixed:
- Issue #594 — Fix opening files in existing window by relative path.
- Issue #597 — Fix unreachable text at the bottom of the file.
- Issue #599 — Fix truncating file when new text cannot be encoded with
the selected encoding.
- Issue #604 — Allow WebEngine renderer to load iframes such as YouTube
embeds.
- Issue #609 — Fix incorrect font size with WebEngine renderer.
- Issue #620 — LICENSE_GPL file now has text of GPL v2.
* Translations updated:
- Dutch (contributed by Heimen Stoffels).
- French (contributed by uGwA0XP3cm2w).
- Italian (contributed by Alessandro Melillo).
- Norwegian (Bokmål) (new, contributed by Sverre Våbenø).
- Persian (contributed by Hadi F and Arya Younesi).
- Portuguese (Brazil) (contributed by Rodrigo Zimmermann).
- Spanish (contributed by Antonio Villamarin).
- Turkish (contributed by Serkan ÖNDER).
## ReText 8.0.0 (2022-07-24)
* Dependency changes:
- ReText is now using Qt 6 and PyQt6.
- PyQt6-WebEngine is required for JavaScript support.
- WebKit is no longer supported.
* Improvements and bugs fixed:
- PR #543 — Added Apply button to Preferences dialog (contributed by Amos
Kong).
- Issue #384 — Save button is now enabled in auto-save mode.
- Issue #536 — Support spell checking for multiple languages.
- Issue #555 — Support setting bold font for editor.
- Issue #581 — Added backtick key to surround keys.
- Run-time resources are now installed into package directory.
- `setup.py` now allows building wheels.
* Translations updated:
- Polish (contributed by Maciej Haudek).
- Spanish (contributed by Pedro Torcatt).
- Turkish (contributed by Serkan ÖNDER in #556).
|
2023-08-01 00:01:21 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
retext: reflect new state of py-markups Python support
|
2022-12-03 00:13:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
retext: use DEPENDS for py-qt5
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-02-10 06:18:20 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
retext: update to 7.2.3
## ReText 7.2.3 (2022-02-03)
* Issues #573, #574 Fixed TypeError crash with Python 3.10 and Qt WebKit.
* Translations updated:
- Chinese (China) (contributed by liulitchi).
- Portuguese (Brazil) (contributed by Igor Garcia and Christiano Morais).
- Slovak (contributed by Jose Riha).
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|