Skip to content

Releases: rushikeshg25/devmem

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 17:15

Changelog

  • ea8d553 build(release): package devmem-gui via goreleaser; ci: build gui
  • e68d098 build: add gui build/run targets to Makefile
  • 92e0afd feat(gui): add WIP/at-risk view
  • 142f052 feat(gui): add commit search view
  • cc0f877 feat(gui): add row actions to copy path and open in file manager
  • 99e85b3 feat(gui): add scan action with folder picker and async progress
  • 00a7d3a feat(gui): add shared result formatting helpers
  • 341818d feat(gui): add store-backed service layer
  • 4025b9c feat(gui): add timeline view
  • 008bd5a feat(gui): assemble tabbed main window layout
  • 0bac208 feat(gui): scaffold devmem-gui entrypoint and empty window
  • fd652a3 refactor: extract default db path into internal/dbpath
  • ef091fa test(gui): cover service layer over a temp database

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 16:16

Changelog

  • 8eef27d ci: add goreleaser release pipeline and install script