-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
75 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,15 @@ | ||
cherrytree (0.99.37-1) focal; urgency=low | ||
cherrytree (0.99.38-1) focal; urgency=low | ||
|
||
* added configurable option to have bookmarks also under dedicated menu in top menu bar (#1643) | ||
* added configurable option to show the full node path in the node name header (#1399) | ||
* new configurable scalable tags h1,h2,...,small - allow partial bold/italic/underline when not configured on (#1633) | ||
* added preferences file import/export under top menu File--Preferences | ||
* Help--Open Preferences Directory moved under File--Preferences | ||
* added dialog listing all available symbols auto replacements (#1659) | ||
* fix after undo, redo jumps to the top of the document (#1151) | ||
* fix crash on imports (#1593) | ||
* fix URL detection doesn't recognize Tab as a delimiter (#1654) | ||
* fixed import of text files with extension not .txt on linux (#1656) | ||
* configurability of log enable/disable + directory in preferences dialog, tab miscellaneous (#1614) | ||
* fix content in the table can be modified while the node is read only (#1674) | ||
* fix Shift+Enter able to modify locked nodes with lists (#1640) | ||
* fix system tray icon on windows not hiding at click (#1631) | ||
* Ctrl+Arrows in tables disconnected from cells navigation. Ctrl+( and Ctrl+) to navigate Up/Down; Tab and Shift+Tab for navigate Right/Left (#194) | ||
* assigned keyboard shortcut to move table rows Up/Down: Ctrl+[ and Ctrl+] (#1626) | ||
* assigned keyboard shortcut to move table columns Left/Right: Ctrl+{ and Ctrl+} | ||
* preserve print page setup settings between sessions (#1664) | ||
* spell check enabled also for plain text (#1651) | ||
* added Romanian language (work of Tudor Sprinceana) | ||
* fix crash visiting node with a corrupted/invalid utf-8 character (#1337) | ||
* fix crash when trying to insert image from file with format not supported from Glib such as .webp (#1709) | ||
* fix unwanted characters found after copy/paste (#1687) | ||
* fix status icon missing / bad rendered in tray (#1703) | ||
* fixed tree node visibility issue when starting minimised on system tray (#1704) | ||
* fix link markdown paste broken link (#1714) | ||
* fix issues with spell check enabled and no languages available (#1718) | ||
* improved web link recognition (#1713) | ||
* updated languages Finnish, Korean, Brazilian Portuguese | ||
* this (gtkmm3) version can now build on older distributions such as debian 10 / ubuntu 18.04 | ||
|
||
|
||
-- Giuseppe Penone <[email protected]> Tue, 18 May 2021 21:31:59 +0100 | ||
-- Giuseppe Penone <[email protected]> Fri, 11 Jun 2021 23:22:17 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- option(USE_SHARED_FMT_SPDLOG "Use shared fmt and spdlog (not those bundled)" ON) | ||
+ option(USE_SHARED_FMT_SPDLOG "Use shared fmt and spdlog (not those bundled)" OFF) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Source: cherrytree | ||
Section: editors | ||
Priority: optional | ||
Maintainer: Giuseppe Penone <[email protected]> | ||
Build-Depends: | ||
debhelper (>= 9), | ||
desktop-file-utils, | ||
gettext, | ||
cmake, | ||
libgtkmm-3.0-dev, | ||
libgtksourceviewmm-3.0-dev, | ||
libxml++2.6-dev, | ||
libsqlite3-dev, | ||
libgspell-1-dev, | ||
libcurl4-openssl-dev, | ||
libuchardet-dev, | ||
Standards-Version: 3.9.5 | ||
Homepage: https://www.giuspen.com/cherrytree/ | ||
Vcs-Git: https://github.com/giuspen/cherrytree.git | ||
Vcs-Browser: https://github.com/giuspen/cherrytree | ||
|
||
Package: cherrytree | ||
Architecture: any | ||
Depends: | ||
libgtkmm-3.0-1v5, | ||
libgtksourceviewmm-3.0-0v5, | ||
libxml++2.6-2v5, | ||
libsqlite3-0, | ||
libgspell-1-1, | ||
libcurl4, | ||
libuchardet0, | ||
gnome-icon-theme, | ||
${misc:Depends}, | ||
${shlibs:Depends} | ||
Description: hierarchical note taking application | ||
CherryTree is a hierarchical note taking application, featuring rich text, | ||
syntax highlighting, images handling, hyperlinks, import/export with support | ||
for multiple formats, support for multiple languages, and more. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters