From dce124e083e00ec6b9dc28d482160d3d6638266b Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 26 Dec 2025 18:01:56 +1100 Subject: [PATCH 1/2] prep for 0.8.1 --- debian/changelog | 7 +++++++ rpm/bouquin.spec | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0216393..036fb4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +bouquin (0.8.1) unstable; urgency=medium + + * Fix bold/italic/strikethrough styling in certain conditions when toolbar action is used. + * Move a code block or collapsed section (or generally, anything after a checkbox line until the next checkbox line) when moving an unchecked checkbox line to another day. + + -- Miguel Jacq Tue, 26 Dec 2025 18:00:00 +1100 + bouquin (0.8.0) unstable; urgency=medium * Add .desktop file for Debian diff --git a/rpm/bouquin.spec b/rpm/bouquin.spec index 341d80d..f7d3c37 100644 --- a/rpm/bouquin.spec +++ b/rpm/bouquin.spec @@ -4,7 +4,7 @@ # provides the Python distribution/module as "sqlcipher4". To keep Fedora's # auto-generated python3dist() Requires correct, we rewrite the dependency key in # pyproject.toml at build time. -%global upstream_version 0.8.0 +%global upstream_version 0.8.1 Name: bouquin Version: %{upstream_version} @@ -82,5 +82,8 @@ install -Dpm 0644 bouquin/icons/bouquin.svg %{buildroot}%{_datadir}/icons/hicolo %{_datadir}/icons/hicolor/scalable/apps/bouquin.svg %changelog +* Fri Dec 26 2025 Miguel Jacq - %{version}-%{release} +- Fix bold/italic/strikethrough styling in certain conditions when toolbar action is used. +- Move a code block or collapsed section (or generally, anything after a checkbox line until the next checkbox line) when moving an unchecked checkbox line to another day. * Wed Dec 24 2025 Miguel Jacq - %{version}-%{release} - Initial RPM packaging for Fedora 42 From 827565838f9dd03b9994fe60c8e93b9adc0e5ba7 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 26 Dec 2025 18:02:04 +1100 Subject: [PATCH 2/2] Bump to 0.8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9adca9a..380e67b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.8.0" +version = "0.8.1" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"