Skip to content

Commit

Permalink
update v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
snoww committed Aug 18, 2024
1 parent 1b783db commit 5eeb467
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions latest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "v1.14.1",
"notes": "### v1.14.1\n#### NEW FEATURES\n- update meter for calm before the storm update (thanks to @PoonT and @PetAndMet)\n\nfull patch notes on [github](https://github.com/snoww/loa-logs/releases/latest)\n\nsend bug reports/suggestions to [ramen shop server](https://discord.gg/RXvTMV2YHu)",
"pub_date": "2024-08-15T09:22:17.108Z",
"version": "v1.14.2",
"notes": "### v1.14.2\n#### BUG FIXES AND IMPROVEMENTS\n- fix bard harp branding not tracking in certain gates\n\nfull patch notes on [github](https://github.com/snoww/loa-logs/releases/latest)\n\nsend bug reports/suggestions to [ramen shop server](https://discord.gg/RXvTMV2YHu)",
"pub_date": "2024-08-18T22:16:49.403Z",
"platforms": {
"windows-x86_64": {
"url": "https://github.com/snoww/loa-logs/releases/download/v1.14.1/LOA.Logs_1.14.1_x64-setup.nsis.zip",
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUYWhFaUdQWk9GYmV2eFJ4TW1yc0NQOGZVYVdEeHNrc3p0MDd0V3Z3MXlHSlN0VGM5Yk5waDFFYnl0a3hUYjVtNkI0UXVxTnppRGtmdzk3MkZzT1B0VktMZTkyRlhlZXdVPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzIzNzEzNzgzCWZpbGU6TE9BIExvZ3NfMS4xNC4xX3g2NC1zZXR1cC5uc2lzLnppcApMZXFHZ0JibFVhZGtLTjZwN0xkODg4MFJMNUFyZzlNL3V1N2pXZTk2THBCeDlUdmFwcjdpMVFlWERtUkQwcXFMcUpMelMwTFZzek1DUUZLa0Fld0pBUT09Cg=="
"url": "https://github.com/snoww/loa-logs/releases/download/v1.14.2/LOA.Logs_1.14.2_x64-setup.nsis.zip",
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUYWhFaUdQWk9GYlRLNGdoakl0V3B6SUlhNzNuTTV2M0dFdi9idGhUUDB6YVpNYTN1bXNxTHpNWWZrekpJdHhKZTNRcmt2QUxQUG5zRjJKMzlsNXVOczlyZHl1eGZiY2dNPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzI0MDE5MjY2CWZpbGU6TE9BIExvZ3NfMS4xNC4yX3g2NC1zZXR1cC5uc2lzLnppcApNbGlwYkoxS0ZoWTVNSy91NnplYTZWNHkvY2R5M1hiM2oySDZUUFE4RWUzbVFsSTU1TTRDVEJnQXo5Qi9ZUDhTRlZ1MGtBMXczYkJQQ1QwQlc5aitEUT09Cg=="
}
}
}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "LOA Logs",
"version": "1.14.1"
"version": "1.14.2"
},
"tauri": {
"allowlist": {
Expand Down
6 changes: 5 additions & 1 deletion src/lib/data/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<div class="rounded-md flex space-x-2 items-center">
<div class="text-lg font-semibold text-white">
v1.14.1
v1.14.2
</div>
<div class="bg-accent-500 px-2 font-medium rounded-md text-white">
New
</div>
</div>

#### BUG FIXES AND IMPROVEMENTS
- fix bard harp branding not tracking in certain gates

### v1.14.1
#### BUG FIXES AND IMPROVEMENTS
- fix "show latest encounter" not working when an encounter is already open
- fix certain skills that leave projectile behind not being tracked (e.g. reflux sorc frost call)
Expand Down

0 comments on commit 5eeb467

Please sign in to comment.