forked from pool/cherrytree
Accepting request 927322 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/927322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cherrytree?expand=0&rev=17
This commit is contained in:
commit
063a9ff2f4
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
||||
<param name="changesrevision">eff9cc9a9c38032e738bacb66725e17a11243a7d</param></service></servicedata>
|
||||
<param name="changesrevision">9f08a4c5e10fce30eb7323a436000b64dbc2085f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cd6c53a6b39b75a9516dc24974a55be23d773c5d0b43c492dcfccad010294ff
|
||||
size 81551374
|
3
cherrytree-0.99.42+3.obscpio
Normal file
3
cherrytree-0.99.42+3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51d2bfb241088209436fa16fe42052bf3daf45b0d0095ff2121ed7f8d3999b27
|
||||
size 82492430
|
@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 22 10:06:15 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 0.99.42:
|
||||
* Unified search in nodes name+tags and search in nodes content.
|
||||
* Fixed search in multiple nodes with the option first from
|
||||
selection/first in all range.
|
||||
* Fixed issue with password protected data extraction on windows
|
||||
and non ascii paths.
|
||||
* Link to node insert/edit dialog, added search for anchor
|
||||
name in the tree.
|
||||
* Implemented node property to exclude node and/or
|
||||
subnodes from search.
|
||||
* Applying a colour to foreground/background of text
|
||||
to use default gtk3 palette.
|
||||
* Added in preferenced dialog, tab theme, possibility
|
||||
to choose 2 new icon themes.
|
||||
* Added option to hide the status bar.
|
||||
* Added configurability of selected node's background/foreground
|
||||
colour in the tree.
|
||||
* Tree explorer added view option to show lines connecting
|
||||
the nodes parent-children.
|
||||
* Added syntax highlighting for AutoHotkey.
|
||||
* Added in preferences dialog, tab fonts, buttons to reset the
|
||||
fonts to default values.
|
||||
* At F8/current day node do not visit year/month if already
|
||||
existing, only day.
|
||||
* Support for portable mode in non-windows os looking for
|
||||
config/config.cfg beside cherrytree binary executable.
|
||||
* Tree sorting menu items: moved siblings only sorting first
|
||||
and after separator sorting whole tree.
|
||||
* Added experimantal option menubar_in_titlebar that can be
|
||||
activated in config.cfg, but off by default.
|
||||
* Added flip image buttons to image properties dialog.
|
||||
* Rich text tag monospace: added configurability of the
|
||||
foreground colour.
|
||||
* Fix incorrect insertion from plain text clipboard of
|
||||
link with pipe char.
|
||||
* Fix apply link to image via toolbar button rather than
|
||||
right click.
|
||||
* Fix after unmaximise main window, close, reopen -> still
|
||||
maximised.
|
||||
* Fix fullscreen expands the width of tree explorer rather
|
||||
than the editing frame when tree on the right.
|
||||
* Fix segfault/crash from exporting imported markdown file
|
||||
with a table.
|
||||
* Fix todo lists in ubuntu 18.04 not cycling through
|
||||
available mark choices.
|
||||
* Fix print/export to pdf of table columns widths.
|
||||
* Print/export to pdf of scalable tags (h1..h6,small) and
|
||||
monospace use configured properties.
|
||||
* Node name header font size/family to follow the tree font.
|
||||
* Improved table sorting to use not only first column.
|
||||
* Improved import from markdown of a table with or without
|
||||
pre/post text.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 09 00:59:34 UTC 2021 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: cherrytree
|
||||
version: 0.99.40
|
||||
mtime: 1628331815
|
||||
commit: eff9cc9a9c38032e738bacb66725e17a11243a7d
|
||||
version: 0.99.42+3
|
||||
mtime: 1634597570
|
||||
commit: 9f08a4c5e10fce30eb7323a436000b64dbc2085f
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cherrytree
|
||||
Version: 0.99.40
|
||||
Version: 0.99.42+3
|
||||
Release: 0
|
||||
Summary: A hierarchical note taking application
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-only
|
||||
@ -37,7 +37,7 @@ BuildRequires: pkgconfig(gtkmm-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceviewmm-3.0)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libxml++-2.6)
|
||||
BuildRequires: pkgconfig(spdlog)
|
||||
BuildRequires: pkgconfig(spdlog) >= 1.5
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(uchardet)
|
||||
# For password-protected format
|
||||
|
Loading…
Reference in New Issue
Block a user