From 5be9c94641f9993a4c5f874691d6d821678d3bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C3=A8sAbhi?= <43380238+tresabhi@users.noreply.github.com> Date: Sun, 25 Aug 2024 21:48:26 -0500 Subject: [PATCH] feat: logs --- docs/changelogs/1.22.2.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 docs/changelogs/1.22.2.md diff --git a/docs/changelogs/1.22.2.md b/docs/changelogs/1.22.2.md new file mode 100644 index 000000000..7c54d927d --- /dev/null +++ b/docs/changelogs/1.22.2.md @@ -0,0 +1,38 @@ +# BlitzKit 1.22.2 + +This update packs a punch. + +## Features + +- Added "Game mode abilities" section to the tankopedia pages + - Shows the game mode provisions and consumables underneath the corresponding mode's banner +- Reworked the tech tree section + - Now shows the whole line and if multiple paths exist, they are can be selected + - The selected tank is now highlighted with the flag of the corresponding country + - This section now also shows the total required XP and credits required + - Added a battle count which indicates the number of games required to reach the next tank (not including module upgrades) based on average xp earnings of players + - XP multipliers can also be applied to get a sense of how many battles you will really have to play +- Reworked the "Review videos" section + - Removed all previews videos; we will be starting from scratch + - Added names of content creators under their corresponding videos + - Added a way for YouTubers to apply to be a part of the review videos section +- Reworked the navbar + - This are a lot more compact and contrastive + - Tool names are now separated with vertical lines now + - The hamburger menu now looks more like the homepage cards +- Added a warning for test tanks +- Switched to on-demand rendering + - This makes it so that the canvas only renders upon interaction and not the continuously synced with the screen's refresh rate +- Added the meta information section to the tankopedia pages + - Lists the full name, nation, tier, class, type, restoration, purchase, and sale prices +- Added tooltips to a lot of places +- Reduced ads on the tankopedia pages +- Added a screenshot button to take screenshots of the tank +- Added crew training slider to the compare tool + +## Fixes + +- Invalid Wargaming logins are now handled properly +- Season currencies are now displayed properly +- Tank filters are now persistent but will be reset on refresh +- The search for a tank now populates the search bar when navigating back to the search page diff --git a/package.json b/package.json index 10cbfd377..3b75026a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blitzkit", - "version": "1.22.1", + "version": "1.22.2", "description": "🎉 Tools for everything World of Tanks Blitz", "main": "src/server.ts", "type": "module",