Skip to content

feat: version 1.1.3#114

Merged
JanZachmann merged 4 commits intoomnect:mainfrom
JanZachmann:feat/1.1.3
Mar 4, 2026
Merged

feat: version 1.1.3#114
JanZachmann merged 4 commits intoomnect:mainfrom
JanZachmann:feat/1.1.3

Conversation

@JanZachmann
Copy link
Contributor

@JanZachmann JanZachmann commented Mar 4, 2026

Summary

This PR bundles several improvements for the 1.1.3 release, focusing on device info enhancements, binary size optimizations, and UI feedback refinement.

Included Changes:

  1. Device: Added the device hostname to the system information display.
  2. UI: Updated the success toast message after firmware installation from 'Update started' to 'Update installed, initiating reboot...' to better reflect the true timing and state.
  3. Build: Optimized the release profile to reduce binary size and bumped the version to 1.1.3.
  4. Dependencies: Removed the unused actix-cors dependency to clean up the backend.

Reason

  • The previous firmware update success message was confusing because it appeared exactly when the overlay spinner switched to 'Rebooting'.
  • Binary size optimizations improve deployment times.
  • Hostname is a critical piece of information when managing multiple devices locally.

- Add aggressive size optimizations to workspace release profile:
  - opt-level = "z"
  - lto = "fat"
  - codegen-units = 1
  - strip = true
  - panic = "abort"
- Disable wasm-opt for omnect-ui-core to fix build errors with bulk memory operations.
- Increment workspace version to 1.1.3.

Result: ~8.8MB reduction in Docker image size (106MB -> 97.2MB).

Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com>
The frontend is now embedded into the backend binary, making CORS unnecessary.

Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com>
- Add hostname field to OdsSystemInfo and SystemInfo types.
- Map hostname in Core-Shell synchronization.
- Display hostname on the Device Overview page.
- Update unit and E2E tests to cover the new field.

Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com>
Changed the success toast message from "Update started" to "Update installed, initiating reboot..." to better reflect the actual state when the backend confirms the run-update command.

Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com>
@JanZachmann JanZachmann merged commit e2122ec into omnect:main Mar 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant