Skip to content

Releases: stark1tty/Gneisswork

v0.0.45

31 Mar 21:27

Choose a tag to compare

🔧 Maintenance

  • chore(buildozer): Fix p4a local recipes path for correct CWD resolution
    • Update p4a.local_recipes path from ./p4a-recipes to ../../../../p4a-recipes

Full Changelog: v0.0.44...v0.0.45

v0.0.44

29 Mar 17:19

Choose a tag to compare

📖 Documentation

  • docs: Add profile and bed form screenshots to documentation
    • Add three new UI screenshots (profile-new.jpg, profile-edit.jpg, bed-new.jpg)

Full Changelog: v0.0.43...v0.0.44

v0.0.43

29 Mar 17:12

Choose a tag to compare

📖 Documentation

  • docs: Add height and object-fit styling to reference data screenshots
    • Add height attribute to reference-data.jpg images for consistent aspect ratio

Full Changelog: v0.0.42...v0.0.43

v0.0.42

29 Mar 17:11

Choose a tag to compare

📖 Documentation

  • docs: Replace outdated screenshots with current UI images
    • Remove 7 outdated Android screenshots from media/old-screenshots/

Full Changelog: v0.0.41...v0.0.42

v0.0.41

29 Mar 16:59

Choose a tag to compare

📖 Documentation

  • docs(readme): Add known issue warning for Android APK startup crash
    • Add warning banner about Android APK crashing on startup

Full Changelog: v0.0.40...v0.0.41

v0.0.40

29 Mar 01:44

Choose a tag to compare

🔧 Maintenance

  • chore: Add .test/ to gitignore and remove from tracking

    Co-Authored-By: Claude Opus 4.6 [email protected]

Full Changelog: v0.0.39...v0.0.40

v0.0.39

29 Mar 01:35

Choose a tag to compare

🐛 Bug Fixes

  • fix(android): Defer Java imports and add crash logging for better error handling
    • Defer all pyjnius imports and autoclass lookups into _init_java() method to catch failures gracefully

Full Changelog: v0.0.38...v0.0.39

v0.0.38

29 Mar 00:46

Choose a tag to compare

🔧 Maintenance

  • ci(android-build): Improve cleartext traffic patching strategy for reliable APK builds
    • Restructure manifest patching to pre-patch cached templates before first build pass

Full Changelog: v0.0.37...v0.0.38

v0.0.37

28 Mar 23:42

Choose a tag to compare

🔧 Maintenance

  • ci(android-build): Commit debug keystore to repo for consistent APK signatures
    • Move debug keystore from GitHub secret to committed repo file for local and CI consistency

Full Changelog: v0.0.36...v0.0.37

v0.0.36

28 Mar 22:50

Choose a tag to compare

🚀 New Features

  • feat(ui): Add contextual help popups for form field labels
    • Create popups.js with field descriptions for profile, bed, lithology, grain size, bioturbation, and structure fields

🐛 Bug Fixes

  • fix(android): Add permission callback and fix Java object lifecycle issues
    • Add callback handler for location permission requests to log results

📖 Documentation

  • docs(roadmap): Reorganize planned features with implementation priorities
    • Rename "Planned Features" section to include "(Specced — Implementation Order)"

Full Changelog: v0.0.35...v0.0.36