From 50a3d1e922e4e26eef6c1bdfdbfbe32470a43bb0 Mon Sep 17 00:00:00 2001 From: tresabhi <43380238+tresabhi@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:34:14 -0600 Subject: [PATCH] feat: logs --- docs/changelogs/1.26.4.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/changelogs/1.26.4.md diff --git a/docs/changelogs/1.26.4.md b/docs/changelogs/1.26.4.md new file mode 100644 index 00000000..f79137bc --- /dev/null +++ b/docs/changelogs/1.26.4.md @@ -0,0 +1,15 @@ +# BlitzKit 1.26.4 + +## Features + +- `/auction` now warns if a tank stock is at or below 500 and now strikes through the tank name if its out +- Added advanced armor highlighting mode + - Green: penetration + - Red: blocked + - Pink: ricochet + - Cyan: penetration with 3 calibers rule +- Optimized the armor highlighting for about a 15% increase in frame rate + +## Fixes + +- Added 5000 doses of adrenaline, incase the BOT DECIDES TO DIE AGAIN FOR NO REASON diff --git a/package.json b/package.json index de13f3b0..6ea76e4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blitzkit", "private": true, - "version": "1.26.3", + "version": "1.26.4", "description": "🎉 Tools for everything World of Tanks Blitz", "type": "module", "types": "./types.d.ts",