- Meal time dialog (right-click lunch/dinner button to enter actual times) - Calendar right-click context: add/edit/delete past records - Monthly goal settings + progress widget (overtime cap, avg daily) - CSV import (our standard format) with conflict policy - Global crash handler with Gitea Issues auto-report Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 lines
158 B
Python
8 lines
158 B
Python
"""
|
|
앱 버전 상수.
|
|
|
|
릴리스 시 이 값을 올린 후 git tag → push.
|
|
CHANGELOG.md의 최상단 항목과 일치시킬 것.
|
|
"""
|
|
__version__ = '2.4.0'
|