Skip to content

Commit 5c135e0

Browse files
committed
update v1.38.4
1 parent 76bba5f commit 5c135e0

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

latest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "v1.38.3",
3-
"notes": "### v1.38.3 - 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",
4-
"pub_date": "2026-01-14T11:45:56.131Z",
2+
"version": "v1.38.4",
3+
"notes": "### v1.38.4 - January 19th, 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 Giena\n\n#### BUG FIXES AND IMPROVEMENTS\n- fixed some synergies/buffs not having correct source",
4+
"pub_date": "2026-01-19T11:45:56.131Z",
55
"platforms": {
66
"windows-x86_64": {
7-
"url": "https://github.com/snoww/loa-logs/releases/download/v1.38.3/LOA.Logs_1.38.3_x64-setup.nsis.zip",
8-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUYWhFaUdQWk9GYmZGVkdVL05SQXdNT2t2NDc5UkZtK2pkZkZxcHVISGRBdnd1QVNKNzdoWWMxTHpzQmo4YUQ5c3RRZXM5Nkd2ZEJjVE02OVJSWEk5LzdGNXJsUGFSV1FNPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4NDA5NjgxCWZpbGU6TE9BIExvZ3NfMS4zOC4zX3g2NC1zZXR1cC5uc2lzLnppcAp3SnI2bzV6Y2xsL3Bjc0ZmRmlnREZhd2I3UE5EMytWRk5DSXpnZWJpS1FGZDA5bHpkaXpWb3dGUXhLNDBXR3J0VzNxMUxGM2JtcUZsZ1dCSVJSUVVCUT09Cg=="
7+
"url": "https://github.com/snoww/loa-logs/releases/download/v1.38.4/LOA.Logs_1.38.4_x64-setup.nsis.zip",
8+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUYWhFaUdQWk9GYlN0VytiaFU2OERWRC81VTZONHhSMkQzUFc4b0dwV1BFUlRVTUVyRG1JVzkwV0J1Qk9NeUVpSHhVcURUREFkb0JTellUVVFSNjlqQjFjcXRmZTVHQXc4PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4ODIzNTM4CWZpbGU6TE9BIExvZ3NfMS4zOC40X3g2NC1zZXR1cC5uc2lzLnppcApNaEZiMHBORGNtUG1SU3RWMHFNOGx5aVY2d1o1eWJ3UGJvMlMrOTF0N28vd0sxek5KdHNnYVJKZW0rajRuaTZkdW9PUWRpRXRnVmprMHd2L2t5TzVCdz09Cg=="
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.3",
24+
"version": "1.38.4",
2525
"identifier": "xyz.snow",
2626
"plugins": {
2727
"updater": {

src/lib/data/changelog.md

Lines changed: 2 additions & 14 deletions
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.3 - January 14th, 2026
3+
v1.38.4 - January 19th, 2026
44
</div>
55
<div class="bg-accent-500 px-2 font-medium rounded-md text-white">
66
New
@@ -13,20 +13,8 @@
1313
- **Administrator** on Ratik
1414
- **Poont** on Gienah
1515

16-
#### NEW FEATURES
17-
- updated meter for january content patch and extreme thaemine raid
18-
- kazeros gate 2 will now be split into two logs 2-1, and 2-2/3
19-
- only 2-2/3 portion will be uploaded for stats
20-
2116
#### BUG FIXES AND IMPROVEMENTS
22-
- removed kazeros raid analytics
23-
- added missing thirain sidereal in act 4 gate 1
24-
- updated dps bard and artist detection
25-
- updated gunlancer detection
26-
- fixed upload notifications
27-
- added udmg to skill cast/hit breakdowns
28-
- fixed issue with corrupt local players file causing meter crash
29-
- fixed artist identity not extending past 1 minute
17+
- fixed some synergies/buffs not having correct source
3018

3119
---
3220

0 commit comments

Comments
 (0)