Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.32 KB

File metadata and controls

33 lines (22 loc) · 1.32 KB

Changelog

v0.2.0

Installation & Setup

  • Simpler installation: Install directly from GitHub with pip install "git+https://github.com/..."
  • Optional Bluetooth: Bluetooth support is now optional—install only if needed
  • Better setup wizard: omramin init now only saves config after successful completion

Configuration

  • Platform-native config locations:
    • Linux: ~/.config/omramin/config.json
    • macOS: ~/Library/Application Support/omramin/config.json
    • Windows: %APPDATA%\omramin\config.json
  • Secure token storage: Tokens now stored in system keyring (macOS Keychain, Linux SecretService) for better security

Synchronization

  • Flexible date ranges: Use --from and --to for specific date ranges
  • Filter by category: Sync only blood pressure monitors or scales with --category
  • Regional API support: Automatic handling of different OMRON API versions worldwide

Authentication

  • Dedicated login/logout commands: Separate garmin login/logout and omron login/logout commands
  • Better credential management: Improved token handling and refresh

Device Management

  • List OMRON devices: New omramin omron list command shows all devices in your account
  • Easier device discovery: Multiple discovery methods (API, Bluetooth, manual MAC entry)