Releases: linhermx/assemble
v1.0.1 - Usability and Launcher Improvements
v1.0.1 - Usability and Launcher Improvements
This release improves the day-to-day Windows experience of assemble, with fixes for target shortage visibility, icon consistency, and faster startup behavior through the launcher.
What's new
-
Target shortage output
- Fixes the GUI output for shortages toward the target number of ovens
- The
Faltantes para el objetivoview now displays the expected values correctly - Keeps the analysis aligned with the generated Excel report
-
Windows icon improvements
- Applies the configured
assembleicon to the Windows application - Improves icon consistency for the packaged desktop app and launcher
- Ensures the bundled Windows executable includes the configured icon resource
- Applies the configured
-
Faster launcher startup (
assemble_launcher.exe)- Opens the installed app immediately when available
- Avoids blocking startup while checking GitHub Releases on every run
- Refreshes release metadata in the background for a smoother user experience
- Uses cached release data to offer updates more efficiently
User impact
- Shortage analysis for a target number of ovens is now easier to verify directly in the GUI
- The desktop application now reflects the intended branding more consistently
- Users launching the app through
assemble_launcher.exeshould notice a faster startup after the first installation
Important note
- To benefit from the launcher startup improvements, users should use the updated
assemble_launcher.exefrom this release - The launcher can update the main app, but it does not update itself automatically
Included assets
assemble_launcher.exe- Recommended for most usersassemble_windows.exe- Main Windows application
Notes
This is a maintenance and usability-focused update to the initial release, aimed at improving clarity, branding consistency, and startup behavior for Windows users.
v1.0.0 - Initial Release
v1.0.0 - Initial Release
This release introduces the first official version of assemble, a Windows desktop application designed to calculate oven production capacity based on a standardized checklist and current inventory.
What's new
-
Windows Launcher (
assemble_launcher.exe)- Simple startup for non-technical users
- No manual Python installation required
- Checks GitHub Releases and supports app updates
-
Standalone Windows App (
assemble_windows.exe)- Self-contained desktop executable
- GUI focused on production capacity analysis
- Generates Excel reports and execution logs
-
Production capacity analysis
- Calculates how many complete ovens can be built today
- Identifies the material blocking the next oven
- Shows shortages required to complete the next oven
- Simulates shortages to reach a target of
Novens
-
Analysis rules
- Aggregates repeated materials from the checklist
- Respects excluded materials with
incluir_en_capacidad = NO - Supports decimal consumption values for units such as
Metro - Detects structure issues, missing inventory items, and incompatible units
-
Standardized Excel input
- Supports a standardized checklist format
- Supports a standardized inventory format
- Ready to scale for additional oven models
How to use
- Download
assemble_launcher.exe - Double-click to start the application
- Load the standardized checklist
- Load the standardized inventory
- Select the output folder
- Set the target number of ovens
- Run the analysis
Advanced users can also run
assemble_windows.exedirectly.
Included assets
assemble_launcher.exe- Recommended for most usersassemble_windows.exe- Main Windows application
Notes
This version establishes the formal baseline of the project for internal Windows distribution and future GitHub Releases.