Skip to content

Releases: ManuelW77/Filaman

Release 2.0.10

15 Oct 14:05

Choose a tag to compare

Changes since v2.0.9:

Added

Fixed

74aaedd - fix typo (Manuel Weiser)

Changed

  • docs: update changelog and header for version v2.0.10 (Manuel Weiser)
  • docs: update platformio.ini for version v2.0.10 (Manuel Weiser)

Release 2.0.7

13 Sep 08:10

Choose a tag to compare

Changes since v2.0.6:

Added

  • add RF logo image (Manuel Weiser)

Fixed

  • add HTTP service to mDNS responder (Manuel Weiser)
  • update Recycling Fabrik logo display format in README (Manuel Weiser)
  • prevent weight display during NFC write operations (Manuel Weiser)

Changed

  • docs: update changelog and header for version v2.0.7 (Manuel Weiser)
  • docs: update platformio.ini for version v2.0.7 (Manuel Weiser)
  • docs: add additional information about Recycling Fabrik in README files (Manuel Weiser)
  • chore: remove unnecessary separator in Recycling Fabrik section (Manuel Weiser)
  • docs: add Recycling Fabrik section with logo and information (Manuel Weiser)
  • docs: add support information for Recycling Fabrik (Manuel Weiser)
  • docs: update changelog and header for version v2.0.6-beta1 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.6-beta1 (Manuel Weiser)

Release 2.0.6

03 Sep 13:40

Choose a tag to compare

Changes since v2.0.5:

Added

Fixed

  • correct progress bar message and update tare function description (Manuel Weiser)
  • Tare after boot
  • Tare msg while booting changed

Changed

  • docs: update changelog and header for version v2.0.6 (Manuel Weiser)
  • docs: update platformio.ini for version v2.0.6 (Manuel Weiser)

Release 2.0.4

02 Sep 16:52

Choose a tag to compare

Changes since v2.0.3:

Added

Fixed

Changed

  • docs: update changelog and header for version v2.0.4 (Manuel Weiser)
  • docs: update platformio.ini for version v2.0.4 (Manuel Weiser)
  • refactor: filter out automatic release documentation commits in changelog categorization (Manuel Weiser)
  • refactor: disable auto tare and weight filter reset in scale loop (Manuel Weiser)

Release 2.0.3

02 Sep 16:39

Choose a tag to compare

Changes since v2.0.2:

Added

  • add updateOctoSpoolId for OctoPrint integration and change autoSetToBambuSpoolId type to uint16_t (Manuel Weiser)

Fixed

  • set scale tare request to true in setup function (Manuel Weiser)
  • correct assignment operator in scale tare request handling (Manuel Weiser)
  • correct tare scale request handling in tareScale function (Manuel Weiser)
  • reset weight filter after tare scale operation (Manuel Weiser)
  • correct tare scale function to set scaleTareRequest flag (Manuel Weiser)
  • reset weight counter logic and update spool ID in loop function (Manuel Weiser)
  • reduce delay in start_scale function and reset weight after tare (Manuel Weiser)

Release 2.0.2

01 Sep 11:42

Choose a tag to compare

Changes since v2.0.1:

Added

  • add weight check and update spool weight in writeJsonToTag function (Manuel Weiser)

Fixed

Changed

  • docs: update changelog and header for version v2.0.2 (Manuel Weiser)
  • docs: update platformio.ini for version v2.0.2 (Manuel Weiser)
  • refactor: remove redundant tare calls in setup and start_scale functions (Manuel Weiser)
  • docs: add German and English wiki documentation (Manuel Weiser)

Release 2.0.1

30 Aug 15:05

Choose a tag to compare

Breaking New Funktion:

With this version, I am proud to present the new functionality for filament manufacturers. Filament producers can now place FilaMan-compatible NFC tags on their spools. These tags contain all the necessary data for customers to automatically add manufacturers, filaments, and spools to their Spoolman instances via FilaMan.

First Vendor

The first filament manufacturer and vendor has announced that they will soon start placing FilaMan-compatible tags on their spools. This is Recycling Fabrik (www.recyclingfabrik.com).

Changes since v1.5.12:

