Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/advent-of-code 2026-01-03 12:02:23 +01:00
0d43b2e12c feat: register fifth day
c2c87ad301 chore: add 2017D5 dataset
Compare 2 commits »
Kharec pushed to main at Kharec/auditui 2026-01-03 11:49:35 +01:00
20ef60b1e4 feat: polish responsive help screen CSS
Kharec pushed to main at Kharec/auditui 2026-01-03 11:49:00 +01:00
77962778d4 feat: responsive help screen CSS
Kharec pushed to main at Kharec/auditui 2026-01-03 11:42:13 +01:00
d2cfebddf7 docs: update readme
Kharec pushed to main at Kharec/auditui 2026-01-03 11:41:32 +01:00
43c0215a6f feat: define ratio-based table columns
7741c8adba feat: make ui columns responsive
Compare 2 commits »
Kharec pushed to main at Kharec/auditui 2026-01-03 11:14:46 +01:00
eaa1628fcc refactor: extract key display mapping and helper methods
Kharec pushed to main at Kharec/auditui 2026-01-02 18:58:10 +01:00
e663401151 docs: update readme
78dc8ed4a0 feat: add methods to mark books as finished/unfinished
2d31c8d7a2 feat: add 'f' key binding to toggle finished/unfinished status
Compare 3 commits »
Kharec pushed to main at Kharec/auditui 2026-01-02 17:20:15 +01:00
b9f147c3b3 feat: add up/down arrow key bindings for playback speed control
Kharec pushed to main at Kharec/auditui 2026-01-02 17:20:07 +01:00
459970ebd5 docs: add speed control
Kharec pushed to main at Kharec/auditui 2026-01-02 17:19:54 +01:00
fa881a1ca8 feat: add arrow key symbols to help screen display
7518d16501 feat: add playback speed control with increase/decrease methods
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-12-31 17:54:12 +01:00
47f73df6bc refactor: better variable name
Kharec pushed to main at Kharec/skywipe 2025-12-31 08:22:29 +01:00
6a88ab8560 refactor: import getpass directly
Kharec pushed to main at Kharec/skywipe 2025-12-30 23:09:03 +01:00
dd3b220a4a test: use shared config fixture
82b99da50d test: add config_with_tmp_path fixture
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-30 23:04:47 +01:00
ce2a1ad594 test: expand configure load tests with fixture and error cases
Kharec pushed to main at Kharec/skywipe 2025-12-30 18:29:36 +01:00
313b6fc453 test: refactor CLI tests and expand coverage
Kharec pushed to main at Kharec/skywipe 2025-12-30 18:16:52 +01:00
e364598414 test: expect progress propagation
cd1cf1f170 fix: restore progress logger propagation
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-30 18:13:59 +01:00
c3761d1d08 test: cover formatter reset on reuse
85f1ea4efb fix: reset stream formatters in setup_logger
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-30 18:11:50 +01:00
df22b3dd3d test: cover logger propagation behavior
8c0bbceeac fix: disable skywipe log propagation
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-30 17:46:36 +01:00
5e60374937 test: add tests for ProgressTracker.batch with total_batches=0
fd62bb5ea2 fix: use "is not None" check for total_batches in ProgressTracker.batch
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-30 08:53:02 +01:00
6785ecd45a test: strengthen logger handler duplication test