Skip to content

Tags: dimonomid/nerdlog

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 1.3.0 (#21)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 1.2.4 (#19)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 1.2.3 (#17)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 1.2.2 (#16)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 1.2.1 (#15)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 1.2.0 (#14)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dmitry Frank <mail@dmitryfrank.com>

v1.1.0

Toggle v1.1.0's commit message
Rename cmd/nerdlog-tui to just cmd/nerdlog

When installing binaries using `go install .....`, the resulting binary
has the same name as the directory, so it used to be `nerdlog-tui`,
which I think is a bit of a mouthful.

So since as of today TUI is the only flavor of nerdlog, I think it's a
better tradeoff to just have it named `nerdlog`.

v1.0.0

Toggle v1.0.0's commit message
Reimplement make install to stick to conventions