Skip to content

Releases: Koenigseder/badm

v0.5.2

25 Nov 12:54
7c38405

Choose a tag to compare

Bumps golang.org/x/mod from 0.29.0 to 0.30.0.

Commits
  • 7416265 go.mod: update golang.org/x dependencies
  • 5517a71 all: fix some comments
  • b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

v0.5.1

25 Nov 12:50
77e8bdb

Choose a tag to compare

In case the user decides to install the BADM binary not somewhere in the home directory, we need to escalate the process for protected directories.

Users with this setup need to manually download the latest release manually to fix the broken update procedure!

v0.5.0

22 Nov 08:42
bdd3438

Choose a tag to compare

feat: add support to manage files not in the home directory (#21)

v0.4.3

07 Nov 12:12
0e77f25

Choose a tag to compare

fix(filesystem): do not ignore .gitconfig (#19)

v0.4.2

05 Nov 13:01
49ad1ef

Choose a tag to compare

fix(git): check if state changed (#18)

v0.4.1

13 Oct 06:24
5af0ed2

Choose a tag to compare

Bumps golang.org/x/mod from 0.28.0 to 0.29.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

v0.4.0

09 Oct 14:34
305399c

Choose a tag to compare

In order to not have to manually download a new release from the releases page, BADM should be capable of self-updating itself.

v0.3.3

01 Oct 08:25
2c9b981

Choose a tag to compare

chore(deps): update go version (#14)

v0.3.2

20 May 12:39
6e66124

Choose a tag to compare

Add linter workflow and fix linter issues in code

v0.3.1

19 May 14:48
118958a

Choose a tag to compare

Remove old Dotfiles folder suffix _badm and use just .dotfiles.

In future more configuration regarding the Dotfiles folder will be added.