| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-06-25 | 600 Bytes | |
| gomodel_0.1.44_darwin_amd64.tar.gz | 2026-06-25 | 16.3 MB | |
| gomodel_0.1.44_darwin_arm64.tar.gz | 2026-06-25 | 15.1 MB | |
| gomodel_0.1.44_linux_amd64.tar.gz | 2026-06-25 | 16.0 MB | |
| gomodel_0.1.44_linux_arm64.tar.gz | 2026-06-25 | 14.5 MB | |
| gomodel_0.1.44_windows_amd64.zip | 2026-06-25 | 16.4 MB | |
| gomodel_0.1.44_windows_arm64.zip | 2026-06-25 | 14.5 MB | |
| README.md | 2026-06-25 | 946 Bytes | |
| v0.1.44 source code.tar.gz | 2026-06-25 | 6.0 MB | |
| v0.1.44 source code.zip | 2026-06-25 | 6.5 MB | |
| Totals: 10 Items | 105.5 MB | 0 | |
Changelog
In this release, we unified aliases with model overrides because, technically, they are the same thing. The biggest changes from the user perspective are:
- The admin API for aliases and model overrides changed to virtual models.
- Aliases are now called virtual models.
Thank you, @vfeitoza, for your PR, which inspired me to make this simplification. The reported issue is now fixed by design: https://github.com/ENTERPILOT/GoModel/pull/387
The detailed list of changes below:
Breaking Changes
- [6b2962] feat(virtualmodels)!: unify engine, admin API, and dashboard UI (#423)
Features
- [b113ca] feat(admin): refine dashboard model and overview UI (#426)
- [df9d18] feat(virtualmodels): unify aliases and access overrides into virtual models (#416)
Bug Fixes
- [787f87] fix(dashboard): scale usage calendar intensity by daily volume (#425)