Skip to content

Commit

Permalink
version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Oct 1, 2024
1 parent aba0713 commit ebfea04
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="v2.0.3"></a>
### v2.0.3 - 2024-10-01
- right align the 'hits' column of histograms

<a name="v2.0.2"></a>
### v2.0.2 - 2024-09-07
- allow some additional spaces in filters of several kinds, eg `-d '> 12/25'`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhit"
version = "2.0.2"
version = "2.0.3"
authors = ["dystroy <[email protected]>"]
repository = "https://github.com/Canop/rhit"
description = "nginx log analyzer"
Expand Down
2 changes: 1 addition & 1 deletion src/date_histogram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use {
static MD: &str = r#"
|:-:|:-:|:-:|:-
|**date**|**hits**|**bytes**|**${scale}**
|:-|:-:|-:|:-
|:-|-:|-:|:-
${bars
|${date}|${hits}|${bytes}|*${bar}*
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ p img.logo {

body {
background-image:
linear-gradient(to right, rgba(22, 32, 32, 0.67) 0%, #162020 25%, #162020 75%, rgba(22, 32, 32, 0.67) 100%),
linear-gradient(to right, rgba(1,1,1, 0.67) 0%, #000 25%, #111 75%, rgba(1,1,1, 0.67) 100%),
url("../img/whiskey.jpg");
background-position: repeat;
background-size: initial;
Expand Down

0 comments on commit ebfea04

Please sign in to comment.