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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,22 @@ 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
+
## [Unreleased]
20
+
21
+
### 🚀 Features
22
+
23
+
-**UTM parameters**: Added support for UTM parameters. You can filter and search by UTM source, medium, campaign, content, and term.
24
+
25
+
### 🐛 Bug Fixes
26
+
27
+
- Fixed a potential panic when entities are not found in the database (https://github.com/explodingcamera/liwan/commit/31405a721dc5c5493098e211927281cca7816fec)
28
+
- Fixed issues with the `Yesterday` Date Range (https://github.com/explodingcamera/liwan/commit/76278b579c5fe1557bf1c184542ed6ed2aba57cd)
20
29
21
30
## **Liwan v0.1.1** - 2024-09-24
22
31
23
-
This release just drops some of the duckdb indexes to improve performance and reduce the database size.
32
+
### ⚡ Performance
33
+
34
+
-**Database indexes**: Removed all unnecessary indexes to improve performance and reduce disk usage (https://github.com/explodingcamera/liwan/commit/6191a72f08e8659237bc6c22139bde94432f66bb)
0 commit comments