Skip to content

Commit d74afb2

Browse files
committed
update v1.38.1
1 parent 9b9b2a9 commit d74afb2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

latest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "v1.38.0",
3-
"notes": "### v1.38.0 - January 14th, 2026\n\n#### P.S. If you see any of us in town or raid, feel free to drop an honor!\n\n- **Snowving** on Luterra\n- **Administrator** on Ratik\n- **Poont** on Gienah\n\n#### NEW FEATURES\n- updated meter for january content patch and extreme thaemine raid\n- kazeros gate 2 will now be split into two logs 2-1, and 2-2/3\n - only 2-2/3 portion will be uploaded for stats\n\n#### BUG FIXES AND IMPROVEMENTS\n- removed kazeros raid analytics\n- added missing thirain sidereal in act 4 gate 1\n- updated dps bard and artist detection\n- updated gunlancer detection\n- fixed upload notifications\n- added udmg to skill cast/hit breakdowns\n- fixed issue with corrupt local players file causing meter crash",
2+
"version": "v1.38.1",
3+
"notes": "### v1.38.1 - January 14th, 2026\n\n#### P.S. If you see any of us in town or raid, feel free to drop an honor!\n\n- **Snowving** on Luterra\n- **Administrator** on Ratik\n- **Poont** on Gienah\n\n#### NEW FEATURES\n- updated meter for january content patch and extreme thaemine raid\n- kazeros gate 2 will now be split into two logs 2-1, and 2-2/3\n - only 2-2/3 portion will be uploaded for stats\n\n#### BUG FIXES AND IMPROVEMENTS\n- removed kazeros raid analytics\n- added missing thirain sidereal in act 4 gate 1\n- updated dps bard and artist detection\n- updated gunlancer detection\n- fixed upload notifications\n- added udmg to skill cast/hit breakdowns\n- fixed issue with corrupt local players file causing meter crash\n- fixed artist identity not extending past 1 minute",
44
"pub_date": "2026-01-14T11:45:56.131Z",
55
"platforms": {
66
"windows-x86_64": {
7-
"url": "https://github.com/snoww/loa-logs/releases/download/v1.38.0/LOA.Logs_1.38.0_x64-setup.nsis.zip",
8-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUYWhFaUdQWk9GYlRINU1ReTc2NmZXdUZPQjNMYk9PRzBvSnR5eHBJcnFPeEZzRFEvUU9VSnYwVlBkcnZieEtrTVVWdEVjejVFYUt3b2hNVktBSFBzNGpXL0E2eXVkeUFzPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4Mzk2ODg5CWZpbGU6TE9BIExvZ3NfMS4zOC4wX3g2NC1zZXR1cC5uc2lzLnppcApNSWtKTkRVTmIzV3ZROE05OFZTTjcwTU5jL2x0VkhZbXlrZURTTlVpMXpOa3lrZ2J2VlUzdFp6bjlLQjk0eTZiZ1RUeVVNeC95azBHQlY2LytnTzZBZz09Cg=="
7+
"url": "https://github.com/snoww/loa-logs/releases/download/v1.38.1/LOA.Logs_1.38.1_x64-setup.nsis.zip",
8+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUYWhFaUdQWk9GYmJ3YWhnUEh1Y2RKTWJ3K3FWeFFoWXd1VFZUQm94S3JkYnVTcSs2SForZTJrVC9DSGl1ZWFaOXNhSzJpYlJFU2hpRmV6ek1QbE12enQ3NG0zNGYyandvPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4NDAyMzA4CWZpbGU6TE9BIExvZ3NfMS4zOC4xX3g2NC1zZXR1cC5uc2lzLnppcApyZXNDWGhQaXIveDM1S3FXcjVHRWhGSjZMRDB2OFVLcFBoUmkzemtjN0ZrUXVpa2tDaVJkdWk2ODVYZ1UvcmNXYVVQTW4xNlVOTXZEbzU2dVJ3WGtEZz09Cg=="
99
}
1010
}
1111
}

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"licenseFile": "../LICENSE"
2222
},
2323
"productName": "LOA Logs",
24-
"version": "1.38.0",
24+
"version": "1.38.1",
2525
"identifier": "xyz.snow",
2626
"plugins": {
2727
"updater": {

src/lib/data/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="rounded-md flex space-x-2 items-center">
22
<div class="text-lg font-semibold text-white">
3-
v1.38.0 - January 14th, 2026
3+
v1.38.1 - January 14th, 2026
44
</div>
55
<div class="bg-accent-500 px-2 font-medium rounded-md text-white">
66
New
@@ -26,6 +26,7 @@
2626
- fixed upload notifications
2727
- added udmg to skill cast/hit breakdowns
2828
- fixed issue with corrupt local players file causing meter crash
29+
- fixed artist identity not extending past 1 minute
2930

3031
---
3132

0 commit comments

Comments
 (0)