From 0795de8572bb987454f73686d4df50483e3851a5 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Thu, 4 Dec 2025 16:37:25 +1100 Subject: [PATCH 1/2] Add missing locale strings --- bouquin/locales/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bouquin/locales/en.json b/bouquin/locales/en.json index f14fb41..5bc7f95 100644 --- a/bouquin/locales/en.json +++ b/bouquin/locales/en.json @@ -297,6 +297,9 @@ "edit_reminder": "Edit Reminder", "delete_reminder": "Delete Reminder", "delete_reminders": "Delete Reminders", + "deleting_it_will_remove_all_future_occurrences": "Deleting it will remove all future occurrences.", + "this_is_a_reminder_of_type": "Note: This is a reminder of type", + "this_will_delete_the_actual_reminders": "Note: This will delete the actual reminders, not just individual occurrences.", "reminder": "Reminder", "reminders": "Reminders", "time": "Time", From 2464147a597bd34d54db2d5a61c63633d05064d2 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Thu, 4 Dec 2025 17:09:56 +1100 Subject: [PATCH 2/2] 0.6.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5c7cda..c4bb99f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.6.2" +version = "0.6.3" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"