db123 pushed to main at db123/uptodownbot 2026-06-25 22:10:56 +03:30
8bcb0094b2 feat: treat quota limit of 0 as unlimited
f39e4e6fb0 fix: quota pre-check used max format size, blocked before format selection
Compare 2 commits »
db123 pushed to main at db123/uptodownbot 2026-06-25 21:46:45 +03:30
f8f9d99e69 fix: set PYTHONUNBUFFERED=1 to force real-time progress output
e8120b9529 fix: show first progress update immediately instead of waiting for 5%
cd7aaeebc2 feat: capture yt-dlp stderr on download failures for debugging
8408b17ca0 feat: add DRM search-by-name fallback for individual Spotify tracks
Compare 4 commits »
db123 pushed to main at db123/uptodownbot 2026-06-25 16:07:49 +03:30
0c27822871 fix: 'best' format on audio-only sites (SoundCloud) now shows audio containers
785e20bf94 refactor: rename Format to Quality, add container Audio/Video sub-pickers
Compare 2 commits »
db123 pushed to main at db123/uptodownbot 2026-06-25 15:56:59 +03:30
e08ed77884 refactor: settings format picker redesign with Audio/Video sub-pickers, fix delete routing
30a99ac2fd fix: progress stuck at 0%, container not respected, audio display, Spotify DRM fallback
Compare 2 commits »
db123 pushed to main at db123/worktimeBot 2026-06-25 15:56:59 +03:30
7dbd9fda12 feat: add /setcalendar command, store tests, and improve error handling
db123 pushed to main at db123/uptodownbot 2026-06-25 15:40:41 +03:30
e65ade6c3c refactor: redesign format selection with unified list and independent audio/video picking
db123 pushed to main at db123/uptodownbot 2026-06-25 15:11:34 +03:30
7de79b50e1 chore: add .gitea CI/CD workflows
db123 pushed to main at db123/uptodownbot 2026-06-25 15:10:52 +03:30
a7dc5531e4 chore: remove TODO.md from gitignore (file already deleted)
cd27b4d28d feat: add thumbnail preview, audio-only detection, /download command, tests, and bugfixes
Compare 2 commits »
db123 pushed to main at db123/worktimeBot 2026-06-25 15:10:21 +03:30
d9e13cb51d chore: gitignore and untrack opencode.json
db123 pushed to main at db123/uptodownbot 2026-06-25 15:01:02 +03:30
05fcdf7458 feat: initial implementation of uptodownbot
db123 created branch main in db123/uptodownbot 2026-06-25 15:01:02 +03:30
db123 created repository db123/uptodownbot 2026-06-25 14:09:16 +03:30
db123 pushed to main at db123/worktimeBot 2026-06-25 12:34:06 +03:30
59c35305c7 docs: add Gitea Actions CI badge to README
db123 pushed to main at db123/worktimeBot 2026-06-25 12:30:23 +03:30
5670b0455d feat: add delete account button in settings, implement all remaining achievements
db123 pushed to main at db123/worktimeBot 2026-06-25 12:14:33 +03:30
0926323d18 fix: removed an stray space character in text of main menu league
a96419f324 feat: add /settings command and document /history for UI-command parity
d15ed46066 fix: resolve go vet error and dayStart logic in ComputeDailyTotals
3835b002a7 fix: corrected the layout of buttons in settings and text in main menu
3cd692be0f fix: separate RPG and League into their own rows in settings menu
Compare 49 commits »
db123 pushed to main at db123/worktimeBot 2026-06-23 23:47:39 +03:30
7aada8d118 Add README.md
b4fab29d45 Clean up: remove unused packages, switch to slog, tidy Makefile
32446a99d1 Fix break tracking (out→in gap), add startup log, clean up /start message
7da6f4cb49 Add BOT_ALLOWED_USERS, fix SetColWidth params, drop fmt import, save chat_id on start
a92c72f46a feat: add persistent reply keyboard with Clock In / Clock Out buttons
Compare 13 commits »
db123 pushed to main at db123/worktimeBot 2026-06-23 20:50:08 +03:30
0a9175add4 handlers: replace fmt.Errorf with errors.New to satisfy vet
db123 pushed to main at db123/worktimeBot 2026-06-23 20:48:25 +03:30
0909cbac7d CI: add HTTP_PROXY/HTTPS_PROXY to reach Golang toolchain (temporary solution)
db123 pushed to main at db123/worktimeBot 2026-06-23 20:38:32 +03:30
a447e127ec CI: install git and ca-certificates for VCS module fetch
db123 pushed to main at db123/worktimeBot 2026-06-23 20:33:02 +03:30
316d8446ee CI: set GOPROXY=direct to avoid proxy block