Added

  • implement retry mechanism and timeout handling for API requests (Manuel Weiser)
  • enhance weight processing with filtered display and API stability checks (Manuel Weiser)
  • implement weight stabilization functions and improve tare handling (Manuel Weiser)
  • add fast-path JSON reading for web interface display (Manuel Weiser)
  • add handling for successful NFC tag writes to send weight to Spoolman without auto-sending to Bambu (Manuel Weiser)
  • implement robust page reading with error recovery for NFC tags (Manuel Weiser)
  • enhance NFC tag reading with robust error recovery and JSON optimization for fast-path detection (Manuel Weiser)
  • implement robust page reading and safe tag detection with error recovery (Manuel Weiser)
  • add display delay for vendor, filament, and spool creation processes (Manuel Weiser)
  • add progress bar updates for vendor and filament creation processes (Manuel Weiser)
  • enhance NDEF decoding with detailed validation and debugging output (Manuel Weiser)
  • enhance NDEF decoding to validate structure and extract JSON payload (Manuel Weiser)
  • add logging for decoded JSON data in NFC processing (Manuel Weiser)
  • implement filament and spool creation in Spoolman API (Manuel Weiser)
    876e9c6 - Add JSON structure comments for filament and spool creation (Manuel Weiser)
    765cb53 - Add vendor and filament management to API; implement recycling factory handling in NFC (Manuel Weiser)

Fixed

  • add timeout handling and error states for vendor and filament operations (Manuel Weiser)
  • enhance commit categorization for breaking changes (Manuel Weiser)
  • call scale.tare() in setup after starting scale (Manuel Weiser)
  • update createVendor function to use external_id as comment instead of static text (Manuel Weiser)
  • update to_old_version in platformio.ini to reflect correct previous version (Manuel Weiser)
  • increase delay in start_scale function for improved stability (Manuel Weiser)
  • replace progress bar with message display for remaining weight in sendToApi function (Manuel Weiser)
  • update vendor check to use shorthand key in payload (Manuel Weiser)
  • reset NFC state on API send failure to allow retry (Manuel Weiser)
  • update createdFilamentId reset value to 65535 for better task handling (Manuel Weiser)
  • update createdVendorId reset value to 65535 for improved API handling (Manuel Weiser)
  • update spoolman ID reset values to 65535 for better API response detection (Manuel Weiser)
  • update vendor and filament ID handling to use NULL and add delays for stability (Manuel Weiser)
  • correct color_hex key usage and comment out unused date fields in spool creation (Manuel Weiser)
  • add delay to ensure proper setting of vendor and filament IDs after API state changes (Manuel Weiser)
  • improve API state handling and vendor name formatting (Manuel Weiser)
  • enhance filament creation logic to include dynamic comments based on payload (Manuel Weiser)

