Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

retext-8.0.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: retext Distribution: openSUSE Tumbleweed
Version: 8.0.2 Vendor: openSUSE
Release: 1.2 Build date: Tue Mar 26 09:27:24 2024
Group: Productivity/Text/Editors Build host: reproducible
Size: 662542 Source RPM: retext-8.0.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/retext-project/retext
Summary: Simple editor for Markdown and reStructuredText
ReText is simple text editor that supports Markdown and reStructuredText
markup languages. It is written in Python using PyQt libraries.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Tue Mar 26 2024 Gordon Leung <pirateclip@protonmail.com>
  - Update to version 8.0.2:
    * Added Apply button to Preferences dialogs.
    * Save button is now enabled in auto-save mode.
    * Support spell checking for multiple languages.
    * Support setting bold font for editor.
    * Added backtick key to surround keys.
    * Fix opening files in existing window by relative path.
    * Fix unreachable text at the bottom of the file.
    * Fix truncating file when new text cannot be encoded with
      the selected encoding.
    * Allow WebEngine renderer to load iframes such as YouTube embeds.
    * Fix incorrect font size with WebEngine renderer.
    * LICENSE_GPL file now has text of GPL v2.
    * Fixed synchronized scrolling for zoom factors other than 1.
    * Stopped passing .desktop suffix to setDesktopFileName().
    * Made mdx_posmap not break indented code blocks which use
      pymdownx.superfences extension.
    * Fixed crash when clicking on line information area.
    * Translations have been updated
* Thu Sep 08 2022 Fabian Vogt <fvogt@suse.com>
  - Update to version 7.2.3:
    * 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).
  - Update to version 7.2.2:
    * Fixed bad Spanish translation causing a crash.
    * Fixed "TypeError: index 0 has type 'float' but 'int' is expected"
      with Python 3.10.
    * Fixed "RuntimeError: ffi_prep_cif_var failed" in XSettings code.
* Tue Mar 16 2021 Matthias Mailänder <mailaender@opensuse.org>
  - Update to version 7.2.1
  - Recommend PyQtWebEngine for JavaScript support
* Fri May 22 2020 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 7.1.0
    General improvements:
    * New files are now opened in new tabs by default, not new
      windows.
    * Preferences dialog improvements: it now uses tabs.
    * Return key now automatically continues quote blocks and
      ordered lists
    * It is now possible to close the current tab with Ctrl+W
    * Ctrl+wheel on editor now increases/decreases font size.
      Ctrl+wheel in preview zooms in/out.
    * Alt+Up/Down arrow now moves the current line up/down.
    * Added “Jump to Line” feature, with Ctrl+G shortcut.
    * Table mode improvements.
    * “Paste Image” moved to a separate action, with Ctrl+Shift+V
      shortcut.
    * Added “Insert table” dialog.
    * Clicking a link to nonexistent file now prompts the user to
      create it.
    * Added a menu action to insert images from filesystem.
    New options added:
    * `relativeLineNumbers` — count line numbers as relative to
      the current line.
    * `documentStatsEnabled` — show text statistics in the lower
      left corner of the editor.
    * `rightMarginWrap` — soft-wrap text at user specified margin
      line.
    * `paperSize` — set the default paper size for print or PDF
      export.
    * `recentDocumentsCount` — number of recent files to show in
      the menu.
    * `windowTitleFullPath` — show full path in window title
    * `defaultPreviewState` — mode for new tabs: `editor`,
      `normal-preview` or `live-preview`.
    * `wideCursor` — make cursor as wide as characters.
    Bugs fixed:
    * Limit max-width of images to 100%.
    * setup.py now installs retext.svg icon.
    * Autofill current filename for PDF export and Save As dialogs.
    * Make sure search result does not overlap with stats/info
      areas.
    * Made the Markdown include extension working.
    * Fixed handling multi-line rows in reStructuredText tables in
      table mode.
    * Ctrl+F now focuses the search field, not closes the search
      bar. To close the search bar, now the Escape key can be used.
    * Ensure that cursor is visible after resizes.
    * Only check whether .css file exists on initial page load.
    * Try to load libGL.so.1 before creating QApplication.
    * Fix printing with dark themes.
    * Make the WebKit renderer use disk cache.
    * AppData file improvements.
    * Files reloading no longer triggers tab change.
    * Implemented PDF export for the WebEngine renderer.
    * Make the highlighter not break the pymdownx.highlight
      extension.
    * WebEngine renderer broken with new Qt versions.
    * Include the stylesheet in exported HTML.
    * Display `*` in tab title when document is modified and
      unsaved.
    * Enable HiDPI icons.
    * Updated Chinese (China), Czech, Danish, Dutch, Finnish,
      German, Italian, Korean, Portuguese (Brazil),  Portuguese
      (European), Russian, Serbian, Spanish, Swedish and Ukrainian
      translations
  - Spec cleanup
