Compare commits

...

2 commits

Author SHA1 Message Date
827565838f
Bump to 0.8.1
All checks were successful
CI / test (push) Successful in 8m23s
Lint / test (push) Successful in 34s
Trivy / test (push) Successful in 18s
2025-12-26 18:02:04 +11:00
dce124e083
prep for 0.8.1 2025-12-26 18:01:56 +11:00
3 changed files with 12 additions and 2 deletions

7
debian/changelog vendored
View file

@ -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 <mig@mig5.net> Tue, 26 Dec 2025 18:00:00 +1100
bouquin (0.8.0) unstable; urgency=medium bouquin (0.8.0) unstable; urgency=medium
* Add .desktop file for Debian * Add .desktop file for Debian

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bouquin" name = "bouquin"
version = "0.8.0" version = "0.8.1"
description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher."
authors = ["Miguel Jacq <mig@mig5.net>"] authors = ["Miguel Jacq <mig@mig5.net>"]
readme = "README.md" readme = "README.md"

View file

@ -4,7 +4,7 @@
# provides the Python distribution/module as "sqlcipher4". To keep Fedora's # provides the Python distribution/module as "sqlcipher4". To keep Fedora's
# auto-generated python3dist() Requires correct, we rewrite the dependency key in # auto-generated python3dist() Requires correct, we rewrite the dependency key in
# pyproject.toml at build time. # pyproject.toml at build time.
%global upstream_version 0.8.0 %global upstream_version 0.8.1
Name: bouquin Name: bouquin
Version: %{upstream_version} 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 %{_datadir}/icons/hicolor/scalable/apps/bouquin.svg
%changelog %changelog
* Fri Dec 26 2025 Miguel Jacq <mig@mig5.net> - %{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 <mig@mig5.net> - %{version}-%{release} * Wed Dec 24 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Initial RPM packaging for Fedora 42 - Initial RPM packaging for Fedora 42