Accepting request 1070198 from home:malcolmlewis:branches:GNOME:Apps
- Update to version 0.99.55: + Unit tested code to convert lists to HTML. + Fixed list element on more lines conversion into real html, (gh#giuspen/cherrytree#1765). + Implemented conversion of multi level lists into real html unordered and ordered lists, (gh#giuspen/cherrytree#1765). + Added support for executing c-sharp code, (gh#giuspen/cherrytree#2234). + Codebox actions: keyboard shortcuts now configurable in preferences dialog and available in toolbar configurability. + Added missing dependences to Dockerfile for dev container, added ms cpp extension pack, (gh#giuspen/cherrytree#2231). + Table actions: keyboard shortcuts now configurable in preferences dialog and available in toolbar configurability, (gh#giuspen/cherrytree#2124, gh#giuspen/cherrytree#2195 and gh#giuspen/cherrytree#2219). + Removed leftover line no longer needed after latest commit about new pdf page bottom numbering. + Fixed issue with latest version of cairo in msys2 and pdf pages numbering no longer rendered correctly. + Recently added autosave options in file save storage not to be shown in case of export. + Fixed export to pdf crash, (gh#giuspen/cherrytree#2227). + Fixed issue with font family name getting multiplied while zooming. + Fixed autosave in case the document was never saved before, to prompt the user for a storage type/path, (gh#giuspen/cherrytree#2225). + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1070198 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=177
This commit is contained in:
parent
081d3e6b82
commit
843d94d4a4
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
||||
<param name="changesrevision">00abc015b855f8167a4c004d68bb6804aca6c9be</param></service></servicedata>
|
||||
<param name="changesrevision">655e07e8fcfb3a602fd698f315ec78cdda01d337</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3b32c0550638a04d1c9d03282300ca4d8e316e297f06c21150d3a3c1087ed22
|
||||
size 84201998
|
3
cherrytree-0.99.55.obscpio
Normal file
3
cherrytree-0.99.55.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2c513b898d068bd7bdd09616c870e736d96d9b5fd3b93a07414f389d7d6d870
|
||||
size 83332110
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 08 14:19:07 UTC 2023 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 0.99.55:
|
||||
+ Unit tested code to convert lists to HTML.
|
||||
+ Fixed list element on more lines conversion into real html,
|
||||
(gh#giuspen/cherrytree#1765).
|
||||
+ Implemented conversion of multi level lists into real html
|
||||
unordered and ordered lists, (gh#giuspen/cherrytree#1765).
|
||||
+ Added support for executing c-sharp code,
|
||||
(gh#giuspen/cherrytree#2234).
|
||||
+ Codebox actions: keyboard shortcuts now configurable in
|
||||
preferences dialog and available in toolbar configurability.
|
||||
+ Added missing dependences to Dockerfile for dev container,
|
||||
added ms cpp extension pack, (gh#giuspen/cherrytree#2231).
|
||||
+ Table actions: keyboard shortcuts now configurable in
|
||||
preferences dialog and available in toolbar configurability,
|
||||
(gh#giuspen/cherrytree#2124, gh#giuspen/cherrytree#2195 and
|
||||
gh#giuspen/cherrytree#2219).
|
||||
+ Removed leftover line no longer needed after latest commit
|
||||
about new pdf page bottom numbering.
|
||||
+ Fixed issue with latest version of cairo in msys2 and pdf
|
||||
pages numbering no longer rendered correctly.
|
||||
+ Recently added autosave options in file save storage not to be
|
||||
shown in case of export.
|
||||
+ Fixed export to pdf crash, (gh#giuspen/cherrytree#2227).
|
||||
+ Fixed issue with font family name getting multiplied while
|
||||
zooming.
|
||||
+ Fixed autosave in case the document was never saved before, to
|
||||
prompt the user for a storage type/path,
|
||||
(gh#giuspen/cherrytree#2225).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 01 02:11:14 UTC 2023 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cherrytree
|
||||
version: 0.99.54+1
|
||||
mtime: 1675113438
|
||||
commit: 00abc015b855f8167a4c004d68bb6804aca6c9be
|
||||
version: 0.99.55
|
||||
mtime: 1678218996
|
||||
commit: 655e07e8fcfb3a602fd698f315ec78cdda01d337
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cherrytree
|
||||
Version: 0.99.54+1
|
||||
Version: 0.99.55
|
||||
Release: 0
|
||||
Summary: A hierarchical note taking application
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user