Commit Graph

25 Commits

Author SHA1 Message Date
12517e16c4 add changelog builder and update release builder 2025-02-05 17:53:09 +01:00
dependabot[bot]
60388d66ca Bump actions/setup-go from 1 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 1 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v1...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-01 18:02:12 +01:00
dependabot[bot]
ea2f8ee55d Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-01 18:02:00 +01:00
9393ca27e7 bump 2025-02-01 17:58:04 +01:00
51f3e1e2be update go and dependencies 2025-02-01 17:56:03 +01:00
b8d1abc0d5 build release binaries using ci workflow 2025-01-18 10:56:19 +01:00
a598bc3d6d bump version 2024-11-01 12:18:40 +01:00
dependabot[bot]
d292b7b6e1 Bump github.com/knadh/koanf/providers/file from 1.1.0 to 1.1.2
Bumps [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](https://github.com/knadh/koanf/compare/v1.1.0...providers/file/v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/providers/file
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 12:17:47 +01:00
e6c8a7380b bump version 2024-10-02 11:01:51 +02:00
dependabot[bot]
1127ad5b47 Bump github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.12.0 to 1.13.1.
- [Release notes](https://github.com/rogpeppe/go-internal/releases)
- [Commits](https://github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1)

---
updated-dependencies:
- dependency-name: github.com/rogpeppe/go-internal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 11:01:08 +02:00
dependabot[bot]
1754478118 Bump github.com/knadh/koanf/providers/file from 0.1.0 to 1.1.0
Bumps [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf) from 0.1.0 to 1.1.0.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](https://github.com/knadh/koanf/compare/v0.1.0...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/providers/file
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 10:58:43 +02:00
dependabot[bot]
6eff83899a Bump github.com/knadh/koanf/v2 from 2.1.0 to 2.1.1
Bumps [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](https://github.com/knadh/koanf/compare/v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 10:58:31 +02:00
5ef6b18d7a not needed 2024-09-25 19:17:14 +02:00
dependabot[bot]
61f79af1fa Bump github.com/s0rg/fantasyname from 1.3.4 to 1.3.5
Bumps [github.com/s0rg/fantasyname](https://github.com/s0rg/fantasyname) from 1.3.4 to 1.3.5.
- [Commits](https://github.com/s0rg/fantasyname/compare/v1.3.4...v1.3.5)

---
updated-dependencies:
- dependency-name: github.com/s0rg/fantasyname
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 19:11:32 +02:00
f14a30b528 bump version, add dependabot 2024-09-25 19:08:20 +02:00
c2883384fe fix #2: do not print status info if unrequested 2024-09-25 10:54:25 +02:00
972bb003d5 fixed linting errors 2024-03-20 12:46:59 +01:00
fbfeccfd08 typos 2024-03-20 12:44:51 +01:00
186c95076e Lots of additions:
- fixed issue#1: break endless loop for non-codes
- added config file support
- added logo
- added unit tests
- added ci test pipeline
- added issue templates
- added binary release builder
- enhanced documentation
- made the number of columns flexible based on word size
2024-03-20 12:36:55 +01:00
f6a417b04d fixed formatting 2024-03-19 18:22:23 +01:00
d09a0ab244 fix format 2024-03-19 18:19:56 +01:00
5863117106 added copies of the instructions 2024-03-19 18:19:01 +01:00
864261dd48 program works now, added a little documentation 2024-03-19 18:12:02 +01:00
50a5221f93 initial commit 2024-03-19 14:05:26 +01:00
T.v.Dein
d12279dc45 Initial commit 2024-03-19 12:58:42 +01:00