Skip to content

Commit

Permalink
chore: Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Nov 9, 2024
1 parent 1c0f067 commit 2b5d715
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 27 deletions.
Binary file added client/public/images/releases/moderation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/images/releases/topbar-notif.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 57 additions & 27 deletions core/src/releases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,71 @@ export type Release = {
};

export const LAST_RELEASE: Release = {
version: '2.74.0',
date: '2024-10-28',
version: '2.76.0',
date: '2024-11-10',
features: [
'The ascension system is here! After reaching the top rank and winning some tournaments, you can ascend your brute and collect ears. Each ascension allows you to choose a perk you unlocked, but at level 1, replacing it in your destiny by stats.',
'The user menu has been reworked, you can now see your brutes in the top left, and access your user menu top right.',
'A wiki was added, you can find it in your user menu.',
'A new option to skip the versus page has been added to the user menu',
'A new easier boss has been added, it will always be the first boss you fight, and has a lower chance to appear later on',
'Winrates are now displayed in the cell (initialized at 50% for fairness)',
'Notification system: Unread notification count displayed in the topbar, with the possibility to clear the notifications from the user menu',
'Moderator panel: I am looking for moderators to help me manage the reports. If you are interested, please send a motivation message on the #moderator-application channel on Discord. The panel is accessible from the user menu',
],
fixes: [
'Damage decreased by 45% while holding a shield',
'Hitting a trapped brute now stuns it',
'Throwing chances are now influenced by the weapon hit speed. THe more hit speed, the less likely the weapon is to be thrown',
'`Chef` poison disabled for backup brutes',
'Achievements disabled for event brutes (retroactive)',
'Wrong achievement count in some cases (retroactive)',
'Event brutes removed from the padawan rankings',
'Clan points recalculation after resetting a brute could remove points instead of adding them',
'Some fights crashes when damaging immune pets',
'Level up button hidden after reaching the max level for event brutes',
'Random skills/weapons are now seeded per brute, which should increase the randomness and avoid similar unlocks for most brutes',
'The last patch note read is now stored server-side, meaning that dismissing it on one device will dismiss it on all devices',
'The last fight watched in the even tournament is now stored server-side, meaning that watching a fight on one device will mark it as watched on all devices',
'`Treat` doesn\'t use any initiative anymore',
'`Hideaway` now gives +25% block against throws',
'Chance to not draw a weapon when not holding one decreased',
'`Regeneration` doesn\'t give +2 fights on the day it is unlocked for event brutes',
'Event participants are now randomized on event start',
'Event rounds shouldn\'t be running with an odd number of participants anymore',
'`Shield`: -45% damage → -25% damage',
'`Tamer` condition: 20 HP lost → 20% HP lost',
'`Treat`: Cures `Chef` poison',
'`Counter Attack`: Doesn\'t mistakenly trigger without a block anymore',
'`Saï`: Disarm 100% → 75%, Deflect 0% → 25%',
'`Accuracy`: Applied for blocks and evasion, from skills and weapons',
'Weapons: Dexterity (stat used for the evasion check) reduced for weapons that have an accuracy modifier. Combined with the accuracy modifier, the resulting stats are the same, but clearer',
'`Hammer`: Drops both fighters\' shields. Disarms the opponent',
'`Flash flood`: Drops the attacker\'s shield before dealing damage',
'Max favorite brutes: 3 → 30 (displayed in the topbar)',
'Male brutes can now be created without a beard type (clean shave)',
'Student related logs are now clickable and redirect to the student cell',
'Slight speed buff to the new easier boss',
'Fights with more than 2 brutes now display the current fighters data on the HUD',
'Leveling up with enough XP to level up again keeps you on the level up screen',
'Visual fix when breaking a brute free from a net with `Hammer`',
'Gold needed for a new brute displayed when hovering/clicking on your gold',
'Clicking on an event brute ranking now redirects to the event ranking',
],
attachments: ['new-user-menu.jpg'],
attachments: ['moderation.jpg', 'topbar-notif.jpg'],
};

export const releases: Release[] = [
LAST_RELEASE,
{
version: '2.74.0',
date: '2024-10-28',
features: [
'The ascension system is here! After reaching the top rank and winning some tournaments, you can ascend your brute and collect ears. Each ascension allows you to choose a perk you unlocked, but at level 1, replacing it in your destiny by stats.',
'The user menu has been reworked, you can now see your brutes in the top left, and access your user menu top right.',
'A wiki was added, you can find it in your user menu.',
'A new option to skip the versus page has been added to the user menu',
'A new easier boss has been added, it will always be the first boss you fight, and has a lower chance to appear later on',
],
fixes: [
'Damage decreased by 45% while holding a shield',
'Hitting a trapped brute now stuns it',
'Throwing chances are now influenced by the weapon hit speed. THe more hit speed, the less likely the weapon is to be thrown',
'`Chef` poison disabled for backup brutes',
'Achievements disabled for event brutes (retroactive)',
'Wrong achievement count in some cases (retroactive)',
'Event brutes removed from the padawan rankings',
'Clan points recalculation after resetting a brute could remove points instead of adding them',
'Some fights crashes when damaging immune pets',
'Level up button hidden after reaching the max level for event brutes',
'Random skills/weapons are now seeded per brute, which should increase the randomness and avoid similar unlocks for most brutes',
'The last patch note read is now stored server-side, meaning that dismissing it on one device will dismiss it on all devices',
'The last fight watched in the even tournament is now stored server-side, meaning that watching a fight on one device will mark it as watched on all devices',
'`Treat` doesn\'t use any initiative anymore',
'`Hideaway` now gives +25% block against throws',
'Chance to not draw a weapon when not holding one decreased',
'`Regeneration` doesn\'t give +2 fights on the day it is unlocked for event brutes',
'Event participants are now randomized on event start',
'Event rounds shouldn\'t be running with an odd number of participants anymore',
],
attachments: ['new-user-menu.jpg'],
},
{
version: '2.73.0',
date: '2024-09-27',
Expand Down

0 comments on commit 2b5d715

Please sign in to comment.