Skip to content

Commit

Permalink
support for WARN labels
Browse files Browse the repository at this point in the history
  • Loading branch information
NiNiyas committed Dec 13, 2022
1 parent 8a50156 commit 99f076f
Show file tree
Hide file tree
Showing 24 changed files with 61,241 additions and 4,661 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ testdata/
*.log
*.bat

dist/
goreleaser/dist/
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ builds:
- amd64
- arm64
- arm

dist: goreleaser/dist
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.3] - 2022-12-13

## UI
- Added support for WARN label.

## Other
- Add ignored build files. Thanks to [sam0324sam](https://github.com/sam0324sam) for reporting this.

## [1.0.2] - 2022-07-21

## UI
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Tailon will automatically convert the following to labels:
- CRITICAL
- ERROR
- WARNING
- WARN
- NOTICE
- INFO
- DEBUG
Expand Down
Empty file modified build_frontend.sh
100644 → 100755
Empty file.
18 changes: 9 additions & 9 deletions frontend/assets_vfsdata.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/dist/3rdparty.css

Large diffs are not rendered by default.

Loading

0 comments on commit 99f076f

Please sign in to comment.