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

xournalpp-lang-1.3.4-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: xournalpp-lang Distribution: openSUSE Tumbleweed
Version: 1.3.4 Vendor: openSUSE
Release: 1.1 Build date: Mon Mar 30 18:13:47 2026
Group: System/Localization Build host: reproducible
Size: 2254851 Source RPM: xournalpp-1.3.4-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/xournalpp/xournalpp
Summary: Translations for package xournalpp
Provides translations for the "xournalpp" package.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Mar 30 2026 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.3.4:
    * Fixed a crash when invoking the floating toolbox with the
      Laser pointer on.
    * Fixed sometimes missing page numbers in sidebar.
    * Improved scrolling/zooming performances.
    * Make default Plugins compatible with Lua 5.5.
    * Updated translations.
* Mon Mar 02 2026 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.3.3:
    * Fix undo/redo crash with automatic page insertion
      (gh#xournalpp/xournalpp#7071).
    * Silent errors when parsing some files are no longer silent
      (gh#xournalpp/xournalpp#7109).
    * Fix more UTF-8 conversion issues
      (gh#xournalpp/xournalpp#7113).
    * Report failure to open recent files
      (gh#xournalpp/xournalpp#7132).
    * Fix rendering of single-dot strokes
      (gh#xournalpp/xournalpp#7173).
    * Fix horizontal alignment of pages
      (gh#xournalpp/xournalpp#7139).
    * Fix toolbar item "Draw line" being wrongly enabled
      (gh#xournalpp/xournalpp#7189).
    * Improve zoom/scroll responsivity
      (gh#xournalpp/xournalpp#7199).
    * Updated translations.
* Thu Feb 05 2026 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.3.2:
    * Fix sidebar layout when resizing and changing tab
      (gh#xournalpp/xournalpp#7060).
    * Fix missing lines/dots in graph/dotted backgrounds
      (gh#xournalpp/xournalpp#6968).
    * Fix change in new page behaviour with PDF background
      (gh#xournalpp/xournalpp#7055).
    * Fix crash on Clipboard IO error (gh#xournalpp/xournalpp#7009).
    * Make Plugin openFile API comply with forceOpen parameter
      (gh#xournalpp/xournalpp#6961).
    * Fix CLI behaviour on error (gh#xournalpp/xournalpp#6956).
    * Restore GtkSourceView support (gh#xournalpp/xournalpp#6969).
    * Fix recoloring when light color is lighter
      (gh#xournalpp/xournalpp#6948).
    * Fix image orientation on Drag-n-Drop pasting
      (gh#xournalpp/xournalpp#6943).
    * Fix crashes when using touchscreen in Setting->Input panel
      (gh#xournalpp/xournalpp#6916).
    * Updated translations.
* Fri Dec 26 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.3.1:
    * Restored the rendering of graph backgrounds used before the
      1.3.0 release (gh#xournalpp/xournalpp#6894).
    * Fixed crashes related to saving text nodes and automatic page
      addition.
    * Fixed various issues when using automatic display DPI
      detection, like clipboard pasting not working
      (gh#xournalpp/xournalpp#6887).
    * Fixed a bug where changing the color through the Lua API
      changed the alpha channel (gh#xournalpp/xournalpp#6889).
* Sat Dec 13 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.3.0:
    * PDF exports now preserves the background PDF's inner structure
      (hyperlink, comments, ...)
    * Grid snapping now follows the displayed grid for all
      background types
    * New graph background with periodically thicker lines
    * New laser pointer tool, writing ephemeral strokes
    * Allow to use an external editor for LaTeX entries
    * Add the possibility of recoloring the screen output (e.g. for
      night mode or accessibility)
    * Add the possibility of choosing the PDF marker opacity
    * Configurable behaviour in fullscreen or presentation modes
    * Allow to optionally scroll beyond the page's edges
    * The toolbars can now contain several instances of the same
      button
    * Major changes in the plugin interface
    * Many smaller new features and bugfixes
  - Add BuildRequires:
    * pkgconfig(libqpdf) >= 10.6.0 for qpdf support.
    * help2man for generating man files.
  - Add DISTRO_CODENAME when configuring build.
  - Drop compatibility conditionals for Leap 15.6 or older to as
    (libqpdf >= 10.6.0) dependency makes them unresolvable anyway.
* Thu Dec 11 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.2.10:
    * Updated translations
    * Fix display bug when running release version after having run
      the development version.
    * Fix Clipboard pasting issues.
    * Fix attached attribute on document load.
    * Prevent export from mistakingly overriding the background PDF.
* Tue Sep 02 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.2.8:
    * Improved the behavior of selection tools.
    * Fixed various visual artifacts.
    * Fixed some behavior of Mouse+Keyboard combo devices.
    * Fixed filename extension stripping.
    * Fixed CLI using relative paths.
    * Fixed various crashes.
    * Made using GtkSourceView and Plugins proper CMake options.
    * Updated translations.
  - Drop xournalpp-return.patch: fixed upstream.
* Sun May 11 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.2.7:
    * Improved error logs (gh#xournalpp/xournalpp#6319).
    * Fixed some undefined behaviours that may have caused crashes
      (gh#xournalpp/xournalpp#6326).
    * Fixed some memory leaks (gh#xournalpp/xournalpp#6356).
    * Ensured timers are cancelled on exit
      (gh#xournalpp/xournalpp#6351).
    * Fixed handling of linebreaks in latex tool
      (gh#xournalpp/xournalpp#6374).
    * Linux: forward crash signals to system handler after emergency
      save (gh#xournalpp/xournalpp#6392).
    * Fixed wrong glyph spacing in texts using small fonts
      (gh#xournalpp/xournalpp#6393).
    * Fixed rasterization of Tex elements on PDF/SVG export or
      printing (gh#xournalpp/xournalpp#6395).
    * Updated translations.
* Thu Feb 20 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.2.6:
    * Fixed compass outline drawing.
    * Exposed selected text to the windowing system.
* Sun Dec 22 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.2.5:
    * Fixed regressions when exporting to PDF.
    * Fixed crash when importing some SVG files.
    * Have geometry tools appear in the middle of the view.
    * Updated translations.
* Fri Oct 25 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.2.4:
    * Fixed various dark/light theme inconsistencies.
    * Improved edge panning for large selections.
    * Fixed various crashes, freezes and memory leaks.
  - Drop BuildRequires: update-desktop-files since
    %suse_update_desktop_file macro is no longer used.
* Sat Mar 02 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.2.3:
    * Fixed background color and truncated text in LaTeX tool
    * Fixed zoom jumping and zoom steps
    * Fixed various segfaults and rendering issues
    * Fixed pressure values and project URL when saving documents
    * Enabled font hint metrics in PDF export to improve text
      alignment
* Fri Oct 20 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.2.2:
    * Fixed various memory leaks and segmentation faults.
    * Fixed some issues with input sequences mixing up devices and
      buttons.
    * Fixed LaTeX tool failing to open some PDF files.
    * Fixed audio output device selection.
* Fri Aug 25 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.2.1:
    * Added a default toolbar so that the app does not start without
      toolbar on new installations
    * Fixed some crashes and various issues with the crash log
      handling
    * Added options to the command line and preferences to disable
      the audio system used for audio recording
    * The official release builds are now all built with
      gtksourceview styling for the LaTeX tool and in "RelWithDeb"
      mode. Thus failing asserts do not result in a crash anymore.
* Wed Aug 02 2023 thod_@gmx.de
  - update to 1.2.0:
    * Added PDF text selection tools
    * Added Setsquare Tool and Compass Tool
    * Many more changes; for the full list, see
      https://github.com/xournalpp/xournalpp/blob/release-1.2/CHANGELOG.md
  - remove xournalpp-include.patch, fixed upstream
  - Add xournalpp-return.patch: Fix control reaches end of non-void function
* Wed Apr 26 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add xournalpp-include.patch: Add missing include exposed by
    gcc-13.

Files

/usr/share/locale/ar/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ca/LC_MESSAGES/xournalpp.mo
/usr/share/locale/cs/LC_MESSAGES/xournalpp.mo
/usr/share/locale/da/LC_MESSAGES/xournalpp.mo
/usr/share/locale/de/LC_MESSAGES/xournalpp.mo
/usr/share/locale/el/LC_MESSAGES/xournalpp.mo
/usr/share/locale/en_GB/LC_MESSAGES/xournalpp.mo
/usr/share/locale/es/LC_MESSAGES/xournalpp.mo
/usr/share/locale/eu/LC_MESSAGES/xournalpp.mo
/usr/share/locale/fi/LC_MESSAGES/xournalpp.mo
/usr/share/locale/fr/LC_MESSAGES/xournalpp.mo
/usr/share/locale/gl/LC_MESSAGES/xournalpp.mo
/usr/share/locale/he/LC_MESSAGES/xournalpp.mo
/usr/share/locale/hi/LC_MESSAGES/xournalpp.mo
/usr/share/locale/hu/LC_MESSAGES/xournalpp.mo
/usr/share/locale/id/LC_MESSAGES/xournalpp.mo
/usr/share/locale/it/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ja/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ko/LC_MESSAGES/xournalpp.mo
/usr/share/locale/nl/LC_MESSAGES/xournalpp.mo
/usr/share/locale/pl/LC_MESSAGES/xournalpp.mo
/usr/share/locale/pt_BR/LC_MESSAGES/xournalpp.mo
/usr/share/locale/pt_PT/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ro/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ru/LC_MESSAGES/xournalpp.mo
/usr/share/locale/sl_SI/LC_MESSAGES/xournalpp.mo
/usr/share/locale/sv/LC_MESSAGES/xournalpp.mo
/usr/share/locale/th/LC_MESSAGES/xournalpp.mo
/usr/share/locale/tr/LC_MESSAGES/xournalpp.mo
/usr/share/locale/uk_UA/LC_MESSAGES/xournalpp.mo
/usr/share/locale/vi/LC_MESSAGES/xournalpp.mo
/usr/share/locale/zh/LC_MESSAGES/xournalpp.mo
/usr/share/locale/zh_HK/LC_MESSAGES/xournalpp.mo
/usr/share/locale/zh_TW/LC_MESSAGES/xournalpp.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 24 16:18:25 2026