Last month on Softorage - Jun 2026
by Sanmay Joshi on Jul 11, 2026
Here’s what happened in Jun-26:
Note: If you appreciate what we are doing, please consider sponsoring our efforts on https://softorage.com/contribute/sponsor/. Thank you.
Softorage website:
Fix layout overflow on softpage due to tooltips
Fix: Virustotal url and file on softpage get-it
Fix: left right arrows on landing page do not appear on mobile screens
Note: If you appreciate what we are doing in the open-source space, please consider sponsoring our efforts on https://rzp.io/rzp/hY39lZGa/. Thank you.
7GL
Fixed: Operations History and Logs section on status page are restricted by height
Add checksum tab
Optimize checksum calculation:
- When a single hash is requested calculate only that hash. When multiple hash are requested, calculate all hash.
- Check if at least one checkbox is checked
Improve maintainability:
- Define tab numbers in state.go to track tab states throughout the code
- Move isPasswordProtected function to ui_extract.go from operations.go
DRY the code:
- Define helper to get log lines and full log text
- Remove redundant blocks of code in operations.go
Fixed: Visual glitches on Status tab (fix: wrap UI updates from goroutines in fyne.do)
Terminate UI update ticker routine in operations.go safely
Prevent unnecessary UI updates (historyData, updateConsoleLog)
In Status tab, use fyne.border instead of split
Undervolt Go:
Updated build script to -
- Run on golang:1.26-bookworm (GLIBC 2.36) for better compatibility
- Compile Pro version with less bloat to further reduce final binary size
More is coming
That’s the gist of updates in the month of Jun-26. There’s more coming in the next month especially for 7GL (and likely Softorage as well). See you then!
– Sanmay [yep, the ‘we’ is mostly me for now :)]