This commit is contained in:
Miguel Jacq 2025-11-04 18:34:04 +11:00
parent a29fc9423e
commit 98e6a0ebae
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
* Add Backup option (database remains encrypted with SQLCipher)
* Add ability to run VACUUM (compact) on the database in settings
* Add ability to store images in the page
* Lots more tests, over 80% coverage
# 0.1.8

View file

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