Commit graph

213 commits

Author SHA1 Message Date
81cf878ffd
0.5.2
Some checks failed
Lint / test (push) Successful in 33s
Trivy / test (push) Successful in 23s
CI / test (push) Failing after 5m24s
2025-11-27 09:57:49 +11:00
73aa536a32
Small README tweak 2025-11-27 09:57:39 +11:00
219b358569
remove problematic interactive test 2025-11-27 09:57:26 +11:00
5a54d809ed
Fix HTML export of markdown (with newlines, tables and other styling preserved) 2025-11-27 09:57:14 +11:00
917e51aa0b
Use same alarm icon for the Reminders sidebar widget 2025-11-27 09:56:29 +11:00
576dc435ef
Adjust History icon and reorder toolbar items. Try to address checkbox/bullet size issues (again) 2025-11-27 09:45:15 +11:00
fdc72a1146
Update icon again to remove background 2025-11-27 08:55:28 +11:00
9435800910
More tests
Some checks failed
CI / test (push) Has been cancelled
Lint / test (push) Successful in 32s
Trivy / test (push) Successful in 25s
2025-11-26 17:12:58 +11:00
cb78d9f783
Black
All checks were successful
CI / test (push) Successful in 4m55s
Lint / test (push) Successful in 33s
Trivy / test (push) Successful in 22s
2025-11-26 14:11:13 +11:00
46aed33cf7
Ensure toolbar is always loaded at end of MainWindow init (weird random bug)
Some checks failed
CI / test (push) Successful in 5m43s
Lint / test (push) Failing after 29s
Trivy / test (push) Successful in 24s
2025-11-26 13:37:13 +11:00
808b878658
Fix code blocks so reserved keywords inside strings don't get painted as reserved
All checks were successful
CI / test (push) Successful in 4m56s
Lint / test (push) Successful in 32s
Trivy / test (push) Successful in 23s
2025-11-26 13:25:44 +11:00
52c1836c9c
Tweak README screenshots
All checks were successful
CI / test (push) Successful in 4m54s
Lint / test (push) Successful in 32s
Trivy / test (push) Successful in 23s
2025-11-26 11:53:36 +11:00
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
d070907e6c
Update French translations
All checks were successful
CI / test (push) Successful in 5m23s
Lint / test (push) Successful in 33s
Trivy / test (push) Successful in 24s
2025-11-26 11:31:22 +11:00
989680845b
Replace icon 2025-11-26 11:19:27 +11:00
17560af249
Add in NotoSans regular. Use it as default font, switch to symbols font for checkboxes/bullets 2025-11-26 11:19:18 +11:00
41227e181f
Pass extra arg just in case
All checks were successful
CI / test (push) Successful in 5m30s
Lint / test (push) Successful in 29s
Trivy / test (push) Successful in 22s
2025-11-25 16:27:46 +11:00
c0206bd626
Remove old alarm logic
All checks were successful
CI / test (push) Successful in 4m51s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 23s
2025-11-25 15:43:22 +11:00
e0169db52a
Many changes and new features:
All checks were successful
CI / test (push) Successful in 5m17s
Lint / test (push) Successful in 32s
Trivy / test (push) Successful in 25s
* Make reminders be its own dataset rather than tied to current string.
 * Add support for repeated reminders
 * Make reminders be a feature that can be turned on and off
 * Add syntax highlighting for code blocks (right-click to set it)
 * Add a Pomodoro-style timer for measuring time spent on a task (stopping the timer offers to log it to Time Log)
 * Add ability to create markdown tables. Right-click to edit the table in a friendlier table dialog
