Skip to content

Releases: anhgelus/license-generator

1.0.2

08 May 13:16
e401c93
Compare
Choose a tag to compare

Changelog

  • e401c93 build(script): put version name in commit of PKGBUILD update
  • 105d262 fix(actions): wrong package name in aur
  • 518c7ac build(arch): update pkgbuild
  • d453889 fix(actions): missing tag in aur
  • 3207a81 ci(aur): github actions publishing new packages
  • 878317b build(arch): add maintainer and contributor
  • 326a034 build(arch): create PKGBUILD

1.0.1

08 May 11:47
f344fa8
Compare
Choose a tag to compare

Changelog

  • f344fa8 ci(release): update to Go 1.22
  • 1a1f3a4 feat(config): use XDG_CONFIG_HOME for config folder

0.3.3

07 May 18:22
Compare
Choose a tag to compare

Changelog

  • 073e67b fix(license) GPLv3 not correctly filled
  • 2a9057f docs(info) add installation information about go install in readme

0.3.2

06 May 20:19
Compare
Choose a tag to compare

Changelog

  • 2ebcb1a fix(package) package xxx is not in GOROOT

0.3.0

29 Mar 13:57
859c55c
Compare
Choose a tag to compare

Changelog

  • 859c55c fix(arg) -l not working with --config-path
  • a4d3821 feat(list) -l argument to list every avalaible license
  • c5e50ea docs(github) add bug report template
  • b406944 docs(info) add how to use
  • 03fee40 Merge pull request #2 from anhgelus/custom-config
  • f3718a0 feat(arg) support of relative and absolute path for --config-path
  • d909359 feat(license) read content from custom license file
  • 8fcbe97 feat(args) handle --config-path arg
  • cf74984 feat(config) config licenses parser
  • e8df214 refactor(license) add support of custom path
  • c0739c4 build(go) add BurntSushi/toml library
  • 0604bf7 docs(info) update installation part in README to fit with the script setup.sh
  • 42d4fd8 ci(install) add script to install the license

0.2.0

28 Mar 12:45
4925263
Compare
Choose a tag to compare

Changelog

  • 4925263 feat(license) bsd and freebsd license

0.1.1

24 Mar 14:15
099e772
Compare
Choose a tag to compare

Changelog

0.1.0

24 Mar 10:49
12be7ad
Compare
Choose a tag to compare

Changelog

  • 12be7ad ci(github actions) setup goreleaser
  • dc903f7 feat(license) generation of license for every types
  • 3649130 ci(git) add .idea to gitignore
  • dd5fb16 feat(args) handle question and every args
  • fc0149e ci(git) add gitignore
  • d5a8e04 feat(cli) basic handle of args
  • 2884823 docs(info) add license file
  • 24ef71e Initial commit