* Thu Feb 20 2020 Max Lin <mlin@suse.com>
  - Leap 15.2 and SLE15 SP2 has newer librsvg, extend the conditional
    for "BuildRequires: rsvg-convert"
* Wed Oct 23 2019 ro@suse.de
  - fix build-requires for factory/tumbleweed
    rsvg-convert tool is now in rsvg-convert package
* Wed Jan 02 2019 badshah400@gmail.com
  - Update to version 7.0.4:
    * Improved editor performance (gh#retext-project/retext#360).
    * Support for Python-Markdown 3.0.
    * Updated translations.
* Tue Oct 02 2018 Marguerite Su <i@marguerite.su>
  - Update to version 7.0.0
    * The highlighter was improved. It got support for
      reStructuredText links, field lists and for Markdown and
      reStructuredText code spans.
    * Added the text replace feature.
    * Added the experimental renderer based on Qt WebEngine, in
      addition to the existing Qt WebKit one.
    * It is now possible to insert new table rows by pressing Return
      in "Table editing mode". Additionally, pressing Shift+Return
      will create a new row and a separator line
    * The WebKit and WebEngine previewers can now detect links
      to local HTML files and open the corresponding source file
      in new tab if those are found.
    * ReText can now automatically detect encoding of files using
      the chardet module when it is installed.
    * Several new configuration options were added.
  - upstream fixed boo#1040433
    * ReText can't start from KDE Application launcher (kickoff)
      but can from command line because sys.stdin.read() led
      to a blockage
  - drop retext-add-appdata-description.patch, upstreamed
* Tue Jan 10 2017 mpluskal@suse.com
  - Fix typo in patch
* Sat Jan 07 2017 badshah400@gmail.com
  - Add retext-add-appdata-description.patch to add a helpful
    description to the appdata file; changes taken from upstream.

Files

/usr/bin/retext
/usr/lib/python3.11/site-packages/ReText
/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info
/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/entry_points.txt
/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/ReText/__init__.py
/usr/lib/python3.11/site-packages/ReText/__main__.py
/usr/lib/python3.11/site-packages/ReText/__pycache__
/usr/lib/python3.11/site-packages/ReText/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/converterprocess.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/converterprocess.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/dialogs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/dialogs.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/editor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/editor.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/fakevimeditor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/fakevimeditor.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/highlighter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/highlighter.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/icontheme.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/icontheme.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/mdx_posmap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/mdx_posmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/preview.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/preview.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/syncscroll.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/syncscroll.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/tab.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/tab.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/tabledialog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/tabledialog.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/tablemode.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/tablemode.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/webenginepreview.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/webenginepreview.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/window.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/window.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/xsettings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ReText/__pycache__/xsettings.cpython-311.pyc
/usr/lib/python3.11/site-packages/ReText/config.py
/usr/lib/python3.11/site-packages/ReText/converterprocess.py
/usr/lib/python3.11/site-packages/ReText/dialogs.py
/usr/lib/python3.11/site-packages/ReText/editor.py
/usr/lib/python3.11/site-packages/ReText/fakevimeditor.py
/usr/lib/python3.11/site-packages/ReText/highlighter.py
/usr/lib/python3.11/site-packages/ReText/icons
/usr/lib/python3.11/site-packages/ReText/icons/retext.png
/usr/lib/python3.11/site-packages/ReText/icons/retext.svg
/usr/lib/python3.11/site-packages/ReText/icontheme.py
/usr/lib/python3.11/site-packages/ReText/mdx_posmap.py
/usr/lib/python3.11/site-packages/ReText/preview.py
/usr/lib/python3.11/site-packages/ReText/syncscroll.py
/usr/lib/python3.11/site-packages/ReText/tab.py
/usr/lib/python3.11/site-packages/ReText/tabledialog.py
/usr/lib/python3.11/site-packages/ReText/tablemode.py
/usr/lib/python3.11/site-packages/ReText/webenginepreview.py
/usr/lib/python3.11/site-packages/ReText/window.py
/usr/lib/python3.11/site-packages/ReText/xsettings.py
/usr/share/applications/me.mitya57.ReText.desktop
/usr/share/doc/packages/retext
/usr/share/doc/packages/retext/README.md
/usr/share/doc/packages/retext/changelog.md
/usr/share/doc/packages/retext/configuration.md
/usr/share/icons/hicolor/128x128/apps/retext.png
/usr/share/icons/hicolor/16x16/apps/retext.png
/usr/share/icons/hicolor/22x22/apps/retext.png
/usr/share/icons/hicolor/256x256/apps/retext.png
/usr/share/icons/hicolor/32x32/apps/retext.png
/usr/share/icons/hicolor/48x48/apps/retext.png
/usr/share/icons/hicolor/64x64/apps/retext.png
/usr/share/icons/hicolor/scalable/apps/retext.svg
/usr/share/licenses/retext
/usr/share/licenses/retext/LICENSE_GPL
/usr/share/metainfo
/usr/share/metainfo/me.mitya57.ReText.appdata.xml
/usr/share/retext


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024