Skip to content

Commit ee48247

Browse files
committed
update v1.38.3
1 parent 0d6a8ea commit ee48247

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.2",
3-
"notes": "### v1.38.2 - 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",
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",
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.2/LOA.Logs_1.38.2_x64-setup.nsis.zip",
8-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUYWhFaUdQWk9GYmJsNmdNNWFLMVlsYjVsZklVZER2WkZZL2hYNWRPc3FndVYrVGY1QzBDZlVBOTBLdkh6SUZpOFFyVHBQWTdxWGtUL1UxYmlKU1pCWUN0Z2VZalVxZndzPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4NDA2Njg4CWZpbGU6TE9BIExvZ3NfMS4zOC4yX3g2NC1zZXR1cC5uc2lzLnppcApFalVrRUpITWRad3RGUkt4dnQvb3MyTWpoemlDM3lDc3ZCY2NpY0lNS0Jub0tvWEpDSzFuQnZTcmJEMFhhK3gycWN6akJPTlVQMzE2ZmtoVllra3JDQT09Cg=="
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=="
99
}
1010
}
1111
}

src-tauri/src/live/encounter_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl EncounterState {
209209
if zone_id == 37545 {
210210
// split encounter for kazeros g2 intermission
211211
self.on_phase_transition(2);
212-
} else if matches!(zone_id, (37121..37124) | (37817..37819)) {
212+
} else if matches!(zone_id, (37121..=37124) | (37817..=37819)) {
213213
// not resetting for thaemine gate 4
214214
let now = Utc::now().timestamp_millis();
215215
self.intermission_start = Some(now);

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.2",
24+
"version": "1.38.3",
2525
"identifier": "xyz.snow",
2626
"plugins": {
2727
"updater": {

src/lib/data/changelog.md

Lines changed: 1 addition & 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.2 - January 14th, 2026
3+
v1.38.3 - January 14th, 2026
44
</div>
55
<div class="bg-accent-500 px-2 font-medium rounded-md text-white">
66
New

0 commit comments

Comments
 (0)