Skip to content

Releases: explodingcamera/liwan

Liwan v1.3.0 - 2025-10-12

11 Oct 23:00
liwan-v1.3.0
ce57b29

Choose a tag to compare

  • Updated to the latest version of DuckDB (1.4)
  • Graceful shutdown on SIGINT and SIGTERM
  • X86-64-v3 is now the default target architecture for x86_64 Linux builds

Liwan v1.2.1 - 2025-06-21

21 Jun 20:45
liwan-v1.2.1
601b48c

Choose a tag to compare

  • Full dimension values are now shown when hovering over the dimension in the table
  • Updated dependencies & switched to the upstream of DuckDB
  • Now using Jemalloc as the default memory allocator for improved performance and memory usage

If you're upgrading from v1.1.0, please upgrade to Liwan v1.1.1 first.

Liwan v1.2.0 - 2025-05-19

19 May 18:11
liwan-v1.2.0
dc63054

Choose a tag to compare

  • Liwan has been relicensed under the terms of the Apache-2.0 license (this also applies to all previous versions)
  • Updated to the latest version of DuckDB (1.2)
  • Updated list of referrer spammers, user-agents and site icons
  • Ellipsis for long URLs in the UI
  • Overall performance improvements and memory usage optimizations

If you're upgrading from v1.1.0, please upgrade to Liwan v1.1.1 first.

Liwan v1.1.1 - 2025-05-19

19 May 17:53
liwan-v1.1.1
1696d24

Choose a tag to compare

  • Liwan has been relicensed under the terms of the Apache-2.0 license (this also applies to all previous versions)
  • Force DuckDB to always checkpoint the database after shutting down. This is required for upgrading to the latest version of DuckDB in Liwan 1.2, which has issues loading the old checkpoint files when using musl libc.

liwan-v1.1.1-rc.1

15 May 19:13
liwan-v1.1.1-rc.1
cd19702

Choose a tag to compare

liwan-v1.1.1-rc.1 Pre-release
Pre-release

liwan-v1.2.0-rc.10

12 May 21:34
liwan-v1.2.0-rc.10
e672284

Choose a tag to compare

liwan-v1.2.0-rc.10 Pre-release
Pre-release

Liwan v1.2.0-rc.9 - 2025-04-23

23 Apr 16:34
liwan-v1.2.0-rc.9
cb40a41

Choose a tag to compare

Pre-release
  • Liwan has been relicensed under the terms of the Apache-2.0 license
  • Updated dependencies (DuckDb 1.2)
  • Updated list of referrer spammers, useragents
  • Ellipsis for long URLs in the UI
  • Fixed arm64 container images

Liwan v1.1.0 - 2024-12-28

28 Dec 16:54
liwan-v1.1.0
a46eb08

Choose a tag to compare

  • Improved query caching to prevent unnecessary database queries
  • Added Country Code to Google Referrer URLs
  • Improved Multi-User Support (Non-admin users can now be granted access to specific projects)

Update 2025-04-23: The ARM container image is now fixed and contains the correct executable.

liwan-v1.1.0-rc.1

16 Dec 22:38
liwan-v1.1.0-rc.1
7e74bd5

Choose a tag to compare

liwan-v1.1.0-rc.1 Pre-release
Pre-release

Liwan v1.0.0 - 2024-12-06

06 Dec 12:23
liwan-v1.0.0
802f989

Choose a tag to compare

Features

  • UTM parameters: Added support for UTM parameters. You can filter and search by UTM source, medium, campaign, content, and term. (#13)
  • New Date Ranges: Fully reworked date ranges. Data is more accurate and consistent now, and you can move to the next or previous time range. Also includes some new time ranges like Week to Date and All Time. You can now also select a custom date range to view your data. (97cdfce, 391c580)
  • UI Improvements: A lot of small improvements to the UI for better polish and usability.
  • New Metrics: Added new metrics: Bounce Rate, Average Time on Page (97cdfce)
  • Favicons can be disabled: You can now disable fetching favicons from DuckDuckGo (config.toml setting: disable_favicons) (2100bfe)
  • New Graphs: Graphs are now custom-built using d3 directly to improve performance and flexibility. (eb1415d)

Bug Fixes

  • Fixed a potential panic when entities are not found in the database (31405a7)
  • Fixed issues with the Yesterday Date Range (76278b57)
  • Fixed issue with NaN values in the bounce rate metric (eb1415d)

Other

  • Removed Sessions and Average Views per Session metrics. They were not accurate and were removed to avoid confusion.
  • Added more tests & improved API performance (95d95d0)