Changed

  • docs: update changelog and header for version v2.0.1 (Manuel Weiser)
  • docs: update platformio.ini for version v2.0.1 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta14 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta14 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta13 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta13 (Manuel Weiser)
  • refactor: optimize weight stabilization parameters for improved responsiveness (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta12 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta12 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta11 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta11 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta11 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta10 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta10 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta9 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta9 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta8 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta8 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta7 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta7 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta6 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta6 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta6 (Manuel Weiser)
  • BREAKING CHANGE: Handling of Spools with Tags from Vendors. fix: improve get_last_tag function to handle non-beta tags and fallback to newest tag (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta5 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta5 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta4 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta4 (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta3 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta3 (Manuel Weiser)
  • refactor: update createVendor and checkVendor functions to accept JsonDocument payload (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta2 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta2 (Manuel Weiser)
  • docs: clarify product URL description for Manufacturer Tags in German and English documentation (Manuel Weiser)
  • docs: add Manufacturer Tags support documentation in German and English (Manuel Weiser)
  • docs: update changelog and header for version v2.0.0-beta1 (Manuel Weiser)
  • docs: update platformio.ini for beta version v2.0.0-beta1 (Manuel Weiser)
  • chore: update version to 2.0.0 in platformio.ini (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta18 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta18 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta17 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta17 (Manuel Weiser)
  • refactor: optimize page limit detection and remove redundant verification code (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta16 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta16 (Manuel Weiser)
  • Refactor NFC interface handling and improve error diagnostics (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta15 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta15 (Manuel Weiser)
  • refactor: enhance NFC write operation diagnostics and improve error handling (Manuel Weiser)
  • refactor: enhance NFC write operation handling and prevent tag operations during write (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta14 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta14 (Manuel Weiser)
  • refactor: optimize JSON payload structure and enhance NFC tag validation process (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta13 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta13 (Manuel Weiser)
  • refactor: reorganize clearUserDataArea function for improved clarity and safety (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta12 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta12 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta11 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta11 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta10 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta10 (Manuel Weiser)
  • refactor: streamline task creation in checkVendor and checkFilament functions (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta9 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta9 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta8 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta8 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta7 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta7 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta6 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta6 (Manuel Weiser)
  • refactor: improve task synchronization in vendor, filament, and spool creation functions (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta5 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta5 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta4 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta4 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.12-beta3 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.12-beta3 (Manuel Weiser)
  • docs...
Read more

Release 1.5.12

28 Aug 09:18

Choose a tag to compare

Changes since v1.5.11:

Added

  • add logging for spoolman status in checkSpoolmanInstance function (Manuel Weiser)

Fixed

  • add logging for healthy spoolman instance check (Manuel Weiser)
  • adjust spacing in loop structure and enable tare function in scale loop (Manuel Weiser)

Changed

  • docs: update changelog and header for version v1.5.12 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.12 (Manuel Weiser)
  • refactor: clean up library dependencies in platformio.ini (Manuel Weiser)
  • style: add numbering to update sections in upgrade.html refactor: improve readability of checkSpoolmanInstance function (Manuel Weiser)
  • docs: update changelog and header for version v1.5.11-beta4 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.11-beta4 (Manuel Weiser)
  • refactor: remove debug logging from checkSpoolmanInstance function (Manuel Weiser)
  • docs: update changelog and header for version v1.5.11-beta3 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.11-beta3 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.11-beta2 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.11-beta2 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.11-beta1 (Manuel Weiser)
  • docs: update platformio.ini for beta version v1.5.11-beta1 (Manuel Weiser)

Release 1.5.11

27 Aug 15:48

Choose a tag to compare

Changes since v1.5.9:

Added

5fa93f2 - Adds a link to the spool in spoolman when reading a spool tag (Jan Philipp Ecker)
5d2d5e9 - Adds ENABLE_HEAP_DEBUGGING define as comment to the build flags (Jan Philipp Ecker)
7e76612 - Adds data directory and further .vscode files to to .gitignore (Jan Philipp Ecker)
eab937d - Adds new feature to write and read location tags (Jan Philipp Ecker)
27ef839 - Adds slight debouncing to the scale loop weight logic (Jan Philipp Ecker)
2920159 - add loadcell desc. (Manuel Weiser)

  • implement multi-color filament display and styles for dropdown options (Manuel Weiser)
  • add auto-tare functionality and update scale handling based on touch sensor connection (Manuel Weiser)
  • add TTP223 touch sensor support and wiring configuration (Manuel Weiser)
  • add forced cache refresh after removing and saving Bambu credentials (Manuel Weiser)
  • add functionality to remove Bambu credentials and update API handling (Manuel Weiser)
  • add rfid_bambu.html and update bambu connection handling (Manuel Weiser)
    dd7fbe1 - added new .step, now with correct individual parts (spitzbirne32)
    ec60ca8 - added changelog (spitzbirne32)
    18f7454 - Add files via upload (spitzbirne32)
    e7b5917 - added .stp files of modifications (spitzbirne32)
    795c926 - added merged picture (spitzbirne32)
    02d0adc - added pictures of components bought from AliE (spitzbirne32)
    9264333 - Add files via upload (spitzbirne32)
    4ad89b6 - added pictures for heat insert location (spitzbirne32)
    2d072ee - added pictures showing heat insert location (spitzbirne32)
  • add new 3D print file for Filaman scale (Manuel Weiser)
    0f24a63 - added Discord Server (Manuel Weiser)
    b351639 - add support for Spoolman Octoprint Plugin in README files (Manuel Weiser)
    7a2c9d6 - add OctoPrint integration with configurable fields and update functionality (Manuel Weiser)
    eb2a8dc - add version comparison function and check for outdated versions before updates (Manuel Weiser)

Fixed

  • improve weight processing logic and add auto-send feature for Bambu spool ID (Manuel Weiser)
  • improve weight processing logic and add auto-send feature for Bambu spool ID (Manuel Weiser)
    5509d98 - Fixes issue that scale not calibrated message was not shown (Jan Philipp Ecker)
    09f4c43 - Fixes types and some issues in the new graphics (Jan Philipp Ecker)
    ec0e544 - Fixes typos in upgrade page (Jan Philipp Ecker)
    bf48c6d - Fixes compiler warnings in nfc (Jan Philipp Ecker)
    fd7b4c2 - Fixes some issues with the new location tags (Jan Philipp Ecker)
  • uncomment monitor_port configuration in platformio.ini (Manuel Weiser)
  • update spool weight conditionally based on NFC ID (Manuel Weiser)
  • add remaining weight logging for PUT requests and improve error reporting in sendToApi function (Manuel Weiser)
  • add remaining weight logging and display after successful spool update (Manuel Weiser)
  • update weight field in update payload to only include values greater than 10 (Manuel Weiser)
  • add weight field to update payload in updateSpoolTagId function (Manuel Weiser)
  • increase stack size for sendToApi task to improve stability (Manuel Weiser)
  • adjust tare weight tolerance to ignore deviations of 2g (Manuel Weiser)
  • improve weight stability check before sending to API (Manuel Weiser)
  • update touch sensor connection logic to correctly identify connection status (Manuel Weiser)
  • add touch sensor connection check and update logic (Manuel Weiser)
  • update TTP223 pin configuration and adjust touch sensor logic (Manuel Weiser)
  • add manual tare functionality for scale (Manuel Weiser)
  • add debounce handling for TTP223 touch sensor (Manuel Weiser)
  • enhance HTTP method handling in sendToApi function (Manuel Weiser)
  • improve HTTP client configuration and clear update documents after API calls (Manuel Weiser)
    6cc4efc - Fixes memory leak in HTTPClient by disabling connection reuse (Jan Philipp Ecker)
  • update reload logic after removing and saving Bambu credentials for better cache handling (Manuel Weiser)
  • handle Bambu connection state by introducing bambuDisabled flag (Manuel Weiser)
  • handle potential undefined value for tray_info_idx in handleSpoolIn function, by @tugsi (Manuel Weiser)
    fe4d2d7 - Fix rfid.js-Failure with X1-Series, if you wanna send a Spool to AMS: - Uncaught TypeError: Cannot read properties of undefined (reading 'replace') at handleSpoolIn (rfid.js:493:67) at HTMLButtonElement.onclick ((Index):1:1) handleSpoolIn @ rfid.js:493 onclick @ (Index):1 (tugsi)
  • increase MQTT buffer size and adjust task stack size (Manuel Weiser)
    65d8cd6 - Fix BufferSize for larger JSONs from X-Series (tugsi)
  • add error handling for missing vendor IDs in filament data (Manuel Weiser)
  • adjust weight threshold for tare check to allow negative values (Manuel Weiser)
  • use unique client ID for MQTT connection to avoid conflicts (Manuel Weiser)
  • reload page after firmware update completion (Manuel Weiser)
  • increase WiFi connection timeout from 5 to 10 seconds (Manuel Weiser)
  • ensure valid URL format and remove trailing slash in setupWebserver (Manuel Weiser)
  • add WiFi connection check and restart Bambu if not connected (Manuel Weiser)
  • correct typo in console log for total length (Manuel Weiser)

Changed

  • docs: update changelog and header for version v1.5.11 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.11 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.10 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.10 (Manuel Weiser)
  • Merge branch 'main' of https://gitlab.fire-devils.org/3D-Druck/Filaman (Manuel Weiser)
  • Changed Amazon Link for PN532 (Manuel Weiser)
  • Changed Amazon Link for PN532 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.9 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.9 (Manuel Weiser)
  • Enhance API to support weight updates after successful spool tag updates (Manuel Weiser)
  • docs: update changelog and header for version v1.5.8 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.8 (Manuel Weiser)
  • Merge pull request #45 from janecker/nfc_write_improvements (ManuelW)
  • Introduces periodic Spoolman Healthcheck (Jan Philipp Ecker)
  • Improves init - NFC reading now only starts after boot is finished (Jan Philipp Ecker)
  • Improves NFC writing workaround and removes debug output (Jan Philipp Ecker)
  • Further improvements on NFC writing (Jan Philipp Ecker)
  • Merge pull request #44 from janecker/graphics_rework (ManuelW)
  • Graphic rework of the NFC writing process (Jan Philipp Ecker)
  • Reworks graphics of tag reading and some api fixes (Jan Philipp Ecker)
  • Remove unused parameter of sendNfcData() (Jan Philipp Ecker)
  • Replaces usage of String with const char* in heap debug function (Jan Philipp Ecker)
  • Reworks startup graphics and timings (Jan Philipp Ecker)
  • docs: update changelog and header for version v1.5.7 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.7 (Manuel Weiser)
  • refactor: clean up unused variables and improve .gitignore entries (Manuel Weiser)
  • docs: update changelog and header for version v1.5.6 (Manuel Weiser)
  • docs: update webpages for version v1.5.6 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.6 (Manuel Weiser)
  • Merge pull request #42 from janecker/configuration_nvs_storage (ManuelW)
  • Merge branch 'main' into configuration_nvs_storage (ManuelW)
  • Merge pull request #41 from janecker/memory_leak_fixes (ManuelW)
  • Changes configuration storage of spoolman and bambu values (Jan Philipp Ecker)
  • Memory leak fixes in api and nfc, location tag fix (Jan Philipp Ecker)
  • Introduces new heap debugging feature and fixes some memory leaks in website feature (Jan Philipp Ecker)
  • docs: update changelog and header for version v1.5.5 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.5 (Manuel Weiser)
  • Merge pull request #40 from janecker/location_bambu_fix (ManuelW)
  • docs: update changelog and header for version v1.5.4 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.4 (Manuel Weiser)
  • Merge branch 'main' of github.com:ManuelW77/Filaman (Manuel Weiser)
  • Merge pull request #39 from janecker/location_tags (ManuelW)
  • Merge pull request #38 from janecker/scale_debouncing (ManuelW)
  • docs: update changelog and header for version v1.5.3 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.3 (Manuel Weiser)
  • Affiliate Links (Manuel Weiser)
  • docs: update changelog and header for version v1.5.2 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.2 (Manuel Weiser)
  • docs: update changelog and header for version v1.5.1 (Manuel Weiser)
  • chore: update version to 1.5.1 and improve OTA update handling with task management (Manuel Weiser)
  • docs: update changelog and header for version v1.4.14 (Manuel Weiser)
  • docs: update platformio.ini for version v1.4.14 (Manuel Weiser)
  • docs: update changelog and header for version v1.4.13 (Manuel Weiser)
  • docs: update platformio.ini for version v1.4.13 (Manuel Weiser)
  • docs: update changelog and header for version v1.4.12 (Manuel Weiser)
  • docs: update platformio.ini for version v1.4.12 (Manuel Weiser)
  • docs: update README files to clarify PN532 DIP switch settings (Manuel Weiser)
  • docs: update changelog and header for version v1.4.11 (Manuel Weiser)
  • docs: update platformio.ini for version v1.4.11 (Manuel Weiser)
  • Merge branch 'main' of github.com:ManuelW77/Filaman (Manuel Weiser)
  • docs: update changelog and header for version v1.4.10 (Manuel Weiser)
  • docs: update platformio.ini for version v1.4.10 (Manuel Weiser)
  • Merge pull request #31 from janecker/nfc_rework (ManuelW)
  • Renamed states of NFC state machine and introduced new state machine for spoolman API (Jan Philipp Ecker)
  • Introducing enum for handling the NFC state to improve code readability (Jan Philipp Ecker)
  • docs: update changelog and header for version v1.4.9 (Manuel Weiser)
  • docs: update platformio.ini for version v1.4.9 (Manuel Weiser)
  • docs: update changelog and header...
Read more

Release 1.5.9

11 Aug 12:20

Choose a tag to compare

Changes since v1.5.8:

Added

Fixed

Changed

  • docs: update changelog and header for version v1.5.9 (Manuel Weiser)
  • docs: update platformio.ini for version v1.5.9 (Manuel Weiser)
  • Enhance API to support weight updates after successful spool tag updates (Manuel Weiser)