Skip to content

v1.1.1

Choose a tag to compare

@way2wyrd way2wyrd released this 18 Jun 18:20
0657852

Watch Repair v1.1.1

A maintenance release focused on Windows install/update tooling and documentation. No application behavior changes since v1.1.0 — all of the v1.1.0 features below are included.

New in 1.1.1

Easier updating (Windows)

  • One-click updater (update.bat) — backs up your database, pulls the latest version, reinstalls dependencies, and rebuilds, all from a double-click. ZIP-based installs get clear manual instructions instead (#10).
  • Convert a ZIP install to one-click updates (convert-to-git.bat) — adopts an existing ZIP-extracted folder into a Git install in place, without moving your data, so future upgrades become one-click. Your data (database, photos, manuals) is left untouched (#14).
  • Upgrade guide (UPDATE.md) — a beginner-friendly walkthrough covering data safety, the one-click flow, the manual ZIP path, switching a ZIP install to Git, and restoring from a backup (#10, #14).

Documentation

  • Quick start now shows both install methods side by side: Git clone (recommended, enables one-click updates) and ZIP download (#13).
  • Added manual upgrade instructions for upgrading from 1.0.0 (which predates update.bat) and from 1.1.0+, plus a Git for Windows prerequisite and the git clone install step (#12).

Included from 1.1.0

New features

  • Customer-facing PDF export for repairs — generate and download a polished PDF for any repair, suitable for handing to customers (#9).
  • Currency format preference for part costs — choose how part costs are displayed to match your local currency (#7).
  • Distinct status badge colors — each repair status now has its own color, with green reserved for Delivered, making the repair list easier to scan (#6).

Bug fixes

  • Multi-photo upload — fixed uploads failing when adding multiple photos; multer errors are now handled gracefully (#8).

Documentation

  • Added a beginner-friendly Windows setup guide and a one-click launcher (#4).
  • Expanded the README with a Windows quick start section and project structure overview (#5).