Skip to content

Release v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 19:08
· 1 commit to master since this release

[0.4.0] - 2024-01-31

Build

  • Bumped version

✨ Features

  • Implemented deserialization of meter messages
  • Added ID of the remote message received

🐛 Bug Fixes

  • Fixed message type string containing quotes
  • Fixed logging data spam

👷 Continuous Integration

  • [⚠️ BREAKING ⚠️] Migrated inverter mappings to yaml for better UX
  • Fixed docker cache (x2)
  • Added fetching as previous step to add new cached layer
  • Fixed docker cache
  • Fixed tags without prepended 'v' not spinning up GH Actions

💎 Styling

  • Style corrections from fmt

📚 Documentation

  • Added license to program startup
  • Added more details regarding usage
  • Added docker image version shield

🔧 Chores

  • Added migrations to make the DB more efficient
  • Implemented crc16/modbus function

🧪 Testing

  • First tests!