e0169db52a
Many changes and new features:
...
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
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
054ad88991
Fix version test
2025-11-24 10:47:54 +11:00
5bf6d4c4d6
Improve moving unchecked TODOs to next weekday and from last 7 days. New version checker. Remove newline after headings
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
511adb1c34
Fix test and appimage icon stuff
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
ca3c839c7d
More tests
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
4adccc3d95
Refactored settings dialog to use tabs to reduce its size
CI / test (push) Successful in 4m6s
Lint / test (push) Successful in 27s
Trivy / test (push) Successful in 26s
2025-11-21 11:45:05 +11:00
3e91f158c3
Make Tags and TimeLog optional features that can be switched on/off in Settings (enabled by default)
CI / test (push) Successful in 4m31s
Lint / test (push) Successful in 1m2s
Trivy / test (push) Successful in 23s
2025-11-21 08:50:06 +11:00
243980e006
Miscellaneous bug fixes for editing (list cursor positions/text selectivity, alarm removing newline)
2025-11-20 17:02:41 +11:00
119d326eea
Expose note in time log dialog and reports
CI / test (push) Successful in 3m58s
Lint / test (push) Successful in 27s
Trivy / test (push) Successful in 22s
2025-11-19 20:50:04 +11:00
985541a1d8
remove time graph visualiser. More tests. Other fixes
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled
2025-11-19 15:33:31 +11:00
4db40e6b4b
Fix tag graph test
CI / test (push) Successful in 3m30s
Lint / test (push) Successful in 27s
Trivy / test (push) Successful in 21s
2025-11-19 12:38:35 +11:00
63cf561bfe
Improve size of checkboxes. Convert bullet '-' to actual unicode bullets
CI / test (push) Successful in 3m30s
Lint / test (push) Successful in 27s
Trivy / test (push) Successful in 20s
2025-11-18 18:21:09 +11:00
eedf48dc6a
Add ability to send a bug report from within the app
CI / test (push) Successful in 3m23s
Lint / test (push) Failing after 27s
Trivy / test (push) Successful in 21s
2025-11-17 16:06:33 +11:00
6bc5b66d3f
Add the ability to choose the database path at startup. Add more tests. Add bandit
CI / test (push) Successful in 3m49s
Lint / test (push) Successful in 29s
Trivy / test (push) Successful in 21s
2025-11-17 15:15:00 +11:00
97e723ce34
Remove export to txt, the .md markdown is really the same
CI / test (push) Successful in 3m14s
Lint / test (push) Failing after 14s
Trivy / test (push) Successful in 20s
2025-11-15 12:12:18 +11:00
b1ba599e99
Make it possible to add a tag from the Tag Browser
CI / test (push) Successful in 3m46s
Lint / test (push) Successful in 17s
Trivy / test (push) Successful in 21s
2025-11-15 11:22:40 +11:00
b1ae56270a
Add a test for update_tag integrity guard
CI / test (push) Successful in 3m18s
Lint / test (push) Successful in 15s
Trivy / test (push) Successful in 23s
2025-11-14 17:57:23 +11:00
1becb7900e
Prevent traceback on trying to edit a tag with the same name as another tag. Various other tweaks. Bump version
CI / test (push) Successful in 3m31s
Lint / test (push) Successful in 16s
Trivy / test (push) Successful in 21s
2025-11-14 17:30:58 +11:00
02a60ca656
Fix tests, add vulture_ignorelist.py, fix markdown_editor highlighter bug
2025-11-14 16:16:27 +11:00
f6e10dccac
Tags working
2025-11-14 14:54:04 +11:00
07c8e31c66
Add Italian translations (thanks @mdaleo404)
CI / test (push) Successful in 2m27s
Lint / test (push) Successful in 15s
Trivy / test (push) Successful in 20s
2025-11-14 11:41:55 +11:00
d338033333
Add version info. Add linter
CI / test (push) Successful in 2m22s
Lint / test (push) Successful in 13s
Trivy / test (push) Successful in 21s
2025-11-13 16:26:35 +11:00
db0476f9ad
Well, 95% test coverage is okay I guess
2025-11-13 11:52:21 +11:00
494b14136b
Move lock_overlay/calendar theming to the ThemeManager
2025-11-12 10:51:08 +11:00
43c31a1d97
More fixes to code blocks
2025-11-11 15:47:25 +11:00
1b706dec18
Editor tweaks
2025-11-11 14:59:48 +11:00
bfd0314109
Code cleanup, more tests
2025-11-11 13:12:30 +11:00
61e37b7669
Fix tests
2025-11-10 10:54:17 +11:00
eac37d8843
DRY up some code
2025-11-10 10:25:46 +11:00
ab1af80d10
Fix history pane, some small cleanups
2025-11-09 19:09:56 +11:00
f023224074
0.2.1 with tabs
2025-11-09 16:19:51 +11:00
39576ac7f3
convert to markdown ( #1 )
...
Reviewed-on: #1
2025-11-08 00:30:46 -06:00
5489854d58
Add find bar for searching for text in the editor
2025-11-07 17:03:14 +11:00
aad1ba5d7d
Fix focusing on editor after leaving the app and returning. More code coverage and removing obsolete bits of code
2025-11-07 13:53:27 +11:00
74177f2cd3
Code cleanup/comments, more test coverage (92%)
2025-11-07 11:42:29 +11:00
66950eeff5
More test coverage, remove unused functions from editor.py
2025-11-07 11:13:04 +11:00
ada1d8ffad
Some code consolidation in editor
2025-11-07 09:38:25 +11:00
b5563c18a4
Fix for code blocks in dark mode
2025-11-06 18:56:07 +11:00
f7903c2cd9
Tests
2025-11-06 14:29:24 +11:00
7c3ec19748
Various tweaks to theme, more code coverage
2025-11-06 11:47:00 +11:00
19593403b9
Fix styling issue with text that comes after a URL, so it doesn't appear as part of the URL.
2025-11-05 16:26:13 +11:00
a29fc9423e
Refactor tests
2025-11-04 18:33:54 +11:00
72862f9a4f
Update test to account for HTML
2025-11-01 16:45:59 +11:00
3e6a08231c
Initial commit
2025-10-31 16:00:54 +11:00