wuttafarm/CHANGELOG.md

73 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

# Changelog
All notable changes to WuttaFarm will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
2026-02-08 11:36:38 -06:00
## v0.2.1 (2026-02-08)
### Fix
- run web app via uvicorn/ASGI by default
2026-02-08 09:24:28 -06:00
## v0.2.0 (2026-02-08)
### Feat
- add view for farmOS activity logs
- add view for farmOS log types
- add view for farmOS structure types
- add view for farmOS land types
- add view for farmOS land assets
- add view for farmOS groups
- add view for farmOS asset types
- add view for farmOS structures
- add view for farmOS animal types
- add view for farmOS users
### Fix
- add pyramid_exclog dependency
- add menu option, "Go to farmOS"
- ensure Buefy version matches what we use for custom css
2026-02-07 12:31:00 -06:00
## v0.1.5 (2026-02-07)
### Fix
- fix built wheel to include custom buefy css
2026-02-07 09:48:52 -06:00
## v0.1.4 (2026-02-07)
### Fix
- add custom style to better match farmOS color scheme
2026-02-06 17:43:06 -06:00
## v0.1.3 (2026-02-06)
### Fix
- fix a couple more edge cases around oauth2 token refresh
2026-02-06 14:36:03 -06:00
## v0.1.2 (2026-02-06)
### Fix
- add support for farmOS/OAuth2 Authorization Code grant/workflow
2026-02-05 21:17:11 -06:00
## v0.1.1 (2026-02-05)
### Fix
- preserve oauth2 token so auto-refresh works correctly
- customize app installer to configure farmos_url
- add some more info when viewing animal
- require minimum version for wuttaweb
2026-02-03 19:36:44 -06:00
## v0.1.0 (2026-02-03)
### Feat
- initial basic app to prove display of API (animal) data