Accepting request 710087 from home:alois:branches:X11:Utilities

- Update to version 1.0.12
  * Added new experimental input system that should fix a lot of
    issues related to input handling (can be enabled from
    Preferences > Input System).
  * Added experimental stroke filter (can be enabled in
    Preferences > Drawing Area) to allow selections using drawing
    tool
  * Added ability to double click on selected objects (e.g. text
    fields and LaTeX) to begin editing them (only available with
    the new input system enabled)
  * Fixed some issues with selections
  * Fixed some issues involving autosaving
  * Improved LaTeX editor experience, as well as bug fixes
  * Fixed text editor copying and pasting to the wrong clipboard
  * Fixed many zoom issues while in presentation mode
  * Fixed some other miscellaneous issues
- Use package name in the tarball

OBS-URL: https://build.opensuse.org/request/show/710087
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=11
This commit is contained in:
Atri Bhattacharya 2019-06-16 15:15:01 +00:00 committed by Git OBS Bridge
parent a07837969a
commit 0c4861f1d2
4 changed files with 28 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1583cfb34267a0f03273e5894b3f47833cdbbdb1b1bd2130287c9f805ece95c8
size 14644954

3
xournalpp-1.0.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:625cff6a951de355c3cc5b5285fa4e8f69e25b2800f3386008a5c14177233492
size 14694286

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Jun 15 07:21:15 UTC 2019 - aloisio@gmx.com
- Update to version 1.0.12
* Added new experimental input system that should fix a lot of
issues related to input handling (can be enabled from
Preferences > Input System).
* Added experimental stroke filter (can be enabled in
Preferences > Drawing Area) to allow selections using drawing
tool
* Added ability to double click on selected objects (e.g. text
fields and LaTeX) to begin editing them (only available with
the new input system enabled)
* Fixed some issues with selections
* Fixed some issues involving autosaving
* Improved LaTeX editor experience, as well as bug fixes
* Fixed text editor copying and pasting to the wrong clipboard
* Fixed many zoom issues while in presentation mode
* Fixed some other miscellaneous issues
- Use package name in the tarball
-------------------------------------------------------------------
Wed Apr 17 08:44:56 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -17,13 +17,13 @@
Name: xournalpp
Version: 1.0.10
Version: 1.0.12
Release: 0
Summary: Notetaking software designed around a tablet
License: GPL-2.0-or-later
Group: Productivity/Office/Other
URL: https://github.com/xournalpp/xournalpp
Source0: https://github.com/xournalpp/xournalpp/archive/%{version}.tar.gz
Url: https://github.com/xournalpp/xournalpp
Source0: https://github.com/xournalpp/xournalpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++