Manuel Weiser ManuelW
ManuelW pushed tag v1.0.8 to 3D-Druck/Filaman 2025-02-16 12:30:24 +01:00
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-16 12:29:23 +01:00
fa2f980312 fix: update partition settings and version in platformio.ini, and enhance release workflow
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-16 12:15:33 +01:00
7964f1cd77 chore: increment version to 1.0.7 in platformio.ini
ManuelW pushed tag v1.0.7 to 3D-Druck/Filaman 2025-02-16 12:15:33 +01:00
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-16 12:15:00 +01:00
dd611df9f5 feat: update ESP Async WebServer dependency to use GitHub URL instead of versioned package
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-16 12:11:39 +01:00
0ccc67f4b2 feat: update release workflow trigger and increment version to 1.0.6
a027dfb54e chore: remove unnecessary blank line in release workflow configuration
07741f2a52 feat: enhance release workflow by adding permissions for issues and pull requests, and updating GitHub CLI installation method
3e9b89f69b feat: streamline GitHub Actions release workflow by consolidating permissions and enhancing GitHub CLI installation step
bf67a635f6 feat: add GitHub CLI installation step to release workflow
Compare 9 commits »
ManuelW pushed tag v1.0.6 to 3D-Druck/Filaman 2025-02-16 12:11:39 +01:00
ManuelW pushed tag v1.0.5 to 3D-Druck/Filaman 2025-02-16 11:20:31 +01:00
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-16 11:18:49 +01:00
84617ebc53 feat: add German translation of README and link to it from the English version
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-16 10:47:28 +01:00
8ac6ba57a4 docs: update changelog for version 1.0.5
cc17140dc4 feat: update version to 1.0.5 and enhance changelog update process with automatic git push
8741216374 feat: update changelog script to categorize commits and handle new changelog creation
7bdebeab03 feat: improve changelog update script to handle absolute paths and create new changelog if missing
Compare 4 commits »
ManuelW pushed tag v1.0.2 to 3D-Druck/Filaman 2025-02-16 10:35:18 +01:00
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-16 10:34:59 +01:00
ab33f423c8 chore: remove deprecated release script
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-16 10:31:04 +01:00
15600ceac5 feat: enhance release script to support upstream push and improve error handling
7ccacec68f feat: add GitHub Actions workflow for automated release creation and update CHANGELOG.md structure
2f34a0ca4e feat: update HTML structure and add version display in the navbar
Compare 3 commits »
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-16 09:29:13 +01:00
2fb2a2f183 refactor: simplify NFC tag assignment logic and enhance info message styling
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-15 15:44:23 +01:00
269f54b2b3 refactor: clean up mqtt_callback function by removing commented-out code and redundant processing
1c1043ac75 feat: add calibration index handling to tray data and update related API and UI components
Compare 2 commits »
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-15 09:05:25 +01:00
d1f22c78f7 feat: implement tray ID handling and add bambu_restart function for MQTT management
3e1490cafc fix: update calibration index check in displayAmsData function
dc82c04a17 feat: enhance reconnect functionality and improve UI feedback for connection status
Compare 3 commits »
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-15 07:17:13 +01:00
c6fd5f8ad5 fix: remove unnecessary SPIFFS creation configuration from platformio.ini
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-15 07:14:16 +01:00
a55cce854e refactor: remove combined binary creation script and related configurations
c21be92e98 fix: add calibration index to tray properties and update related logic
Compare 2 commits »
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-14 19:43:10 +01:00
d4348944fc fix: update weight and length formatting in statistics display
ManuelW pushed to main at 3D-Druck/Filaman 2025-02-14 17:58:16 +01:00
f1bd896cf1 fix: improve reconnect logic by replacing delay with yield and vTaskDelay