Skip to content

Tags: Jun-Murakami/monaco-notepad

Tags

v1.0.3

Toggle v1.0.3's commit message
chore: add company and product name to wails configuration

- Update wails.json with company name "bucketrelay"
- Set product name to "Monaco Notepad"

v1.0.2

Toggle v1.0.2's commit message
chore: upgrade Wails to v2.9.2 and improve drive authentication error…

… handling

- Update Wails framework to v2.9.2 in go.mod and go.sum
- Enhance drive authentication error handling with more robust token validation
- Add debug logging for token loading and expiration checks
- Modify offline transition handling to be more comprehensive
- Bump product version to 1.0.2 across project files

v1.0.1

Toggle v1.0.1's commit message
chore: update frontend package-lock.json version to 1.0.1

v1.0.0

Toggle v1.0.0's commit message
chore: update Wails framework to v2.9.2 and add logging for drive syn…

…c operations

- Upgrade Wails framework from v2.9.1 to v2.9.2 in go.mod and go.sum
- Add detailed logging messages for drive sync processes
- Include log messages for initialization, authentication, and note sync events
- Remove redundant InitializeDrive call in frontend authentication flow