Skip to content

Releases: stnokott/firefly-import-helper

v0.7.5

18 Jan 09:11
ffc1e34
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • fix: skip transactions with existing categories (#61) (@stnokott)

Dependencies

  • build(deps): bump github.com/go-co-op/gocron from 1.35.2 to 1.37.0 (@dependabot[bot])
  • build(deps): bump gopkg.in/telebot.v3 from 3.1.3 to 3.2.1 (#57) (@dependabot[bot])

v0.7.4

11 Jan 12:29
98a9cfb
Compare
Choose a tag to compare

Changelog

Features

  • feat: only send Telegram notifications for transactions without category (@stnokott)

Bug Fixes

  • fix: replace deprecated gorelease cmd option (@stnokott)

Documentation

Dependencies

  • build(deps): bump github.com/go-co-op/gocron from 1.28.3 to 1.35.1 (#52) (@dependabot[bot])
  • build(deps): bump github.com/go-co-op/gocron from 1.35.1 to 1.35.2 (#53) (@dependabot[bot])

v0.7.3

12 Sep 09:20
2e38069
Compare
Choose a tag to compare

Changelog

Bug Fixes

v0.7.2

14 Aug 15:24
a65531a
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • fix: PayPal transaction format (@stnokott)
  • fix: Telegram message template (@stnokott)
  • fix: close POST body before doing request (@stnokott)
  • fix: optional env variable check (@stnokott)

Refactor

  • refactor: fix multiple style issues (@stnokott)
  • refactor: simplify deferred error handling (@stnokott)

Build

  • build: add project name to Goreleaser config (@stnokott)
  • build: bump Go to 1.21 (@stnokott)
  • build: use Go 1.20.2 for building (@stnokott)
  • build: use Go 1.21 for Docker build (@stnokott)
  • build: use Goreleaser for Docker build (@stnokott)
  • build: use buildx for cross-platform Docker build (@stnokott)

Dependencies

  • build(deps): bump docker/build-push-action from 4.0.0 to 4.1.1 (@dependabot[bot])
  • build(deps): bump docker/login-action from 2.1.0 to 2.2.0 (@dependabot[bot])
  • build(deps): bump docker/metadata-action from 4.3.0 to 4.6.0 (@dependabot[bot])
  • build(deps): bump github.com/go-co-op/gocron from 1.18.0 to 1.18.1 (@dependabot[bot])
  • build(deps): bump github.com/go-co-op/gocron from 1.18.1 to 1.28.3 (@dependabot[bot])
  • build(deps): bump gopkg.in/telebot.v3 from 3.1.2 to 3.1.3 (#18) (@dependabot[bot])

v0.7.1

04 Mar 15:15
456be96
Compare
Choose a tag to compare

Changelog

  • 456be96 Merge pull request #17 from stnokott/fix-webhook
  • b866493 bump: increment to v0.7.1
  • d983ad7 chore: replace deprecated Goreleaser config
  • 5cec02b fix: apply Firefly v6.0.0 API changes

v0.7.0

10 Feb 10:19
2d9234e
Compare
Choose a tag to compare

Changelog

  • a29eb1c Bump docker/build-push-action from 3.2.0 to 4.0.0
  • aede38c Bump docker/metadata-action from 4.1.1 to 4.3.0
  • 09658c8 fix: Healthchecks fail ping
  • 1c69f93 fix: handle non-OK HTTP status codes
  • b5ff77a refactor: remove deprecated import
  • 0273ec2 style: rename release Github action file
  • c2cafa5 test(deps): bump pre-commit hooks

v0.6.16

20 Dec 09:17
Compare
Choose a tag to compare

Changelog

  • 30b4823 Revert "build: add Docker manifests"
  • 2cc11ad Revert "build: add ENVs to Dockerfile"
  • 4e22971 Revert "build: add arch to docker image name"
  • 0f4e8e9 Revert "build: add v8 to arm64 build in attempt to fix docker manifest"
  • 7e170c7 Revert "build: properly quote ENVs in Dockerfile"
  • 6b37c74 Revert "build: remove GOARM specification"
  • 23912be Revert "build: use buildx for Docker build"
  • ba16a3d Revert "bump: v0.6.10 -> v0.6.11"
  • 09f19d8 Revert "ci: add QEMU setup to action"
  • 460cc15 Revert "ci: improve build/ci system"
  • 92737b3 Revert screwing up the pipeline and never being able to fix it again and

v0.6.10

27 Jul 09:55
Compare
Choose a tag to compare

Changelog

v0.6.8

06 May 15:44
Compare
Choose a tag to compare

Changelog

  • 9b186ec Merge pull request #4 from stnokott/healthchecks
  • a6d4555 add go mod verify to pre-release hooks
  • 6af1fd3 add healthchecks ping
  • 0e24d7f code style
  • b4f8809 fix healthcheck being called when no URL defined
  • f1c496d increment version to v0.6.8
  • 64dea16 remove git hooks
  • 1ae90aa remove indirect dependency

v0.6.6

30 Mar 09:55
Compare
Choose a tag to compare

New release 0.6.6

Changelog

  • 6b83848 add IntelliJ remote targets to gitignore
  • a79611f add placeholder for empty incoming transaction description
  • d88b71a add unit tests for modules
  • c4a6266 change to Golang 1.18, replace interface{} by any
  • 6c83c72 change to goreleaser for releases
  • fdab234 don't omit transaction information if empty in API
  • 34d422f fix compile issues in Docker image
  • a52b175 fix description placeholder
  • 56a68f3 remove docker images from release
  • 33ac52d run autoimport directly after starting
  • 1a02285 set github token in env file
  • 7d58294 set go version to 1.18 in go.mod
  • b754d07 use Version instead of majorminorpatch
  • ea59b2f use golang instead of alpine as build image