You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-14Lines changed: 7 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -16,25 +16,18 @@ The format is roughly based on the output of `git-cliff` and this project adhere
16
16
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).
17
17
-->
18
18
19
-
## [Unreleased]
19
+
## [v1.1.1] - 2025-05-19
20
20
21
-
### 🚀 Features
22
-
23
-
- Improved query caching to prevent unnecessary database queries
24
-
- Added Country Code to Google Referrer URLs
25
-
- Improved Multi-User Support (Non-admin users can now be granted access to specific projects)
26
-
27
-
## v1.1.0 - 2025-05-15
28
-
29
-
- 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.
21
+
- Liwan has been relicensed under the terms of the **Apache-2.0** license (this also applies to all previous versions)
22
+
- 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.
30
23
31
-
## v1.1.0 - 2024-12-28
24
+
## [v1.1.0] - 2024-12-28
32
25
33
26
- Improved query caching to prevent unnecessary database queries
34
27
- Added Country Code to Google Referrer URLs
35
28
- Improved Multi-User Support (Non-admin users can now be granted access to specific projects)
36
29
37
-
## v1.0.0 - 2024-12-06
30
+
## [v1.0.0] - 2024-12-06
38
31
39
32
### 🚀 Features
40
33
@@ -56,13 +49,13 @@ Since this is not a library, this changelog focuses on the changes that are rele
56
49
- Removed Sessions and Average Views per Session metrics. They were not accurate and were removed to avoid confusion.
57
50
- Added more tests & improved API performance ([`95d95d0`](https://github.com/explodingcamera/liwan/commit/95d95d0f4670d20a6fa4fc6a7f4b17e4b1854391))
58
51
59
-
## **Liwan v0.1.1** - 2024-09-24
52
+
## [v0.1.1] - 2024-09-24
60
53
61
54
### ⚡ Performance
62
55
63
56
-**Database indexes**: Removed unnecessary indexes to improve performance and reduce disk usage ([`6191a72`](https://github.com/explodingcamera/liwan/commit/6191a72f08e8659237bc6c22139bde94432f66bb))
64
57
65
-
## **Liwan v0.1.0** - 2024-09-18
58
+
## [v0.1.0] - 2024-09-18
66
59
67
60
This is the first full release of the Liwan! 🎉
68
61
All essential features for web analytics are now available, including:
0 commit comments