forked from pool/cherrytree
Accepting request 986588 from GNOME:Apps
- Update to version 0.99.48: * Added support for right to left languages in export to html and pdf (gh#giuspen/cherrytree#2044, gh#giuspen/cherrytree#1668 and gh#giuspen/cherrytree# #698). * In order to support the right to left languages in export to html, the resulting html text lines are no longer LINE<br/> but <p>LINE</p>. * Fixed in export to pdf the link to node+anchor with non ascii anchor name. * Improved detection of missing executables required for rendering LatexBoxes. These dependencies are no longer mandatory (gh#giuspen/cherrytree#2033). * Added help to the user to show again a hidden menubar (gh#giuspen/cherrytree#1927 and gh#giuspen/cherrytree#2054). * Pressing Tab on the very latest table cell now adds a new table line and moves to its first cell. * Fixed issue with relative links to files and folders and documents moved between linux and windows. * In export to html and txt multiple files, now appending the node id to the file names to support multiple nodes with the same name. * Added syntax highlight support for solidity (gh#giuspen/cherrytree#2030). * After issues with the domain giuspen.com, the domain changed to giuspen.net and giuspen.com will eventually go. (forwarded request 985963 from malcolmlewis) OBS-URL: https://build.opensuse.org/request/show/986588 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cherrytree?expand=0&rev=21
This commit is contained in:
commit
d6ffd5591f
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
||||
<param name="changesrevision">5dc7a5fd8d86ac083b1da8ee1acee9209f1c9155</param></service></servicedata>
|
||||
<param name="changesrevision">35a79c408065241a4d8f5a370bead37465d31ad5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6e31aab2248c4133b5456bb6f07f33ea5823053818329a1bb5c45ef7b6e8baa
|
||||
size 83742222
|
3
cherrytree-0.99.48.obscpio
Normal file
3
cherrytree-0.99.48.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c5ab661c3468f1c485eac34369de861e2c9b6e4d312e443a7f1f6386fe7cb9d
|
||||
size 83840526
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 23:50:37 UTC 2022 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 0.99.48:
|
||||
* Added support for right to left languages in export to html and
|
||||
pdf (gh#giuspen/cherrytree#2044, gh#giuspen/cherrytree#1668
|
||||
and gh#giuspen/cherrytree# #698).
|
||||
* In order to support the right to left languages in export to
|
||||
html, the resulting html text lines are no longer LINE<br/> but
|
||||
<p>LINE</p>.
|
||||
* Fixed in export to pdf the link to node+anchor with non ascii
|
||||
anchor name.
|
||||
* Improved detection of missing executables required for
|
||||
rendering LatexBoxes. These dependencies are no longer
|
||||
mandatory (gh#giuspen/cherrytree#2033).
|
||||
* Added help to the user to show again a hidden menubar
|
||||
(gh#giuspen/cherrytree#1927 and gh#giuspen/cherrytree#2054).
|
||||
* Pressing Tab on the very latest table cell now adds a new table
|
||||
line and moves to its first cell.
|
||||
* Fixed issue with relative links to files and folders and
|
||||
documents moved between linux and windows.
|
||||
* In export to html and txt multiple files, now appending the
|
||||
node id to the file names to support multiple nodes with the
|
||||
same name.
|
||||
* Added syntax highlight support for solidity
|
||||
(gh#giuspen/cherrytree#2030).
|
||||
* After issues with the domain giuspen.com, the domain changed to
|
||||
giuspen.net and giuspen.com will eventually go.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 06:59:28 UTC 2022 - info@paolostivanin.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cherrytree
|
||||
version: 0.99.47+2
|
||||
mtime: 1650406486
|
||||
commit: 5dc7a5fd8d86ac083b1da8ee1acee9209f1c9155
|
||||
version: 0.99.48
|
||||
mtime: 1656452646
|
||||
commit: 35a79c408065241a4d8f5a370bead37465d31ad5
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cherrytree
|
||||
Version: 0.99.47+2
|
||||
Version: 0.99.48
|
||||
Release: 0
|
||||
Summary: A hierarchical note taking application
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-only
|
||||
@ -70,7 +70,7 @@ rm %{buildroot}%{_datadir}/mime-info/cherrytree.*
|
||||
%doc changelog.txt
|
||||
%{_bindir}/cherrytree
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/com.giuspen.cherrytree.metainfo.xml
|
||||
%{_datadir}/metainfo/net.giuspen.cherrytree.metainfo.xml
|
||||
%{_datadir}/applications/cherrytree.desktop
|
||||
%{_datadir}/cherrytree/
|
||||
%{_datadir}/icons/hicolor/scalable/apps/cherrytree.svg
|
||||
|
Loading…
Reference in New Issue
Block a user