Skip to content

Releases: asphaltbuffet/ogma

v1.1.1

23 Dec 12:15
Compare
Choose a tag to compare

Changelog

Added

  • Available via snap (candidate-only)
    • known issue with config file not working

Changed

  • Help text for commands has been updated

Fixes

  • Unit tests updated to pass on windows
  • File closing fixed in multiple locations

v1.1.0

20 Dec 05:30
d950839
Compare
Choose a tag to compare

Changelog

Added

  • Add mail subcommand for tracking correspondence
  • Packaging now includes docs directory:
    • README.md
    • LICENSE
    • CHANGELOG.md
  • Taskfile functionality added for local development

Changed

  • version information updated #38
  • significant internal refactoring
  • mocks are now automatically generated
  • search command returns correspondence information
  • import now has subcommands for mail or listing sources
  • syslogging only available for Darwin and Linux builds
  • datastore testing better isolated from rest of application

Removed

  • completion command disabled #37
  • docker images no longer generated as part of release artifacts
  • add command has been removed in favor of using import

Fixes

  • base root command no longer returns an error #35
  • default config file now included as part of packaging #36
  • json files are properly closed after being processed
  • searching does not create a blank datastore if one didn't exist before

v1.0.0

16 Nov 01:39
3842eb2
Compare
Choose a tag to compare

Changelog

[1.0.0] - 2021-11-15

Added

  • Initial functional release
  • Importing listings (one-to-many records)
  • Adding listings (single record)
  • Search (by member number only)
  • Application configuration
  • Usage documentation

Changed

  • Update to go 1.17.3

Docker images

  • docker pull docker.pkg.github.com/asphaltbuffet/ogma/ogma:1
  • docker pull docker.pkg.github.com/asphaltbuffet/ogma/ogma:1.0
  • docker pull docker.pkg.github.com/asphaltbuffet/ogma/ogma:1.0.0

v0.0.2

01 Nov 05:10
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Changelog

Added

  • Application configuration file (.ogma)
  • Logging
  • New commands
    • Issues
    • Listings
      • add
      • search
  • New info flag for base command

Changed

  • More unit testing

Docker images

  • docker pull docker.pkg.github.com/asphaltbuffet/ogma/ogma:0
  • docker pull docker.pkg.github.com/asphaltbuffet/ogma/ogma:0.0
  • docker pull docker.pkg.github.com/asphaltbuffet/ogma/ogma:0.0.2

v0.0.1

21 Oct 20:08
e823e55
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Changelog

[0.0.1] - 2021-10-21

Added

Docker images

  • docker pull docker.pkg.github.com/asphaltbuffet/ogma/ogma:0
  • docker pull docker.pkg.github.com/asphaltbuffet/ogma/ogma:0.0
  • docker pull docker.pkg.github.com/asphaltbuffet/ogma/ogma:0.0.1