Releases: pimg/certguard
Releases · pimg/certguard
v0.0.4
Changelog
New Features
- c9abbcf: feat: ability to parse a certificate chain in PEM format (#131) (@pimg)
- cbbbeef: feat: display the entire certificate chain (#140) (@pimg)
- 3a75f88: feat: perform OCSP request from Certificate (#134) (@pimg)
- d0464c4: feat: switch to two different themes (#143) (@pimg)
Bug fixes
- a896869: fix: changelog for release (#145) (#151) (@pimg)
- 7d84822: fix: changelog for release (#145) (@pimg)
- 9189631: fix: changelog for release (#145) (@pimg)
Other work
v0.0.3
Changelog
New Features
- 7fcd8c0: feat: can import pem certificates from file (#107) (@pimg)
- e5e211d: feat: display DN information on certificate (#110) (@pimg)
- 4b7c6fa: feat: input a certificate in PEM format (#88) (@pimg)
- b172a95: feat: refresh a CRL that has an update based on NextUpdate (#87) (@pimg)
- 71207c2: feat: remove a CRL from storage (#83) (@pimg)
- ece674b: feat: search all stored CRL's with the serialnumber of an imported (#99) (@pimg)
Bug fixes
- e452b56: fix: change slog to log since slog does not work with Bubbletea logging (#95) (@pimg)
- adb31d8: fix: create certguard directory if it not exists (#117) (@pimg)
- 65cd413: fix: ignore commit linter for dependabot (#103) (@pimg)
- 65f60d5: fix: use Reasoncode type instead of raw string (#86) (@pimg)
Other work
- c8badbc: Added Makefile (@pimg)
- 775fa4c: Bump actions/checkout from 2 to 4 (#76) (@dependabot[bot])
- b91dfc0: Bump actions/setup-go from 2 to 5 (#75) (@dependabot[bot])
- c1f702c: Bump github.com/charmbracelet/bubbletea from 0.25.0 to 0.26.0 (#32) (@dependabot[bot])
- 16b31e9: Bump github.com/charmbracelet/bubbletea from 0.26.0 to 0.26.1 (#33) (@dependabot[bot])
- d4726a3: Bump github.com/charmbracelet/bubbletea from 0.26.1 to 0.26.2 (#35) (@dependabot[bot])
- 963c632: Bump github.com/charmbracelet/bubbletea from 0.26.2 to 0.26.3 (#37) (@dependabot[bot])
- c6e3ef5: Bump github.com/charmbracelet/bubbletea from 0.26.3 to 0.26.4 (#39) (@dependabot[bot])
- cb4c761: Bump github.com/charmbracelet/bubbletea from 0.26.4 to 0.26.5 (#42) (@dependabot[bot])
- c828fba: Bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#43) (@dependabot[bot])
- ddc4a2b: Bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 (#36) (@dependabot[bot])
- c2e4f3d: Bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 (#44) (@dependabot[bot])
- 446a213: Bump github.com/charmbracelet/lipgloss from 0.11.1 to 0.12.0 (#48) (@dependabot[bot])
- e5e3330: Bump github.com/charmbracelet/lipgloss from 0.12.0 to 0.12.1 (#49) (@dependabot[bot])
- 83f8811: Bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 (#17) (@dependabot[bot])
- 031049f: Bump github.com/rubenv/sql-migrate from 1.6.1 to 1.7.0 (#47) (@dependabot[bot])
- 13f1d92: Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#41) (@dependabot[bot])
- 3a85c15: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#16) (@dependabot[bot])
- eb846d2: Bump golangci/golangci-lint-action from 4 to 5 (#31) (@dependabot[bot])
- a0cadf9: Bump golangci/golangci-lint-action from 5 to 6 (#34) (@dependabot[bot])
- bf0f231: Bump goreleaser/goreleaser-action from 5 to 6 (#40) (@dependabot[bot])
- 1cf4da5: Create LICENSE (@pimg)
- af5e3a7: Zig cross compilation (#66) (@pimg)
- 59e4114: add env file to release dry run (#72) (@pimg)
- 46e914d: add ldl flag to release step (#70) (@pimg)
- 32d22ff: add permissions to release workflow (#74) (@pimg)
- 7ff5dc8: added ability to download CRL (@pimg)
- d403e9e: added content to the readme (#26) (@pimg)
- 9877c3b: added content to the readme (#27) (@pimg)
- a1d061e: added debug file logging (#19) (@pimg)
- 3a03317: added first unit tests and setup ci jobs (@pimg)
- b349b76: added fullscreen mode and gruvbox styling (@pimg)
- 480a884: added go badges to readme (@pimg)
- 6374b12: added main menu (#28) (@pimg)
- a369f66: added release pipeline (#30) (@pimg)
- 57cf897: added revoked certificate details view (#23) (@pimg)
- dbb5d14: added revoked certificate list view (#22) (@pimg)
- 0ec4259: added separate list view for CRL details (@pimg)
- a561b53: added to toolchain (#63) (@pimg)
- 56290e7: changed README title to Certguard (#21) (@pimg)
- 2a41b18: changed license to FSL (#24) (@pimg)
- f449536: changed ordering release pipeline (#73) (@pimg)
- 40462e7: changed storage to SQLite and introduces the browse stored CRL view (#45) (@pimg)
- a0933f1: changed title bar (#29) (@pimg)
- 536a59b: ci: add commit linter config (#106) (@pimg)
- 462afc3: ci: add commit linter to github action (#82) (@pimg)
- e09f56e: extended .goreleaser file (#69) (@pimg)
- b4f9cf8: fix go-releaser cgo release (#57) (@pimg)
- dccf1da: fix release workflow (#65) (@pimg)
- ef53092: fix styling of base content (#38) (@pimg)
- e856067: fix transaction rollback on process CRL (#50) (@pimg)
- 974d31c: handle input confirm key (@pimg)
- e50ef7b: included readme (@pimg)
- b88b71a: load CRL file from local file cache (#15) (@pimg)
- f4df65b: only run ci on pull request (@pimg)
- 722cd49: place help menu at the bottom (@pimg)
- d253013: refactor to properly use adapters (#18) (@pimg)
- 4d323dc: refactored state management (#25) (@pimg)
- ed23d40: remove build env vars (#62) (@pimg)
- 5f63713: removed Windows from release build add ldl flag to amd64 linux (#71) (@pimg)
- 4960417: removed deprecated linter option (#20) (@pimg)
- 6b63fa6: removed windows build from goreleaser (#60) (@pimg)
- 425ecab: rename to certguard (@pimg)
- 1528712: renamed Search to Download (@pimg)
- 8446411: reverted .goreleaser (#58) (@pimg)
- 30f6677: reverted .goreleaser (#59) (@pimg)
- d9410cb: reverted .goreleaser (@pimg)
- 302cbdc: save CRL files to local file cache (@pimg)
- 3dab513: update build change (#61) (@pimg)
- d955ee4: update go version in release pipeline (#67) (@pimg)
- 806fe42: update states svg to include browse and import (#46) (@pimg)
- ae466b3: updated demo.gif demonstrating new features (#51) (@pimg)
- e0c24e0: use goreleaser docker image for cross compile in release step (#68) (@pimg)
- cf6cd1d: use zig for cross compilation (#64) (@pimg)
Released with GoReleaser!
v0.0.2
Changelog
Other work
- c8badbc: Added Makefile (@pimg)
- c1f702c: Bump github.com/charmbracelet/bubbletea from 0.25.0 to 0.26.0 (#32) (@dependabot[bot])
- 16b31e9: Bump github.com/charmbracelet/bubbletea from 0.26.0 to 0.26.1 (#33) (@dependabot[bot])
- d4726a3: Bump github.com/charmbracelet/bubbletea from 0.26.1 to 0.26.2 (#35) (@dependabot[bot])
- 963c632: Bump github.com/charmbracelet/bubbletea from 0.26.2 to 0.26.3 (#37) (@dependabot[bot])
- c6e3ef5: Bump github.com/charmbracelet/bubbletea from 0.26.3 to 0.26.4 (#39) (@dependabot[bot])
- cb4c761: Bump github.com/charmbracelet/bubbletea from 0.26.4 to 0.26.5 (#42) (@dependabot[bot])
- c828fba: Bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#43) (@dependabot[bot])
- ddc4a2b: Bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 (#36) (@dependabot[bot])
- c2e4f3d: Bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 (#44) (@dependabot[bot])
- 446a213: Bump github.com/charmbracelet/lipgloss from 0.11.1 to 0.12.0 (#48) (@dependabot[bot])
- e5e3330: Bump github.com/charmbracelet/lipgloss from 0.12.0 to 0.12.1 (#49) (@dependabot[bot])
- 83f8811: Bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 (#17) (@dependabot[bot])
- 031049f: Bump github.com/rubenv/sql-migrate from 1.6.1 to 1.7.0 (#47) (@dependabot[bot])
- 13f1d92: Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#41) (@dependabot[bot])
- 3a85c15: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#16) (@dependabot[bot])
- eb846d2: Bump golangci/golangci-lint-action from 4 to 5 (#31) (@dependabot[bot])
- a0cadf9: Bump golangci/golangci-lint-action from 5 to 6 (#34) (@dependabot[bot])
- bf0f231: Bump goreleaser/goreleaser-action from 5 to 6 (#40) (@dependabot[bot])
- 1cf4da5: Create LICENSE (@pimg)
- af5e3a7: Zig cross compilation (#66) (@pimg)
- 59e4114: add env file to release dry run (#72) (@pimg)
- 46e914d: add ldl flag to release step (#70) (@pimg)
- ffe48d0: add permissions to release workflow (@pimg)
- 7ff5dc8: added ability to download CRL (@pimg)
- d403e9e: added content to the readme (#26) (@pimg)
- 9877c3b: added content to the readme (#27) (@pimg)
- a1d061e: added debug file logging (#19) (@pimg)
- 3a03317: added first unit tests and setup ci jobs (@pimg)
- b349b76: added fullscreen mode and gruvbox styling (@pimg)
- 480a884: added go badges to readme (@pimg)
- 6374b12: added main menu (#28) (@pimg)
- a369f66: added release pipeline (#30) (@pimg)
- 57cf897: added revoked certificate details view (#23) (@pimg)
- dbb5d14: added revoked certificate list view (#22) (@pimg)
- 0ec4259: added separate list view for CRL details (@pimg)
- a561b53: added to toolchain (#63) (@pimg)
- 56290e7: changed README title to Certguard (#21) (@pimg)
- 2a41b18: changed license to FSL (#24) (@pimg)
- f449536: changed ordering release pipeline (#73) (@pimg)
- 40462e7: changed storage to SQLite and introduces the browse stored CRL view (#45) (@pimg)
- a0933f1: changed title bar (#29) (@pimg)
- e09f56e: extended .goreleaser file (#69) (@pimg)
- b4f9cf8: fix go-releaser cgo release (#57) (@pimg)
- dccf1da: fix release workflow (#65) (@pimg)
- ef53092: fix styling of base content (#38) (@pimg)
- e856067: fix transaction rollback on process CRL (#50) (@pimg)
- 974d31c: handle input confirm key (@pimg)
- e50ef7b: included readme (@pimg)
- b88b71a: load CRL file from local file cache (#15) (@pimg)
- f4df65b: only run ci on pull request (@pimg)
- 722cd49: place help menu at the bottom (@pimg)
- d253013: refactor to properly use adapters (#18) (@pimg)
- 4d323dc: refactored state management (#25) (@pimg)
- ed23d40: remove build env vars (#62) (@pimg)
- 5f63713: removed Windows from release build add ldl flag to amd64 linux (#71) (@pimg)
- 4960417: removed deprecated linter option (#20) (@pimg)
- 6b63fa6: removed windows build from goreleaser (#60) (@pimg)
- 425ecab: rename to certguard (@pimg)
- 1528712: renamed Search to Download (@pimg)
- 8446411: reverted .goreleaser (#58) (@pimg)
- 30f6677: reverted .goreleaser (#59) (@pimg)
- d9410cb: reverted .goreleaser (@pimg)
- 302cbdc: save CRL files to local file cache (@pimg)
- 3dab513: update build change (#61) (@pimg)
- d955ee4: update go version in release pipeline (#67) (@pimg)
- 806fe42: update states svg to include browse and import (#46) (@pimg)
- ae466b3: updated demo.gif demonstrating new features (#51) (@pimg)
- e0c24e0: use goreleaser docker image for cross compile in release step (#68) (@pimg)
- cf6cd1d: use zig for cross compilation (#64) (@pimg)
Released with GoReleaser!
v0.0.1
Changelog
Other work
- c8badbc: Added Makefile (@pimg)
- 83f8811: Bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 (#17) (@dependabot[bot])
- 3a85c15: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#16) (@dependabot[bot])
- 1cf4da5: Create LICENSE (@pimg)
- 7ff5dc8: added ability to download CRL (@pimg)
- d403e9e: added content to the readme (#26) (@pimg)
- 9877c3b: added content to the readme (#27) (@pimg)
- a1d061e: added debug file logging (#19) (@pimg)
- 3a03317: added first unit tests and setup ci jobs (@pimg)
- b349b76: added fullscreen mode and gruvbox styling (@pimg)
- 480a884: added go badges to readme (@pimg)
- 6374b12: added main menu (#28) (@pimg)
- fa3fa51: added release pipeline (@pimg)
- 57cf897: added revoked certificate details view (#23) (@pimg)
- dbb5d14: added revoked certificate list view (#22) (@pimg)
- 0ec4259: added separate list view for CRL details (@pimg)
- 56290e7: changed README title to Certguard (#21) (@pimg)
- 2a41b18: changed license to FSL (#24) (@pimg)
- a0933f1: changed title bar (#29) (@pimg)
- 974d31c: handle input confirm key (@pimg)
- e50ef7b: included readme (@pimg)
- b88b71a: load CRL file from local file cache (#15) (@pimg)
- f4df65b: only run ci on pull request (@pimg)
- 722cd49: place help menu at the bottom (@pimg)
- d253013: refactor to properly use adapters (#18) (@pimg)
- 4d323dc: refactored state management (#25) (@pimg)
- 4960417: removed deprecated linter option (#20) (@pimg)
- 425ecab: rename to certguard (@pimg)
- 1528712: renamed Search to Download (@pimg)
- 302cbdc: save CRL files to local file cache (@pimg)
Released with GoReleaser!