Releases: SlimQuiggle/KobraCache
KobraCache v0.12.1
Changes
- Confirmed normal app startup does not launch PowerShell or run an updater script.
- Hardened the self-updater installer launch so the generated PowerShell script runs hidden and non-interactive when applying updates.
- Bumped the app version to 0.12.1 and kept Slicer 1.4.1.2 compatibility documentation current.
Validation
dotnet test KobraCache.sln -c Releasepassed: 18/18 tests.dotnet build src/KobraCache.Desktop/KobraCache.Desktop.csproj -c Releasepassed with 0 warnings and 0 errors.- Packaged
KobraCache-v0.12.1-win-x64.zipreports product version 0.12.1. - Confirmed the published folder and zip contain no
.ps1files.
SHA256: c26c54e5dcc39f96f4f67b2e10b5c491cdef371e72ac5f2fd54ed29c6cf7a095
KobraCache v0.12.0
KobraCache v0.12.0
- Fixed Slicer Cloud import for Anycubic Slicer Next 1.4.1.2.
- Added fallback import of the latest valid Anycubic cloud session token from Slicer's MainApp logs when the newer Slicer config no longer has a plaintext cloud token.
- Kept existing plaintext Slicer token import and Slicer LAN import behavior intact.
- Verified cloud import against Slicer Next 1.4.1.2 on this machine: 3 cloud printers listed.
- Verified LAN functionality with the existing LAN MQTT unit coverage.
Validation:
- ..dotnet\dotnet.exe test KobraCache.sln -c Release
- ..dotnet\dotnet.exe build KobraCache.sln -c Release
- Packaged executable reports ProductVersion 0.12.0 / FileVersion 0.12.0.0
SHA256:
151536043D9B9E958677E36306C1BC414F91858D835B6E3A62DB2E919C5A25DF
KobraCache v0.11.0
What's changed
- Fixed LAN status checks staying
Unknownafter Slicer LAN import when the printer replies first with an ack-only MQTT packet. - LAN deletion now waits for actual
info/reportstatus payloads and accepts common idle shapes such asstate: free, numericstatus: 1, andisPrinting: false. - Added regression tests for ack-only filtering, idle status parsing, and busy status precedence.
Validation
.\.dotnet\dotnet.exe test KobraCache.sln -v:minimal.\.dotnet\dotnet.exe build KobraCache.sln -c Release -v:minimal- Verified packaged EXE version:
0.11.0.0 - SHA256:
79345AE7027BE9D09A728A39A589D1917EA83BFCA542C98F89C716DF47ADD259
KobraCache v0.10.0
KobraCache v0.10.0 fixes LAN mode file listing returning zero files after a successful connection.\n\nFixes:\n- LAN file commands now publish to the Anycubic MQTT file command topic instead of a listLocal/listUdisk topic segment.\n- listLocal and listUdisk remain in the message payload as Anycubic expects.\n- Read-only LAN file listing now also tries the alternate server/printer command topic family used by some firmware.\n- LAN file-list parsing now handles additional response shapes such as fileList, fileName, string file entries, and directory filtering.\n- LAN list commands no longer treat empty acknowledgement packets as a completed empty file list.\n\nValidation:\n- dotnet test KobraCache.sln passed: 15 tests.\n- Release build passed with 0 warnings/errors.\n- Published win-x64 EXE reports version 0.10.0.\n- Release zip was extracted and the packaged EXE version was verified.
KobraCache v0.9.0
KobraCache v0.9.0 fixes LAN mode MQTT TLS certificate rejection when viewing files from imported Slicer LAN printers.\n\nFix:\n- LAN MQTT now accepts local printer TLS certificates used by Anycubic LAN brokers.\n- LAN connections still require Slicer-imported MQTT credentials.\n- Added a test that verifies LAN MQTT uses the local-printer TLS certificate policy.\n\nValidation:\n- dotnet test KobraCache.sln passed: 13 tests.\n- Release build passed with 0 warnings/errors.\n- Published win-x64 EXE reports version 0.9.0.\n- Release zip was extracted and the packaged EXE version was verified.
KobraCache v0.8.0
KobraCache v0.8.0 refines the file-viewing workflow UI.\n\nChanges:\n- Moved the step 3 marker beside the View Files button instead of inside it.\n- Changed the step 3 marker to orange to draw attention.\n- Removed the Mode column from the printer list.\n\nValidation:\n- dotnet test KobraCache.sln passed: 12 tests.\n- Release build passed with 0 warnings/errors.\n- Published win-x64 EXE reports version 0.8.0.\n- Release zip was extracted and the packaged EXE version was verified.
KobraCache v0.7.0
KobraCache v0.7.0 simplifies the Slicer import workflow and adds numbered visual guidance.\n\nChanges:\n- Removed the separate cloud-token checkbox; clicking Import Cloud Printers now imports from Slicer Cloud directly.\n- Added numbered workflow markers: 1 Import Printers, 2 Printers, 3 View Files.\n- Added custom line-drawing icons for the Slicer LAN and Cloud import buttons.\n- Gave the Slicer LAN and Cloud import buttons distinct colors.\n\nValidation:\n- dotnet test KobraCache.sln passed: 12 tests.\n- Release build passed with 0 warnings/errors.\n- Published win-x64 EXE reports version 0.7.0.\n- Release zip was extracted and the packaged EXE version was verified.
KobraCache v0.6.0
KobraCache v0.6.0 removes the manual IP-only printer entry workflow because an IP address alone cannot list or delete printer files. Printers are now imported through Anycubic Slicer Next LAN or Slicer Cloud, with the existing cloud import flow left unchanged.\n\nChanges:\n- Removed the Printer IP textbox and Add IP button from the desktop app.\n- Removed saved manual IP rows and the manual IP service.\n- Kept imported printer IP display for Slicer LAN and Cloud rows.\n- Updated compatibility and README documentation for the Slicer-import-only workflow.\n\nValidation:\n- dotnet test KobraCache.sln passed: 12 tests.\n- Release publish completed for win-x64.\n- Packaged EXE reports version 0.6.0.
KobraCache v0.5.0
KobraCache v0.5.0
Highlights
- Adds
Check for Updatesin the app header. - Checks the latest public GitHub release from
SlimQuiggle/KobraCache. - Downloads the Windows x64 release zip and verifies GitHub's SHA256 digest when available.
- Stages the update locally, closes KobraCache, replaces app files, and relaunches.
- Keeps the existing printer/file management behavior from v0.4.1.
Download
Use KobraCache-v0.5.0-win-x64.zip, extract it, and run KobraCache.Desktop.exe.
Validation
dotnet test KobraCache.sln: passed, 13 tests.dotnet build KobraCache.sln -c Release: passed.- Published EXE reports version
0.5.0.
KobraCache v0.4.0
KobraCache v0.4.0
Windows desktop utility for viewing and clearing Anycubic Kobra printer cache files without network scanning.
Highlights
- Adds the Flex3Designs credit in the bottom-right footer.
- Removes retention/date controls from the app workflow.
- Renames file loading actions to
View Files. - Adds
Select Allfor loaded deletable files. - Defaults Local cache on, with USB and Cloud off until selected.
- Refreshes the app coloring and button styling.
Download
Use KobraCache-v0.4.0-win-x64.zip, extract it, and run KobraCache.Desktop.exe.
Validation
dotnet test KobraCache.sln: passed, 9 tests.dotnet build KobraCache.sln -c Release: passed.- Published EXE reports version
0.4.0.