diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml new file mode 100644 index 0000000..5e20a61 --- /dev/null +++ b/.gitea/workflows/release.yaml @@ -0,0 +1,52 @@ +name: Release Creation + +on: + release: + types: [published] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - run: echo "💡 The ${{ gitea.repository }} repository will cloned to the runner." + + #- uses: actions/checkout@v3 + - uses: RouxAntoine/checkout@v3.5.4 + + # get part of the tag after the `v` + - name: Extract tag version number + id: get_version + uses: battila7/get-version-action@v2 + + # Substitute the Manifest and Download URLs in the module.json + - name: Substitute Manifest and Download Links For Versioned Ones + id: sub_manifest_link_version + uses: microsoft/variable-substitution@v1 + with: + files: 'system.json' + env: + version: ${{steps.get_version.outputs.version-without-v}} + url: https://www.uberwald.me/gitea/${{gitea.repository}} + manifest: https://www.uberwald.me/gitea/public/${{gitea.repository}}/releases/download/latest/system.json + download: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/fvtt-lethal-fantasy.zip + + # Create a zip file with all files required by the module to add to the release + - run: | + apt update -y + apt install -y zip + + - run: zip -r ./fvtt-lethal-fantasy.zip system.json README.md LICENSE assets/ css/ lang/ module/ packs-system/ templates/ lethal-fantasy.mjs + + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' + + - name: Use Go Action + id: use-go-action + uses: https://gitea.com/actions/release-action@main + with: + files: |- + ./fvtt-lethal-fantasy.zip + system.json + api_key: '${{secrets.ALLOW_PUSH_RELEASE}}' diff --git a/module/documents/roll.mjs b/module/documents/roll.mjs index f2fdb98..c97a5fb 100644 --- a/module/documents/roll.mjs +++ b/module/documents/roll.mjs @@ -125,6 +125,7 @@ export default class LethalFantasyRoll extends Roll { let hasMaxValue = true let hasGrantedDice = false let hasStaticModifier = false + let hasExplode = true if (options.rollType === "challenge" || options.rollType === "save") { options.rollName = game.i18n.localize(`LETHALFANTASY.Label.${options.rollTarget.rollKey}`) @@ -245,6 +246,7 @@ export default class LethalFantasyRoll extends Roll { hasModifier = true hasChangeDice = false hasMaxValue = false + hasExplode = false options.rollTarget.value = 0 } else if (options.rollType.includes("weapon-damage")) { @@ -372,12 +374,20 @@ export default class LethalFantasyRoll extends Roll { modifierFormula += ` + ${options.rollTarget.staticModifier}` } let sign = fullModifier < 0 ? "-" : "+" - titleFormula = `${dice}E ${sign} ${modifierFormula}` + if (hasExplode) { + titleFormula = `${dice}E ${sign} ${modifierFormula}` + } else { + titleFormula = `${dice} ${sign} ${modifierFormula}` + } } else { modifierFormula = "0" fullModifier = 0 baseFormula = `${dice}` - titleFormula = `${dice}E` + if (hasExplode) { + titleFormula = `${dice}E` + } else { + titleFormula = `${dice}` + } } // Specific pain case diff --git a/packs-system/lf-equipment/000165.log b/packs-system/lf-equipment/000169.log similarity index 100% rename from packs-system/lf-equipment/000165.log rename to packs-system/lf-equipment/000169.log diff --git a/packs-system/lf-equipment/CURRENT b/packs-system/lf-equipment/CURRENT index abf5eb3..c5ea6dc 100644 --- a/packs-system/lf-equipment/CURRENT +++ b/packs-system/lf-equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000163 +MANIFEST-000167 diff --git a/packs-system/lf-equipment/LOG b/packs-system/lf-equipment/LOG index b78a0e7..9c121a2 100644 --- a/packs-system/lf-equipment/LOG +++ b/packs-system/lf-equipment/LOG @@ -1,8 +1,8 @@ -2025/02/09-00:22:48.003450 7f46ac7f86c0 Recovering log #161 -2025/02/09-00:22:48.018643 7f46ac7f86c0 Delete type=3 #159 -2025/02/09-00:22:48.018714 7f46ac7f86c0 Delete type=0 #161 -2025/02/09-00:29:06.730919 7f46abbff6c0 Level-0 table #166: started -2025/02/09-00:29:06.730977 7f46abbff6c0 Level-0 table #166: 0 bytes OK -2025/02/09-00:29:06.788041 7f46abbff6c0 Delete type=0 #164 -2025/02/09-00:29:06.953135 7f46abbff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) -2025/02/09-00:29:06.953183 7f46abbff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) +2025/02/09-09:17:46.952095 7f46adffb6c0 Recovering log #165 +2025/02/09-09:17:47.003194 7f46adffb6c0 Delete type=3 #163 +2025/02/09-09:17:47.003256 7f46adffb6c0 Delete type=0 #165 +2025/02/09-09:18:22.678103 7f46abbff6c0 Level-0 table #170: started +2025/02/09-09:18:22.678129 7f46abbff6c0 Level-0 table #170: 0 bytes OK +2025/02/09-09:18:22.715696 7f46abbff6c0 Delete type=0 #168 +2025/02/09-09:18:22.853749 7f46abbff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) +2025/02/09-09:18:22.853920 7f46abbff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-equipment/LOG.old b/packs-system/lf-equipment/LOG.old index fe6793b..b78a0e7 100644 --- a/packs-system/lf-equipment/LOG.old +++ b/packs-system/lf-equipment/LOG.old @@ -1,8 +1,8 @@ -2025/02/08-21:49:26.702095 7f46adffb6c0 Recovering log #157 -2025/02/08-21:49:26.754932 7f46adffb6c0 Delete type=3 #155 -2025/02/08-21:49:26.754990 7f46adffb6c0 Delete type=0 #157 -2025/02/08-21:50:08.853716 7f46abbff6c0 Level-0 table #162: started -2025/02/08-21:50:08.853754 7f46abbff6c0 Level-0 table #162: 0 bytes OK -2025/02/08-21:50:08.899711 7f46abbff6c0 Delete type=0 #160 -2025/02/08-21:50:09.023376 7f46abbff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) -2025/02/08-21:50:09.023414 7f46abbff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) +2025/02/09-00:22:48.003450 7f46ac7f86c0 Recovering log #161 +2025/02/09-00:22:48.018643 7f46ac7f86c0 Delete type=3 #159 +2025/02/09-00:22:48.018714 7f46ac7f86c0 Delete type=0 #161 +2025/02/09-00:29:06.730919 7f46abbff6c0 Level-0 table #166: started +2025/02/09-00:29:06.730977 7f46abbff6c0 Level-0 table #166: 0 bytes OK +2025/02/09-00:29:06.788041 7f46abbff6c0 Delete type=0 #164 +2025/02/09-00:29:06.953135 7f46abbff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) +2025/02/09-00:29:06.953183 7f46abbff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-equipment/MANIFEST-000163 b/packs-system/lf-equipment/MANIFEST-000167 similarity index 72% rename from packs-system/lf-equipment/MANIFEST-000163 rename to packs-system/lf-equipment/MANIFEST-000167 index 4cbf1a5..3a939b5 100644 Binary files a/packs-system/lf-equipment/MANIFEST-000163 and b/packs-system/lf-equipment/MANIFEST-000167 differ diff --git a/packs-system/lf-gifts/000164.log b/packs-system/lf-gifts/000168.log similarity index 100% rename from packs-system/lf-gifts/000164.log rename to packs-system/lf-gifts/000168.log diff --git a/packs-system/lf-gifts/CURRENT b/packs-system/lf-gifts/CURRENT index f405c4b..830373b 100644 --- a/packs-system/lf-gifts/CURRENT +++ b/packs-system/lf-gifts/CURRENT @@ -1 +1 @@ -MANIFEST-000162 +MANIFEST-000166 diff --git a/packs-system/lf-gifts/LOG b/packs-system/lf-gifts/LOG index b8b7838..be31a96 100644 --- a/packs-system/lf-gifts/LOG +++ b/packs-system/lf-gifts/LOG @@ -1,8 +1,8 @@ -2025/02/09-00:22:48.022227 7f46acff96c0 Recovering log #160 -2025/02/09-00:22:48.039352 7f46acff96c0 Delete type=3 #158 -2025/02/09-00:22:48.039406 7f46acff96c0 Delete type=0 #160 -2025/02/09-00:29:06.900070 7f46abbff6c0 Level-0 table #165: started -2025/02/09-00:29:06.900100 7f46abbff6c0 Level-0 table #165: 0 bytes OK -2025/02/09-00:29:06.953004 7f46abbff6c0 Delete type=0 #163 -2025/02/09-00:29:06.953173 7f46abbff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) -2025/02/09-00:29:06.953216 7f46abbff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) +2025/02/09-09:17:47.005741 7f46ad7fa6c0 Recovering log #164 +2025/02/09-09:17:47.054649 7f46ad7fa6c0 Delete type=3 #162 +2025/02/09-09:17:47.054741 7f46ad7fa6c0 Delete type=0 #164 +2025/02/09-09:18:22.556082 7f46abbff6c0 Level-0 table #169: started +2025/02/09-09:18:22.556121 7f46abbff6c0 Level-0 table #169: 0 bytes OK +2025/02/09-09:18:22.591317 7f46abbff6c0 Delete type=0 #167 +2025/02/09-09:18:22.677973 7f46abbff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) +2025/02/09-09:18:22.678023 7f46abbff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-gifts/LOG.old b/packs-system/lf-gifts/LOG.old index ae7b4cb..b8b7838 100644 --- a/packs-system/lf-gifts/LOG.old +++ b/packs-system/lf-gifts/LOG.old @@ -1,8 +1,8 @@ -2025/02/08-21:49:26.758734 7f46ac7f86c0 Recovering log #156 -2025/02/08-21:49:26.807853 7f46ac7f86c0 Delete type=3 #154 -2025/02/08-21:49:26.807931 7f46ac7f86c0 Delete type=0 #156 -2025/02/08-21:50:08.937023 7f46abbff6c0 Level-0 table #161: started -2025/02/08-21:50:08.937043 7f46abbff6c0 Level-0 table #161: 0 bytes OK -2025/02/08-21:50:08.980987 7f46abbff6c0 Delete type=0 #159 -2025/02/08-21:50:09.023396 7f46abbff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) -2025/02/08-21:50:09.023436 7f46abbff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) +2025/02/09-00:22:48.022227 7f46acff96c0 Recovering log #160 +2025/02/09-00:22:48.039352 7f46acff96c0 Delete type=3 #158 +2025/02/09-00:22:48.039406 7f46acff96c0 Delete type=0 #160 +2025/02/09-00:29:06.900070 7f46abbff6c0 Level-0 table #165: started +2025/02/09-00:29:06.900100 7f46abbff6c0 Level-0 table #165: 0 bytes OK +2025/02/09-00:29:06.953004 7f46abbff6c0 Delete type=0 #163 +2025/02/09-00:29:06.953173 7f46abbff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) +2025/02/09-00:29:06.953216 7f46abbff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-gifts/MANIFEST-000162 b/packs-system/lf-gifts/MANIFEST-000162 deleted file mode 100644 index 144a340..0000000 Binary files a/packs-system/lf-gifts/MANIFEST-000162 and /dev/null differ diff --git a/packs-system/lf-gifts/MANIFEST-000166 b/packs-system/lf-gifts/MANIFEST-000166 new file mode 100644 index 0000000..f5d7133 Binary files /dev/null and b/packs-system/lf-gifts/MANIFEST-000166 differ diff --git a/packs-system/lf-skills/000164.log b/packs-system/lf-skills/000168.log similarity index 100% rename from packs-system/lf-skills/000164.log rename to packs-system/lf-skills/000168.log diff --git a/packs-system/lf-skills/CURRENT b/packs-system/lf-skills/CURRENT index f405c4b..830373b 100644 --- a/packs-system/lf-skills/CURRENT +++ b/packs-system/lf-skills/CURRENT @@ -1 +1 @@ -MANIFEST-000162 +MANIFEST-000166 diff --git a/packs-system/lf-skills/LOG b/packs-system/lf-skills/LOG index 4dde0fb..22c1085 100644 --- a/packs-system/lf-skills/LOG +++ b/packs-system/lf-skills/LOG @@ -1,8 +1,8 @@ -2025/02/09-00:22:47.986326 7f46adffb6c0 Recovering log #160 -2025/02/09-00:22:48.000956 7f46adffb6c0 Delete type=3 #158 -2025/02/09-00:22:48.001008 7f46adffb6c0 Delete type=0 #160 -2025/02/09-00:29:06.788155 7f46abbff6c0 Level-0 table #165: started -2025/02/09-00:29:06.788178 7f46abbff6c0 Level-0 table #165: 0 bytes OK -2025/02/09-00:29:06.840912 7f46abbff6c0 Delete type=0 #163 -2025/02/09-00:29:06.953151 7f46abbff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) -2025/02/09-00:29:06.953189 7f46abbff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2025/02/09-09:17:46.895896 7f46ac7f86c0 Recovering log #164 +2025/02/09-09:17:46.947734 7f46ac7f86c0 Delete type=3 #162 +2025/02/09-09:17:46.947832 7f46ac7f86c0 Delete type=0 #164 +2025/02/09-09:18:22.529278 7f46abbff6c0 Level-0 table #169: started +2025/02/09-09:18:22.529322 7f46abbff6c0 Level-0 table #169: 0 bytes OK +2025/02/09-09:18:22.555928 7f46abbff6c0 Delete type=0 #167 +2025/02/09-09:18:22.677958 7f46abbff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2025/02/09-09:18:22.678006 7f46abbff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-skills/LOG.old b/packs-system/lf-skills/LOG.old index 4161a10..4dde0fb 100644 --- a/packs-system/lf-skills/LOG.old +++ b/packs-system/lf-skills/LOG.old @@ -1,8 +1,8 @@ -2025/02/08-21:49:26.648884 7f46ad7fa6c0 Recovering log #156 -2025/02/08-21:49:26.695829 7f46ad7fa6c0 Delete type=3 #154 -2025/02/08-21:49:26.695891 7f46ad7fa6c0 Delete type=0 #156 -2025/02/08-21:50:08.899837 7f46abbff6c0 Level-0 table #161: started -2025/02/08-21:50:08.899865 7f46abbff6c0 Level-0 table #161: 0 bytes OK -2025/02/08-21:50:08.936919 7f46abbff6c0 Delete type=0 #159 -2025/02/08-21:50:09.023387 7f46abbff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) -2025/02/08-21:50:09.023420 7f46abbff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2025/02/09-00:22:47.986326 7f46adffb6c0 Recovering log #160 +2025/02/09-00:22:48.000956 7f46adffb6c0 Delete type=3 #158 +2025/02/09-00:22:48.001008 7f46adffb6c0 Delete type=0 #160 +2025/02/09-00:29:06.788155 7f46abbff6c0 Level-0 table #165: started +2025/02/09-00:29:06.788178 7f46abbff6c0 Level-0 table #165: 0 bytes OK +2025/02/09-00:29:06.840912 7f46abbff6c0 Delete type=0 #163 +2025/02/09-00:29:06.953151 7f46abbff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2025/02/09-00:29:06.953189 7f46abbff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-skills/MANIFEST-000162 b/packs-system/lf-skills/MANIFEST-000162 deleted file mode 100644 index 7fea0d0..0000000 Binary files a/packs-system/lf-skills/MANIFEST-000162 and /dev/null differ diff --git a/packs-system/lf-skills/MANIFEST-000166 b/packs-system/lf-skills/MANIFEST-000166 new file mode 100644 index 0000000..97cd365 Binary files /dev/null and b/packs-system/lf-skills/MANIFEST-000166 differ diff --git a/packs-system/lf-vulnerabilities/000164.log b/packs-system/lf-vulnerabilities/000168.log similarity index 100% rename from packs-system/lf-vulnerabilities/000164.log rename to packs-system/lf-vulnerabilities/000168.log diff --git a/packs-system/lf-vulnerabilities/CURRENT b/packs-system/lf-vulnerabilities/CURRENT index f405c4b..830373b 100644 --- a/packs-system/lf-vulnerabilities/CURRENT +++ b/packs-system/lf-vulnerabilities/CURRENT @@ -1 +1 @@ -MANIFEST-000162 +MANIFEST-000166 diff --git a/packs-system/lf-vulnerabilities/LOG b/packs-system/lf-vulnerabilities/LOG index d5f438c..dfbebb4 100644 --- a/packs-system/lf-vulnerabilities/LOG +++ b/packs-system/lf-vulnerabilities/LOG @@ -1,8 +1,8 @@ -2025/02/09-00:22:48.041933 7f46ad7fa6c0 Recovering log #160 -2025/02/09-00:22:48.057731 7f46ad7fa6c0 Delete type=3 #158 -2025/02/09-00:22:48.057804 7f46ad7fa6c0 Delete type=0 #160 -2025/02/09-00:29:06.841056 7f46abbff6c0 Level-0 table #165: started -2025/02/09-00:29:06.841088 7f46abbff6c0 Level-0 table #165: 0 bytes OK -2025/02/09-00:29:06.899934 7f46abbff6c0 Delete type=0 #163 -2025/02/09-00:29:06.953163 7f46abbff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) -2025/02/09-00:29:06.953208 7f46abbff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2025/02/09-09:17:47.057750 7f46acff96c0 Recovering log #164 +2025/02/09-09:17:47.111395 7f46acff96c0 Delete type=3 #162 +2025/02/09-09:17:47.111509 7f46acff96c0 Delete type=0 #164 +2025/02/09-09:18:22.591487 7f46abbff6c0 Level-0 table #169: started +2025/02/09-09:18:22.591518 7f46abbff6c0 Level-0 table #169: 0 bytes OK +2025/02/09-09:18:22.627889 7f46abbff6c0 Delete type=0 #167 +2025/02/09-09:18:22.677986 7f46abbff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2025/02/09-09:18:22.678014 7f46abbff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-vulnerabilities/LOG.old b/packs-system/lf-vulnerabilities/LOG.old index f6ee1c0..d5f438c 100644 --- a/packs-system/lf-vulnerabilities/LOG.old +++ b/packs-system/lf-vulnerabilities/LOG.old @@ -1,8 +1,8 @@ -2025/02/08-21:49:26.811898 7f46acff96c0 Recovering log #156 -2025/02/08-21:49:26.859033 7f46acff96c0 Delete type=3 #154 -2025/02/08-21:49:26.859093 7f46acff96c0 Delete type=0 #156 -2025/02/08-21:50:08.981113 7f46abbff6c0 Level-0 table #161: started -2025/02/08-21:50:08.981151 7f46abbff6c0 Level-0 table #161: 0 bytes OK -2025/02/08-21:50:09.023271 7f46abbff6c0 Delete type=0 #159 -2025/02/08-21:50:09.023407 7f46abbff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) -2025/02/08-21:50:09.023427 7f46abbff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2025/02/09-00:22:48.041933 7f46ad7fa6c0 Recovering log #160 +2025/02/09-00:22:48.057731 7f46ad7fa6c0 Delete type=3 #158 +2025/02/09-00:22:48.057804 7f46ad7fa6c0 Delete type=0 #160 +2025/02/09-00:29:06.841056 7f46abbff6c0 Level-0 table #165: started +2025/02/09-00:29:06.841088 7f46abbff6c0 Level-0 table #165: 0 bytes OK +2025/02/09-00:29:06.899934 7f46abbff6c0 Delete type=0 #163 +2025/02/09-00:29:06.953163 7f46abbff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2025/02/09-00:29:06.953208 7f46abbff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-vulnerabilities/MANIFEST-000162 b/packs-system/lf-vulnerabilities/MANIFEST-000166 similarity index 71% rename from packs-system/lf-vulnerabilities/MANIFEST-000162 rename to packs-system/lf-vulnerabilities/MANIFEST-000166 index 75e64cc..49a938f 100644 Binary files a/packs-system/lf-vulnerabilities/MANIFEST-000162 and b/packs-system/lf-vulnerabilities/MANIFEST-000166 differ