Latest Updates

Documenting code, one commit at a time.

Streamlining Tauri Application Releases: The Power of `tauri.conf.json` Version Bumps

Ever found yourself manually tracking application versions across various deployment platforms, risking discrepancies and user confusion? For desktop applications, consistent versioning is not just good practice—it's essential for updates, bug tracking, and user trust.

The Project Context

In the KamelotDeveloper/ERP-1st project, which leverages the powerful Tauri framework for building

Read more