v0.1.9
This commit is contained in:
parent
a29fc9423e
commit
98e6a0ebae
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
* Add Backup option (database remains encrypted with SQLCipher)
|
* Add Backup option (database remains encrypted with SQLCipher)
|
||||||
* Add ability to run VACUUM (compact) on the database in settings
|
* Add ability to run VACUUM (compact) on the database in settings
|
||||||
* Add ability to store images in the page
|
* Add ability to store images in the page
|
||||||
|
* Lots more tests, over 80% coverage
|
||||||
|
|
||||||
# 0.1.8
|
# 0.1.8
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "bouquin"
|
name = "bouquin"
|
||||||
version = "0.1.8"
|
version = "0.1.9"
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue