Skip to content

Releases: SnailyCAD/snaily-cadv4

1.0.0-beta.42 (2022-01-24)

24 Jan 12:05
Compare
Choose a tag to compare

What's Changed

  • 🎉 feat: able to import citizens via file by @Dev-CasperTheGhost in #319
  • 🔨 feat: add table pagination by @Dev-CasperTheGhost in #320
  • 🔨 fix: hide registered weapons when disabled
  • 🔨 fix: hide correct field
  • 🐛 fix: hide said disabled feature + unable to update licenses in name-search (closes #325)
  • 🎉 feat: able to filter via user (closes #321)
  • 🐛 fix: hide hh:mm:ss for dateOfBirth (closes #318)
  • 🐛 fix: trim whitespace of JSON import

Full Changelog: 1.0.0-beta.41...1.0.0-beta.42

1.0.0-beta.41 (2022-01-23)

23 Jan 09:11
Compare
Choose a tag to compare

What's Changed

  • 🎉 feat: max limit of officers per user by @Dev-CasperTheGhost in #307
  • 🎉 feat: auto set user properties (ref: #302) by @Dev-CasperTheGhost in #312
  • 🎉 feat: improve admin's sidebar by @Dev-CasperTheGhost in #313
  • 🔨 chore: refactor by @Dev-CasperTheGhost in #315
  • 🎉 feat: make panic-button work with API token by @Dev-CasperTheGhost in #316
  • 🎉 feat: allow mass importing citizens by @Dev-CasperTheGhost in #317
  • 🔨 chore: fetch CAD on 404 page (closes #314)
  • 🐛 fix: unable to update division department
  • fix: discord oauth vulnerability
  • ✨ feat: able to set password after Discord OAuth login (closes #308)
  • 🐛 fix: set tempX to null for descriptionModal after closing
  • 🐛 fix: check if date is valid date
  • 🐛 fix: add fakeUser when using public API token

Full Changelog: 1.0.0-beta.40...1.0.0-beta.41

1.0.0-beta.40 (2022-01-21)

21 Jan 09:27
Compare
Choose a tag to compare

What's Changed

  • 🔨 chore: replace node-fetch with undici by @Dev-CasperTheGhost in #301
  • 🎉 feat: richtext editor by @Dev-CasperTheGhost in #303
  • ✨ feat: improve how errors are shown by @Dev-CasperTheGhost in #304
  • 🔨 chore: add editor to missing places
  • 🔨 chore: bump deps + general improvements

Full Changelog: 1.0.0-beta.39...1.0.0-beta.40

1.0.0-beta.39 (2022-01-18)

18 Jan 18:21
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix: add patch-package to temp-fix bug in @tsed/schema by @Dev-CasperTheGhost in #288
  • 🛠 refactor: JsonRequestBody -> unknown or any by @Dev-CasperTheGhost in #295
  • 🔨 chore: bump deps by @Dev-CasperTheGhost in #296
  • 🎉 feat: allow editing LEO incidents by @Dev-CasperTheGhost in #297
  • 🔨 refactor: code refactor by @Dev-CasperTheGhost in #299
  • 🎉 feat: able to register vehicles to a business by @Dev-CasperTheGhost in #298
  • 🐛 fix: return correct errors for handleValidate
  • 🔨 chore: add missing checks
  • 🔨 chore: remove unused imports
  • 🔨 fix: set correct font-size for descriptions (closes #292)
  • 🎉 feat: show license categories on namesearch (closes #289)
  • 🐛 fix: show correct vehicle model in BOLO (closes #291)

Full Changelog: 1.0.0-beta.38...1.0.0-beta.39

1.0.0-beta.38 (2022-01-16)

16 Jan 08:55
Compare
Choose a tag to compare

What's Changed

  • 🎉 feat: active dispatcher mode by @Dev-CasperTheGhost in #282
  • Revert "🔨 remove experimental stuff" by @Dev-CasperTheGhost in #283
  • 🐛 fix: unable to delete citizen by @Dev-CasperTheGhost in #287
  • 🐛 fix: ticket creation 'value.bail' is undefined (closes #285)
  • 🐛 fix: not able to set licenses (closes #284)
  • 🔨 chore: remove '@types/socket.io'

Full Changelog: 1.0.0-beta.37...1.0.0-beta.38

1.0.0-beta.37 (2021-01-14)

14 Jan 17:16
Compare
Choose a tag to compare

What's Changed

  • 🔨 chore: minor refactor by @Dev-CasperTheGhost in #279
  • 🔨 chore: bump deps by @Dev-CasperTheGhost in #281
  • 🔨 chore: remove unused experimental stuff
  • 🔨 add rank to active units (closes #280)
  • 🔨 update README.md
  • 🐛 fix: .toJSO -> .toJSON (closes #277)
  • 🐛 fix: mark registrationCode optional

Full Changelog: 1.0.0-beta.36...1.0.0-beta.37

1.0.0-beta.36 (2021-01-11)

11 Jan 16:50
Compare
Choose a tag to compare

What's Changed

  • 🎉 feat: allow mutiple divisions for officers by @Dev-CasperTheGhost in #266
  • 🔨 chore: refactor hooks/ folder by @Dev-CasperTheGhost in #267
  • 🎉 feat: add postal to more locations by @Dev-CasperTheGhost in #268
  • 🔨 chore: refactor body validation by @Dev-CasperTheGhost in #275
  • 🐛 fix: not able to select involved officers with incidents (closes #273)
  • 🐛 fix: set overflow & max-height for active map calls (closes #271)
  • 🐛 fix: correct styles for Infofield in light-mode (closes #269)
  • 🐛 fix: set max-width for call-history desc. (closes #270)
  • 🔨 chore: add callsign to bolo officer

Full Changelog: 1.0.0-beta.35...1.0.0-beta.36

1.0.0-beta.35 (2021-01-10)

10 Jan 16:02
Compare
Choose a tag to compare

What's Changed

  • 🔨 fix(prisma): CASCADE user references by @Dev-CasperTheGhost in #262
  • 🎉 feat: penal code group sorting by @Dev-CasperTheGhost in #265
  • 🐛 fix: add missing z-10 to register form (closes #264)
  • 🐛 fix: small bug fix
  • 🐛 fix: correctly handle account tabs
  • 🎉 feat: enable drag & drop for penal-codes
  • 🔨 chore: minor fixes and improvements

Full Changelog: 1.0.0-beta.34...1.0.0-beta.35

1.0.0-beta.34 (2022-01-08)

08 Jan 12:38
Compare
Choose a tag to compare

What's Changed

  • 🔨 chore: consistent titles by @Dev-CasperTheGhost in #257
  • 🔨 ci: add Next.js cache by @Dev-CasperTheGhost in #258
  • 🔨 refactor: folders by @Dev-CasperTheGhost in #259
  • 🎉 feat: allow uploading auth images by @Dev-CasperTheGhost in #261

Full Changelog: 1.0.0-beta.33...1.0.0-beta.34

1.0.0-beta.33 (2022-01-07)

07 Jan 13:53
Compare
Choose a tag to compare

What's Changed

  • 🎉 feat: show truck-logs on PlateSearch by @Dev-CasperTheGhost in #252
  • 🎉 feat: business whitelisted by @Dev-CasperTheGhost in #254
  • ✨ feat: improve tabs design by @Dev-CasperTheGhost in #255
  • 🎉 feat: able to filter by group by @Dev-CasperTheGhost in #256
  • 🔨 improve contrast
  • 🔨 chore: minor fixes

Full Changelog: 1.0.0-beta.32...1.0.0-beta.33