Skip to content

Releases: JDE-Projects/Simple-Firearm-Logbook

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 20:59

What's Changed

  • Photos are now optimized on import: each one is shrunk and re-saved to take far less space, and your original file is never touched.
  • New optional fields for each firearm, Insured value and Storage location, shown in the detail view and included in the CSV export.
  • Removed the startup splash screen, so the app opens straight to the main window.

Full Changelog: v1.3.2...v1.4.0

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 16:40

What's Changed

  • Update check now says why it failed instead of failing silently, and works behind antivirus and network filters that inspect HTTPS.
  • Refreshed the README preview screenshot.

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 01:00

What's Changed

  • Added the standard app header with the bundled firearm glyph and refreshed the light/dark preview.
  • Improved amount parsing and display for non-finite values, rounding edge cases, negative zero, and oversized inputs.
  • Expanded automated coverage for parsing, database schema safety, photo path safety, exports, preferences, and version checks.
  • Added Windows CI checks for pushes and pull requests.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:01

What's Changed

  • Fixed the window restoring to the wrong position when a second copy of the app had been open.
  • Header simplified to two lines, with JDE-Projects as the link.
  • App title now wraps at narrow widths instead of being locked to one line.
  • Clearer message when the update check cannot reach GitHub.
  • Refreshed the README preview screenshot and corrected the privacy note.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:11

What's Changed

  • Window position and size now restore exactly across restarts, on any monitor layout and display scaling. Fixes the window drifting down and sliding onto the wrong monitor between launches.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:24

What's Changed

  • Launching the app while it is already running now brings the existing window to the front instead of opening a second copy (protects the logbook database from two instances editing it at once).

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 21:54

What's Changed

  • First release: a private, offline logbook for your firearm collection, with permanent log numbers, photos, purchase and value details, and disposition tracking (sold, traded, lost, stolen).
  • Export any single firearm as a self-contained printable HTML file, or the full collection as a zip (HTML, CSV, and original photos).
  • Ships as a Windows installer (Start menu shortcut, clean uninstall) and a portable zip. All data stays in a SQLite file and photos folder next to the app; nothing leaves your machine.

Full Changelog: https://github.com/JDE-Projects/Simple-Firearm-Logbook/commits/v1.0.0