2025-11-25 14:52:26 +11:00
26737fbfb2
Set locked status on window title when locked. Don't exit on incorrect key, let it be tried again
All checks were successful
CI / test (push) Successful in 4m35s
Lint / test (push) Successful in 31s
Trivy / test (push) Successful in 23s
2025-11-25 10:46:11 +11:00
648031786a
Add more Italian translations (thank you @mdaleo404)
All checks were successful
CI / test (push) Successful in 5m7s
Lint / test (push) Successful in 33s
Trivy / test (push) Successful in 22s
2025-11-25 09:19:11 +11:00
5b42e921a5
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
2025-11-24 15:42:25 +11:00
164aa1eb83
Undo statistics dialog tweak and just add more height.. Fix exception handling in version check 2025-11-24 15:36:14 +11:00
632cdf5176
Revert "More tweaks to statistics dialog size"
This reverts commit 4ec8c64994.
2025-11-24 15:19:15 +11:00
32bf2e1187
Fix pyflakes
All checks were successful
CI / test (push) Successful in 4m33s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 23s
2025-11-24 11:04:07 +11:00
47a380ad38
Make it possible to force-lock the screen even if idle timer hasn't tripped. Add shortcuts for lock and unlock of screen 2025-11-24 11:03:03 +11:00
807a21e9af
Make it possible to delete revisions in the history dialog
Some checks failed
CI / test (push) Successful in 4m57s
Lint / test (push) Failing after 31s
Trivy / test (push) Successful in 24s
2025-11-24 10:56:04 +11:00
4ec8c64994
More tweaks to statistics dialog size 2025-11-24 10:55:47 +11:00
054ad88991
Fix version test 2025-11-24 10:47:54 +11:00
78a06e8a73
0.4.4.1
Some checks failed
CI / test (push) Failing after 4m37s
Lint / test (push) Successful in 31s
Trivy / test (push) Successful in 24s
2025-11-23 20:54:36 +11:00
05879131b4
* Adjust some widget heights/settings text wrap
* Adjust shortcuts
 * History unicode symbol
 * Icon in version dialog
2025-11-23 20:54:19 +11:00
a0153a370b
0.4.4
All checks were successful
CI / test (push) Successful in 4m34s
Lint / test (push) Successful in 28s
Trivy / test (push) Successful in 23s
2025-11-23 18:34:30 +11:00
5bf6d4c4d6
Improve moving unchecked TODOs to next weekday and from last 7 days. New version checker. Remove newline after headings
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled
2025-11-23 18:34:02 +11:00
ab0a9400c9
Tweak README/release
All checks were successful
CI / test (push) Successful in 4m42s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 21s
2025-11-22 20:54:40 +11:00
0960a8587e
Use Ctrl+Shift+G for settings
All checks were successful
CI / test (push) Successful in 4m23s
Lint / test (push) Successful in 27s
Trivy / test (push) Successful in 21s
2025-11-22 20:37:15 +11:00
777d27ecb9
Ship specific font
All checks were successful
CI / test (push) Successful in 4m23s
Lint / test (push) Successful in 29s
Trivy / test (push) Successful in 24s
2025-11-22 20:13:40 +11:00
511adb1c34
Fix test and appimage icon stuff
All checks were successful
CI / test (push) Successful in 4m15s
Lint / test (push) Successful in 28s
Trivy / test (push) Successful in 21s
2025-11-22 17:52:39 +11:00
f8c4abd899
more screenshots
Some checks failed
CI / test (push) Failing after 4m23s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 21s
2025-11-22 17:28:58 +11:00
75432ca35d
align
Some checks failed
Lint / test (push) Successful in 28s
CI / test (push) Failing after 4m18s
Trivy / test (push) Successful in 21s
2025-11-22 17:18:37 +11:00
de23c75478
Fix img
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled
2025-11-22 17:17:25 +11:00
44e357dd66
Adjust other images
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled
2025-11-22 17:15:07 +11:00
40c218674f
Increase width
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled
2025-11-22 17:11:02 +11:00
6820e3b3ab
reduce width, center
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled
2025-11-22 17:10:30 +11:00
6becae6eac
Add .desktop file, icons
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled
2025-11-22 17:09:08 +11:00
2a78027afc
Bump version
All checks were successful
CI / test (push) Successful in 4m40s
Lint / test (push) Successful in 28s
Trivy / test (push) Successful in 21s
2025-11-22 09:20:58 +11:00
3711df0206
Try to force Noto Sans Regular font if present. Stop increasing the checkbox/bullet sizes separately
Some checks are pending
CI / test (push) Waiting to run
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
2025-11-22 09:20:11 +11:00
ca3c839c7d
More tests
All checks were successful
CI / test (push) Successful in 4m40s
Lint / test (push) Successful in 31s
Trivy / test (push) Successful in 23s
2025-11-21 14:30:38 +11:00