Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.15.0 #3109

Merged
merged 54 commits into from
Dec 13, 2024
Merged

v2.15.0 #3109

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
fe9db71
Restore client-side search where needed.
Maxime-J Apr 15, 2024
53449d6
Export and use formatCity.
Maxime-J Apr 15, 2024
d643e51
Add language to useFormat.
Maxime-J Apr 15, 2024
73f5aca
Search cities in app.
Maxime-J Apr 15, 2024
995458d
Use init when running in Docker to avoid zombie process
bparmentier Aug 22, 2024
5ca87dd
feat: allow for URL pattern matching on funnels
ccrvlh Oct 18, 2024
d99b822
feat: refactor if statements
ccrvlh Nov 21, 2024
fccb1dd
Upgraded next and prisma. Replaced moment-timezone.
mikecao Nov 22, 2024
d15bc58
Merge branch 'dev' of https://github.com/umami-software/umami into dev
franciscao633 Nov 25, 2024
b61e149
fix unknown icon and country render link
franciscao633 Nov 25, 2024
6f9beda
Updated packages.
mikecao Nov 25, 2024
1c377bc
Removed zen styles.
mikecao Nov 25, 2024
83af7fa
respect www subdomain when fetching website favicon
mxbeer Nov 26, 2024
dfc13ce
next.js 15 sync-dynamic-apis update
franciscao633 Nov 26, 2024
d800b42
fix sessionactivity overflow
franciscao633 Nov 26, 2024
b5f5f07
get min/max date from website_event_stats_hourly view
franciscao633 Nov 26, 2024
bf89dfd
Merge pull request #3072 from mxbeer/bugfix/favicon-www-hostname
mikecao Nov 27, 2024
c851f3b
fix min date chart bug when using all time
franciscao633 Nov 27, 2024
afa903a
Don't return deleted website on share page.
mikecao Nov 27, 2024
4af275a
Ignore missing website id.
mikecao Nov 28, 2024
c6fd209
Should not redirect if already on the right team.
mikecao Nov 28, 2024
2ed7628
Allow filter search for country and region.
mikecao Nov 28, 2024
a18d1a9
Allow filter search for country and region.
mikecao Nov 28, 2024
7262121
Use original search value if no results.
mikecao Nov 28, 2024
c744f0b
Improve zh-TW Traditional Chinese translation a bit
PeterDaveHello Nov 27, 2024
99559c2
Fixed filter search.
mikecao Nov 28, 2024
3b65fe5
Merge pull request #3074 from PeterDaveHelloKitchen/zh_TW
mikecao Nov 29, 2024
356e953
Updated languageNames export.
mikecao Nov 29, 2024
d7ef12c
Merge branch 'dev' of https://github.com/umami-software/umami into dev
mikecao Nov 29, 2024
6880ec8
Updated lang files.
mikecao Nov 29, 2024
4ab8b1f
Merge branch 'dev' into search-formatted-metrics
mikecao Nov 29, 2024
8925283
Merge pull request #2678 from Maxime-J/search-formatted-metrics
mikecao Nov 29, 2024
9835262
Fixes for country search.
mikecao Nov 29, 2024
7c07379
Translations of parts of Chinese Simplified Character
God-2077 Nov 30, 2024
26c4240
Merge pull request #3079 from God-2077/umami
mikecao Nov 30, 2024
c85f828
fix #3083 improve the parseURL function to handle page-relative URLs …
Kilian Dec 4, 2024
e7a7156
explicitly use the current location.href
Kilian Dec 4, 2024
6b1c183
Merge pull request #3087 from Kilian/fix-pushstate
mikecao Dec 4, 2024
ffd27ab
Merge pull request #3012 from ccrvlh/feat/url-pattern
mikecao Dec 4, 2024
32d5edd
Fixed funnel query. Allow wildcard search for events.
mikecao Dec 5, 2024
40abd45
Build lang files.
mikecao Dec 5, 2024
99f92f2
Only replace starting and ending * char.
mikecao Dec 7, 2024
bb5affe
Updated Next and Prisma to latest.
mikecao Dec 7, 2024
f965700
Update nb-NO.json
blt950 Dec 8, 2024
6138acc
fix cf header encoding
pawelromanskidajar Dec 8, 2024
3d06579
Update ja-JP.json
milk1000cc Dec 9, 2024
62a8b29
Updated redis calls.
mikecao Dec 12, 2024
8cdd167
Check for valid session.
mikecao Dec 12, 2024
8f40751
Merge pull request #3096 from delemeator/bugfix/cf-header-encoding
mikecao Dec 12, 2024
72fdccb
Merge branch 'dev' of https://github.com/umami-software/umami into dev
mikecao Dec 12, 2024
67b1c80
Merge pull request #2890 from bparmentier/patch-1
mikecao Dec 12, 2024
4a45610
Merge pull request #3098 from milk1000cc/i18n
mikecao Dec 13, 2024
e875ad1
Merge pull request #3094 from blt950/patch-1
mikecao Dec 13, 2024
690ab59
Updated lang files.
mikecao Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
depends_on:
db:
condition: service_healthy
init: true
restart: always
healthcheck:
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]
Expand Down
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umami",
"version": "2.14.0",
"version": "2.15.0",
"description": "A simple, fast, privacy-focused alternative to Google Analytics.",
"author": "Umami Software, Inc. <hello@umami.is>",
"license": "MIT",
Expand Down Expand Up @@ -63,18 +63,21 @@
"cacheDirectories": [
".next/cache"
],
"resolutions": {
"jackspeak": "2.1.1"
},
"dependencies": {
"@clickhouse/client": "^1.4.1",
"@date-fns/utc": "^1.2.0",
"@dicebear/collection": "^9.2.1",
"@dicebear/core": "^9.2.1",
"@fontsource/inter": "^4.5.15",
"@prisma/client": "5.17",
"@prisma/client": "5.22.0",
"@prisma/extension-read-replicas": "^0.3.0",
"@react-spring/web": "^9.7.3",
"@tanstack/react-query": "^5.28.6",
"@umami/prisma-client": "^0.14.0",
"@umami/redis-client": "^0.21.0",
"@umami/redis-client": "^0.24.0",
"chalk": "^4.1.1",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
Expand All @@ -99,16 +102,15 @@
"kafkajs": "^2.1.0",
"maxmind": "^4.3.6",
"md5": "^2.3.0",
"moment-timezone": "^0.5.35",
"next": "14.2.10",
"next": "15.0.4",
"next-basics": "^0.39.0",
"node-fetch": "^3.2.8",
"npm-run-all": "^4.1.5",
"prisma": "5.17",
"react": "^18.2.0",
"prisma": "5.22.0",
"react": "^19.0.0",
"react-basics": "^0.125.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.0.4",
"react-intl": "^6.5.5",
"react-simple-maps": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion public/intl/messages/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@
"label.visits": [
{
"type": 0,
"value": "訪問者数"
"value": "訪問数"
}
],
"label.website": [
Expand Down
Loading
Loading