Skip to content

Commit 8f5c7e2

Browse files
committed
update v1.38.5
1 parent 6cc9c38 commit 8f5c7e2

File tree

5 files changed

+18
-19
lines changed

5 files changed

+18
-19
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.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",
2+
"version": "v1.38.5",
3+
"notes": "### v1.38.5 - January 27th, 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 deadeye and gunslinger crit synergies not appearing in party buffs\n- fixed extreme thaemine difficulty classification",
4+
"pub_date": "2026-01-26T23:22:04.125Z",
55
"platforms": {
66
"windows-x86_64": {
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=="
7+
"url": "https://github.com/snoww/loa-logs/releases/download/v1.38.5/LOA.Logs_1.38.5_x64-setup.exe",
8+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUYWhFaUdQWk9GYmI3cENmMHNWbFk3WnVGWFU5NTIzSkNkRXk3R1ZOS2U4ci9TNGxFazNzdk1uTUJFRTJhT2Z3UWtFUnZBS08wd3U2Um1pVE1GRTRTdXUxZ2J6MG9VUFE0PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY5NDY5ODU4CWZpbGU6TE9BIExvZ3NfMS4zOC41X3g2NC1zZXR1cC5leGUKbllJWk9TU0p5cWJFNnV1ZHJCdU1MbEZpeHIvaFRnTmRhdnBIUzFDdXJrTHZjRWl3VHVDZGQvdm1VOUZuanEreUppWWkrQWtwU2pKZWlaQW84b3lmRFE9PQo="
99
}
1010
}
1111
}

package-lock.json

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"licenseFile": "../LICENSE"
2323
},
2424
"productName": "LOA Logs",
25-
"version": "1.38.4",
25+
"version": "1.38.5",
2626
"identifier": "xyz.snow",
2727
"plugins": {
2828
"updater": {

src/lib/data/changelog.md

Lines changed: 11 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.4 - January 19th, 2026
3+
v1.38.5 - January 27th, 2026
44
</div>
55
<div class="bg-accent-500 px-2 font-medium rounded-md text-white">
66
New
@@ -14,6 +14,16 @@
1414
- **Poont** on Gienah
1515

1616
#### BUG FIXES AND IMPROVEMENTS
17+
18+
- fixed deadeye and gunslinger crit synergies not appearing in party buffs
19+
- fixed extreme thaemine difficulty classification
20+
21+
---
22+
23+
### v1.38.4 - January 19th, 2026
24+
25+
#### BUG FIXES AND IMPROVEMENTS
26+
1727
- fixed some synergies/buffs not having correct source
1828

1929
---

0 commit comments

Comments
 (0)