• Joined on 2024-05-27
tigeren pushed to main at xorbitlab/bugger 2026-06-29 13:55:04 +00:00
f7682ae7cf chore: bump version to 1.1 (build 2)
tigeren pushed to main at xorbitlab/bugger 2026-06-29 13:52:38 +00:00
9154264ea7 fix: replace daily time text field with native DatePickers
tigeren pushed to main at xorbitlab/bugger 2026-06-29 13:08:54 +00:00
b81d3edf42 feat: add 8h/12h intervals + daily schedule refresh mode
tigeren pushed to main at xorbitlab/bugger 2026-06-29 13:03:29 +00:00
64a35752c5 fix: use rawValue for customer field to handle all Feishu field types
tigeren pushed to main at xorbitlab/bugger 2026-06-29 12:57:14 +00:00
fe6dddecf9 fix: move customer between status and age in bug row
tigeren pushed to main at xorbitlab/bugger 2026-06-29 12:51:24 +00:00
883d7cb608 chore: change customerField default to CustomerName for consistency
tigeren pushed to main at xorbitlab/bugger 2026-06-29 12:50:49 +00:00
0ce557ac8e feat: add customer field to Bug model with configurable mapping
tigeren pushed to main at xorbitlab/bugger 2026-06-28 17:17:08 +00:00
7590389a04 feat: add Quit button, extended polling intervals
tigeren pushed to main at xorbitlab/bugger 2026-06-28 17:08:11 +00:00
b207918fc6 feat: add release build script (app + DMG)
tigeren pushed tag 首个可用版本 to xorbitlab/bugger 2026-06-28 17:04:48 +00:00
tigeren pushed to main at xorbitlab/bugger 2026-06-28 17:01:03 +00:00
94a3d76af9 fix: badge shows active count, floating widget shows priorities, record URL deep link
tigeren pushed to main at xorbitlab/bugger 2026-06-28 16:51:05 +00:00
723c50fc9d feat: configurable status mappings, scrollable settings, case-insensitive assignee
tigeren pushed tag 首次可用连接成功版 to xorbitlab/bugger 2026-06-28 16:40:44 +00:00
tigeren pushed to main at xorbitlab/bugger 2026-06-28 16:33:55 +00:00
0f8565f65d fix: OAuth token endpoint wraps in {code,message,data} — not flat
tigeren pushed to main at xorbitlab/bugger 2026-06-28 16:30:53 +00:00
ae918a379c fix: remove redundant CodingKeys conflicting with .convertFromSnakeCase
tigeren pushed to main at xorbitlab/bugger 2026-06-28 16:28:40 +00:00
f1ef89ef55 fix: tenant_access_token response is flat, not wrapped in data key
tigeren pushed to main at xorbitlab/bugger 2026-06-28 16:26:17 +00:00
ba56b2385e debug: switch to print() for critical path, manual JSON body
tigeren pushed to main at xorbitlab/bugger 2026-06-28 16:23:42 +00:00
f61f8332b8 fix: add step-by-step logs in exchangeCode to pinpoint crash location
tigeren pushed to main at xorbitlab/bugger 2026-06-28 16:23:09 +00:00
12e22da9b3 fix: change HTTP request/response logging from .debug to .info level
tigeren pushed to main at xorbitlab/bugger 2026-06-28 16:18:27 +00:00
e275e49795 feat: add comprehensive debug logging to OAuth flow