Skip to content

Commit fa45f76

Browse files
author
Piotr
committed
v0.14.1
1 parent 80e634d commit fa45f76

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</a>
1616
</p>
1717

18-
### Latest version: 0.14.0 (13 December 2024) - [Read announcement](https://logdy.dev/blog/post/logdy-new-version-announcement-v014)
18+
### Latest version: 0.14.1 (20 February 2024) - [Read announcement](https://logdy.dev/blog/post/logdy-new-version-announcement-v014)
1919

2020
Logdy is a single-binary that you add to your PATH so it's available just like any other tool: grep, awk, sed, jq. **No installations, no deployments, no compilations**. It works locally, so it's also secure. [Read more](https://logdy.dev/docs/what-is-logdy).
2121

@@ -79,7 +79,7 @@ $ brew install logdy
7979
Naviage to [releases](https://github.com/logdyhq/logdy-core/releases) Github page and download the latest release for your architecture.
8080

8181
```bash
82-
wget https://github.com/logdyhq/logdy-core/releases/download/v0.14.0/logdy_linux_amd64;
82+
wget https://github.com/logdyhq/logdy-core/releases/download/v0.14.1/logdy_linux_amd64;
8383
mv logdy_linux_amd64 logdy;
8484
chmod +x logdy;
8585
```
@@ -125,6 +125,7 @@ Available Commands:
125125
utils A set of utility commands that help working with large files
126126

127127
Flags:
128+
--api-key string API key (send as a header Authorization)
128129
--append-to-file string Path to a file where message logs will be appended, the file will be created if it doesn't exist
129130
--append-to-file-raw When 'append-to-file' is set, raw lines without metadata will be saved to a file
130131
--bulk-window int A time window during which log messages are gathered and send in a bulk to a client. Decreasing this window will improve the 'real-time' feeling of messages presented on the screen but could decrease UI performance (default 100)

build_across

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gox -ldflags "-X 'main.Version=0.14.0'" -output="bin/logdy_{{.OS}}_{{.Arch}}" -osarch="linux/amd64 linux/arm64 windows/386 windows/amd64 darwin/amd64 darwin/arm64"
1+
gox -ldflags "-X 'main.Version=0.14.1'" -output="bin/logdy_{{.OS}}_{{.Arch}}" -osarch="linux/amd64 linux/arm64 windows/386 windows/amd64 darwin/amd64 darwin/arm64"

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghr v0.14.0 bin/
1+
ghr v0.14.1 bin/

0 commit comments

Comments
 (0)