Releases: SnailyCAD/snaily-cadv4
Releases · SnailyCAD/snaily-cadv4
1.0.0-beta.62 (2022-02-23)
What's Changed
- Small fix by @pp2amd6 in #453
- 🔨 chore: update en_gb in line with en by @jxckUK in #461
- 🎉 feat: Radio channel management (optional feature) by @Dev-CasperTheGhost in #452
- 🎉 feat: active incidents events by @Dev-CasperTheGhost in #463
- 🎉 feat: citizen name change requests by @Dev-CasperTheGhost in #464
- Add "ru" locale by @pp2amd6 in #454
- 🐛 fix: unable to create active incidents
- 🔨 chore: bump Prisma
- 🔨 chore: add missing translations (closes #456)
- 🔨 chore: add missing translations
New Contributors
Full Changelog: 1.0.0-beta.61...1.0.0-beta.62
1.0.0-beta.61 (2022-02-22)
What's Changed
- 🎉 feat: responsive mobile nav by @Dev-CasperTheGhost in #442
- 🎉 feat: able to import vehicles/weapons via citizen import by @Dev-CasperTheGhost in #444
- 🎉 feat: ability to add licenses via import by @Dev-CasperTheGhost in #446
- 🎉 feat: responsive admin dashboard by @Dev-CasperTheGhost in #445
- 🎉 feat: active incidents by @Dev-CasperTheGhost in #447
- Added en_gb translation by @jxckUK in #450
- 🎉 feat: Discord webhooks tab (cad-settings) by @Dev-CasperTheGhost in #451
- 🐛 fix: open correct incident modal (closes #448)
- 🔨 chore: bump yarn & deps
- 🔨 chore: hooks consistency
- 🐛 fix: don't show decimals in /admin page
- 🐛 fix: Nav menu closed by default
- 🎉 feat: add right-click menu to ActiveDeputies
- 🔨 chore: improve call events area's height
- 🐛 fix: add missing translation key
- 🎉 feat: callsign preview
New Contributors
Full Changelog: 1.0.0-beta.60...1.0.0-beta.61
1.0.0-beta.60 (2022-02-20)
What's Changed
- 🔨 chore: sync Discord every 3min/request by @Dev-CasperTheGhost in #437
- 🎉 feat: paired unit template by @Dev-CasperTheGhost in #439
- 🔨 chore: add
@snailycad/utils
package by @Dev-CasperTheGhost in #440 - 🐛 fix: unable to use panic-button as combined unit
- 🔨 chore(ci): lint at 16.x
- 🐛 fix: allow citizens to create taxi calls
- 🔨 chore: only warn 1x
Full Changelog: 1.0.0-beta.59...1.0.0-beta.60
1.0.0-beta.59 (2022-02-19)
What's Changed
- 🎉 feat: Discord only login (optional feature) by @Dev-CasperTheGhost in #422
- 🎉 feat: discord whitelisted role by @Dev-CasperTheGhost in #429
- 🎉 feat: taxi whitelisted (optional feature) by @Dev-CasperTheGhost in #430
- 🎉 feat: new settings forms UI experiment by @Dev-CasperTheGhost in #431
- 🎉 feat: add short-input action + refactor misc-settings
- 🎉 feat: improve status updates UI
- 🐛 fix: incorrect notepad default value
- 🔨 chore: use same logic for EMS/FD as LEO
- 🔨 chore: refactor more settings
- 🔨 chore: redirect to ?from if logged in
- 🐛 fix: only open modal when off-duty
- 🔨 fix: correct controller naming
- 🔨 improve order column (closes #434)
Full Changelog: 1.0.0-beta.58...1.0.0-beta.59
1.0.0-beta.58 (2022-02-18)
What's Changed
- 🚀 feat: live map performance & functionality improvements by @Dev-CasperTheGhost in #406
- 🎉 feat: allow attaching situation codes to calls by @Dev-CasperTheGhost in #410
- 🎉 feat: only allow LEO to manage licenses (optional feature) by @Dev-CasperTheGhost in #416
- chore(deps): bump next from 12.0.10 to 12.1.0 by @dependabot in #415
- 🔨 chore: mark postal as nullable
- 🐛 mark divisions nullable (closes #412)
- 🔨 chore: don't require active* for search
- 🔨 chore: bump deps
- 🎉 feat: add back support for what pages in 10-codes
- 🎉 feat: only open modal when off-duty (closes #402)
- 🐛 fix: unable to view penal-codes within group (closes #405)
- 🐛 fix: unable to edit values (closes #404)
FiveM Integrations
First releases of the new FiveM integrations are live! Check it out.
New Contributors
- @dependabot made their first contribution in #415
Full Changelog: 1.0.0-beta.57...1.0.0-beta.58
1.0.0-beta.57 (2022-02-15)
What's Changed
- 🎉 feat: import penal-codes by @Dev-CasperTheGhost in #397
- 🎉 feat: able to set max departments per unit per user by @Dev-CasperTheGhost in #399
- 🔨 chore: update .env.example
- 🔨 chore: general improvements
- 🎉 feat: redirect to previous page on re-auth (closes SNA-416)
- 🐛 fix: bugs related to live map
- 🎉 feat: improve login page (closes SNA-413)
- 🔨 chore: minor fixes
Full Changelog: 1.0.0-beta.56...1.0.0-beta.57
1.0.0-beta.56 (2022-02-12)
What's changed
- 🔨 chore: update outdated doc URLs
- 🐛 fix: unable to delete arrest reports with seized items
- 🔨 chore: minor changes
- 🔨 chore: fixed tablealignment fixes
- 🔨 chore: minor improvement
- 🎉 feat: general improvements and bug fixes
- 🔨 chore: use Docker node-alpine
- 🎉 feat: improve create record flow
- 🐛 fix: correctly fetch activeOfficer
- 🔨 chore: add favicon as CAD icon
Full Changelog: 1.0.0-beta.55...1.0.0-beta.56
1.0.0-beta.55 (2022-02-11)
What's Changed
- custom port option by @subtosharki in #391
- 🎉 feat: admin discord role by @Dev-CasperTheGhost in #393
- 🔨 chore: bump deps
- 🔨 chore: improve Select colors
- 🔨 remove deprecated usage
- 🐛 fix: add missing prisma generate script
New Contributors
- @subtosharki made their first contribution in #391
Full Changelog: 1.0.0-beta.54...1.0.0-beta.55
1.0.0-beta.54 (2022-02-10)
What's Changed
- 🎉 feat: add checkboxes to Editor by @Dev-CasperTheGhost in #383
- 🎉 feat: able to select table items in values by @Dev-CasperTheGhost in #384
- 🎉 feat: API docs by @Dev-CasperTheGhost in #385
- 🎉 feat: management of seized items by @Dev-CasperTheGhost in #386
- 🐛 fix: correctly handle delete group (closes SNA-387)
- 🐛 fix: minor bug fixes in Table
- 🐛 fix: only update list onMounted
- 🐛 fix: properly display errors
Full Changelog: 1.0.0-beta.53...1.0.0-beta.54
1.0.0-beta.53 (2022-02-08)
What's Changed
- 🔨 chore: use
Table
component by @Dev-CasperTheGhost in #379 - 🎉 feat: improved 2FA login flow by @Dev-CasperTheGhost in #380
- 🐛 fix: set correct activeofficer on unmerge by @Dev-CasperTheGhost in #381
Full Changelog: 1.0.0-beta.52...1.0.0-beta.53