Skip to content

Commit da515f4

Browse files
chore: release v1.6.0
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent 7fcb594 commit da515f4

6 files changed

Lines changed: 6 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The format is roughly based on the output of `git-cliff` and this project adhere
1616
Since this is not a library, this changelog focuses on the changes that are relevant to the end-users. For a detailed list of changes, see the commit history, which adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). New releases are created automatically when a new tag is pushed (Commit message: chore(release): vX.X.X).
1717
-->
1818

19-
## [Unreleased]
19+
## [v1.6.0] - 2026-06-20
2020

2121
### Features
2222

@@ -30,17 +30,14 @@ Since this is not a library, this changelog focuses on the changes that are rele
3030

3131
- Fixed bounce rate deltas so lower bounce rates are shown as an improvement
3232
- Fixed the account settings form to avoid React form action runtime errors
33+
- Fixed some crawler user-agents that were not being filtered out correctly
3334
- Tracking snippets now use the configured `base_url` instead of the current browser origin
3435

35-
### Documentation
36-
37-
- Added documentation for collected data, privacy-focused collection settings, cookie banner considerations, and projects/entities
38-
- Updated the docs site for clearer setup, configuration, metrics, GeoIP, reverse proxy, DuckDB, and ad blocker guidance
39-
4036
### Other
4137

4238
- Renamed the internal `visitor_id` event column to `visitor_group_id` to better describe how repeat visits are grouped
4339
- Existing installs are migrated automatically with collection settings that preserve the previous default behavior
40+
- Updated to the latest version of DuckDB (1.5.4)
4441

4542
## [v1.5.0] - 2026-06-15
4643

data/images/liwan-desktop-dark.png

25.2 KB
Loading
24 KB
Loading

data/images/liwan-desktop-full.png

12.7 KB
Loading

data/images/liwan-desktop.png

15.4 KB
Loading

scripts/screenshot/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const screenshots: Array<{
3636
options: {
3737
overwrite: true,
3838
width: 1100,
39-
height: 1465,
39+
height: 1445,
4040
quality: 0.8,
4141
styles: [geoCardMargin],
4242
},
@@ -47,7 +47,7 @@ const screenshots: Array<{
4747
darkMode: true,
4848
overwrite: true,
4949
width: 1100,
50-
height: 1465,
50+
height: 1445,
5151
quality: 0.8,
5252
styles: [geoCardMargin],
5353
},
@@ -75,7 +75,7 @@ const screenshots: Array<{
7575

7676
for (const { imagePath, options } of screenshots) {
7777
await captureWebsite.file(
78-
"http://localhost:9042/p/public-project",
78+
"https://demo.liwan.dev/p/liwan.dev",
7979
imagePath,
8080
options,
8181
);

0 commit comments

Comments
 (0)