Bugfix
This commit is contained in:
parent
992c82460e
commit
267e412663
3 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.1.10.1
|
||||||
|
|
||||||
|
* Small bugfix for a debug message left in
|
||||||
|
|
||||||
# 0.1.10
|
# 0.1.10
|
||||||
|
|
||||||
* Improve search results window and highlight in calendar when there are matches.
|
* Improve search results window and highlight in calendar when there are matches.
|
||||||
|
|
|
||||||
|
|
@ -487,7 +487,6 @@ class MainWindow(QMainWindow):
|
||||||
self._dirty = True
|
self._dirty = True
|
||||||
self._save_date(date_iso, True)
|
self._save_date(date_iso, True)
|
||||||
|
|
||||||
print("end")
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
QMessageBox.critical(self, "Read Error", str(e))
|
QMessageBox.critical(self, "Read Error", str(e))
|
||||||
return
|
return
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "bouquin"
|
name = "bouquin"
|
||||||
version = "0.1.10"
|
version = "0.1.10.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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue