0.4.5
All checks were successful
CI / test (push) Successful in 4m27s
Lint / test (push) Successful in 31s
Trivy / test (push) Successful in 23s

This commit is contained in:
Miguel Jacq 2025-11-24 15:42:25 +11:00
parent 164aa1eb83
commit 5b42e921a5
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
* Make it possible to delete revisions * Make it possible to delete revisions
* Make it possible to force-lock the screen even if idle timer hasn't tripped * Make it possible to force-lock the screen even if idle timer hasn't tripped
* Add shortcuts for lock and unlock of screen * Add shortcuts for lock and unlock of screen
* Other misc bug fixes
# 0.4.4.1 # 0.4.4.1

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bouquin" name = "bouquin"
version = "0.4.4.1" version = "0.4.5"
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"