Releases: Blumlaut/EasyAdmin
7.21
EasyAdmin 7.21
7.21 Changelog
- Update README.md by @OfficialSkypo in #830
- fix(client/spectating) caching original routing bucket by @Gravxd in #847
- fix(client): RegisterKeyMapping missing on RedM 7ce86e5
As always, report Issues here, thank you!
10% Discount Code: blumlaut-a-1757
Full Changelog: 7.2...7.21
7.2
EasyAdmin 7.2
7.2 Changelog
- feat: add support for spectating for servers with buckets by @Gravxd in #820
- feat: custom ban deferral cards with customisation by @Gravxd in #821
- feat: add copy discord id button to player menu by @Gravxd in #829
As always, report Issues here, thank you!
10% Discount Code: blumlaut-a-1757
Full Changelog: 7.11...7.2
Release 7.1
EasyAdmin 7.1
7.1 Changelog
- pin
@sapphire/shapeshift
to 3.9.2 - fix(server/admin_server) update txadmin warn event name (@Gravxd)
- feat(client/admin_client) add ability to disable player shooting while frozen (
ea_disableShootingWhileFrozen
) (@Gravxd) - fix: user.identifiers is not iterable in playerlist command
- Implement Admin Cooldowns #796 (@coleminer0112)
As always, report Issues here, thank you!
10% Discount Code: blumlaut-a-1757
Full Changelog: 7.01...7.1
Release 7.02
EasyAdmin 7.02
7.02 Changelog
- Updated Dependencies
- Pin Discord.js dependencies to prevent build error as FiveM uses an outdated node version.
As always, report Issues here, thank you!
10% Discount Code: blumlaut-a-1757
Full Changelog: 7.0...7.01
Release 7.01
EasyAdmin 7.01
7.01 Changelog
- Updated Dependencies
- Fixed an error if a joining player was not a guild member
As always, report Issues here, thank you!
10% Discount Code: blumlaut-a-1757
Full Changelog: 7.0...7.01
Release 7.0
EasyAdmin 7.0
EasyAdmin 7.0, this has been quite the journey, onto the next one, eh?
EasyAdmin is now in Maintenance Mode
What this means for you is that EasyAdmin will no longer receive new features, however, it will still receive regular security and bugfixes which will, from now on, be part of the very last digit in the version number, so an update which does not include any major changes may be called 7.01
or 7.02
, whereas features which may be breaking or include features will be called 7.1
, 7.2
, etc.
EasyAdmin will still run fine and be usable for the foreseeable future, there are currently no plans to "kill" EasyAdmin, so to speak, if you are having issues with it by any means, create an Issue, feature requests will likely not be implemented, unless a third party contributor creates a Pull Request.
Thank you all for your continued support over the years, i didn't thank that when i released this resource in 2017 that it would gain so much traction and have quite as many features as it now does.
7.0 Changelog
- Updated Dependencies
- Removed telemetry completely
- Deprecated
ea_botGuild
, the EasyAdmin Bot no longer requires the Guild and now supports being in multiple Discord Guilds at once, player roles will be synced from all guilds the bot is in. - Added discord webhook logging for claiming reports (#608)
As always, report Issues here, thank you!
10% Discount Code: blumlaut-a-1757
Full Changelog: 6.91...7.0
Release 6.91
EasyAdmin 6.91
EasyAdmin 6.91, a few fixes and improvements, how has your monday been?
6.91 Changelog
- Improvements to the allowlist, will now show a message during join and will wait for the Discord ACE Permissions integration to sync permissions before declining a player
- various improvements and bugfixes to the Discord ACE Permissions implementation
- updates to NL, PL and ES localisation ( @OfficialSkypo, @robbybaseplate and @Antho7Twitch, respectively )
- fixed a non-fatal error when the discord bot was not enabled and a player joined the server
- dependency bump
As always, report Issues here, enjoy!
10% Discount Code: blumlaut-a-1757
Full Changelog: 6.9...6.91
Release 6.9
EasyAdmin 6.9
EasyAdmin 6.9.
6.9 Changelog
- Added allowlist system, when activated using
set ea_enableAllowlist "true"
, only allows players witheasyadmin.player.allowlist
permission to join ( @robbybaseplate ) - Added a Screen-Reader for the EasyAdmin GUI for vision-impaired users, can be activated in the settings on a per-user basis.
- Fix a bug where warning a player would result in an error
- Fix a bug where using the /remove_ace bot command would result in the permission not being revoked properly
- Removed supportfile, if there are issues the
eaDiag
command should be used in the server console. - Added credits for contributors and developers of EasyAdmin
- Updated dependencies
As always, report Issues here, enjoy!
10% Discount Code: blumlaut-a-1757
Full Changelog: 6.81...6.9
Release 6.81
EasyAdmin 6.81
EasyAdmin 6.81.
As always, please read the Updating Instructions when updating.
6.81 Changelog
- Update DJS dependency to v14, hopefully finally fixing that annoying heartbeat bug and associated token reset.
6.8 Changelog
- Introducing
Plugins, v2
, a rewritten plugin system, more stable and reliable -
- If you are a plugin developer, please read the porting guide, the legacy plugin system is expected to stop working around Q1 2023
ea_logIdentifier
now accepts a comma-seperated list of identifiers, instead of being limited to a single identifer.- Bot Log Forwarding now also works for reports
- added chat suggestions for report, call admin, easyadmin commands
- added fast-tracking to reports/players for the easyadmin command, for example,
/ea 1
will now open either the report or the player with id1
. - added
teleport into closest vehicle
options for admins. - Downgraded Discord.JS version to v13
- Updated Dependencies
As always, report Issues here, enjoy!
10% Discount Code: blumlaut-a-1757
Full Changelog: 6.7...6.8
Release 6.7
EasyAdmin 6.7
Welcome to EasyAdmin 6.7, after a hotfix marathon, another main release.
Changelog
- added "Announcement" Option in Server Management (
easyadmin.server.announce
) - EasyAdmin will now detect if it has been updated and force a yarn-rebuild
- fixed a bug that caused the banlist to not be visible, despite
player.ban.view
perms being granted - fixed a bug that caused reports to be prefixed with the command name
- Discord Bot embeds now have their proper colours.
- added "screenshot" command for the Bot
- added "baninfo" command for the Bot
- fixed all easter eggs referencing an external server
- fixed a bug where an invalid cfx.re server url caused the server status to break
- fixed an issue that caused discord role assign/unassignments to not be synced when a player is not on the server
- various other improvements for the Bot.
- various GUI fixes for RedM
- telemetry improvements
Pull Requests
- Announce by @Jaccosf in #381
- chore(deps): bump discord-api-types from 0.31.0 to 0.31.1 by @dependabot in #382
- Update pl.json by @Robi321 in #385
- chore(deps): bump discord-api-types from 0.31.1 to 0.31.2 by @dependabot in #388
- chore(deps): bump @discordjs/builders from 0.12.0 to 0.13.0 by @dependabot in #389
- chore(deps): bump @discordjs/rest from 0.3.0 to 0.4.1 by @dependabot in #390
- announce fix by @Konraaaad in #392
- chore(deps): bump discord-api-types from 0.31.2 to 0.32.0 by @dependabot in #398
- chore(deps): bump discord-api-types from 0.32.0 to 0.32.1 by @dependabot in #399
- chore(deps): bump discord-api-types from 0.32.1 to 0.33.0 by @dependabot in #404
New Contributors
- @Konraaaad made their first contribution in #392
10% Discount Code: blumlaut-a-1757
Full Changelog: 6.608...6.7