Compare commits

...

4 commits

Author SHA1 Message Date
10fcd28e23
0.5.1
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled
2025-11-26 11:52:57 +11:00
aafff413fe
Changelog 2025-11-26 11:52:41 +11:00
c0a9c5be2b
Improve size of reminder dialog 2025-11-26 11:52:18 +11:00
770fd0e9ee
Update main screenshot 2025-11-26 11:51:40 +11:00
4 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
* Try to address Noto Sans font issue that works for both numbers and checkbox/bullets.
* Update icon
* Update French translations
* Improve size of flashing reminder dialog
# 0.5

View file

@ -1230,6 +1230,7 @@ class MainWindow(QMainWindow):
dlg = QDialog(self)
dlg.setWindowTitle(strings._("reminder"))
dlg.setModal(True)
dlg.setMinimumWidth(400)
layout = QVBoxLayout(dlg)
label = QLabel(text)

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 184 KiB

Before After
Before After