Skip to content

Releases: mlapaglia/OpenAlprWebhookProcessor

v5.4.0-alpha3

17 Jul 15:58
Compare
Choose a tag to compare
v5.4.0-alpha3 Pre-release
Pre-release
modify these

v5.4.0-alpha2

17 Jul 14:08
Compare
Choose a tag to compare
v5.4.0-alpha2 Pre-release
Pre-release
lint

v5.4.0-alpha1

17 Jul 13:57
Compare
Choose a tag to compare
v5.4.0-alpha1 Pre-release
Pre-release
more

v5.3.0

29 Jan 20:10
6de0272
Compare
Choose a tag to compare
  • Upgraded solution to align with Microsoft's new frontend pattern.
  • All endpoints have /api prefixed on them, you will need to change your agent to post the webhooks to /api/webhook instead of /webhook.
  • The application inside docker no longer runs as root. You will need to change the owner of the database files or you will get errors about the database being read only.

v5.2.0

29 Jan 07:06
09c3f22
Compare
Choose a tag to compare
  • Upgraded to .net 8
  • .net changed the default web port to 8080, you will need to update your docker command to use 8080 instead of 80 or you won't be able to connect.

v5.1.1

29 Jan 06:42
114e557
Compare
Choose a tag to compare
  • fixed issue with fresh install not starting due to missing agent.

v5.1.0

23 Nov 11:48
c169956
Compare
Choose a tag to compare

Added

  • Ability to use the websocket feature of the agent, allowing for live agent configuration changes from the app.
  • Ability to start/stop the agent from the agent page.
  • Showing the agent status report on the agent page.
  • Support for configuring the agent's camera masks used for detection.
  • Ability to autofocus dahua cameras.
  • Ability to get camera snapshots over the websocket.
  • Added 4 UI themes to choose from.
  • Added an animation to the logo when the backend is connected/disconnected.
  • Upgraded to Angular 17.
  • All components are standalone now.
  • Unifying the accounts/register/login page with the rest of the app.
  • Adding scraping agent on interval.

Changed

  • Only wait for 5 seconds when loading images through the relay.

v5.0.0

07 Nov 11:43
6081aad
Compare
Choose a tag to compare
  • Added PWA so app can be installed on desktop/laptop/mobile.
  • Package upgrades.
  • Dropped preview jpeg columns, no longer used.
  • Added indexes to speed up filters query.
  • Tweaked plate statistics query for faster response.
  • Split plate/vehicle images into separate table for faster queries.
  • Added optional image compression.
  • Upgraded to .net 7, docker dotnet build sdk and runtime images to latest.
  • Upgraded to Angular 16.
  • Added web request calls being cancelled when navigating away from pages.
  • Fixed logging to save to correct folder.
  • Fixed issue with JWT not being secure enough.
  • Fixed issue with logging out not clearing tokens.
  • Improved the responsiveness of displaying the vehicle and plate images on mobile.
  • Slight changes to displaying ignored plates.

Depending on database size and the storage medium the database is on, the first time startup after upgrading is going to take a while, SQLite doesn't support dropping columns without rebuilding the entire database, adding the indexes to speed up multiple queries and moving the plate/vehicle images out to a separate table will take a while.

v4.2.5

22 Sep 13:57
d2f2a43
Compare
Choose a tag to compare

Fixed color filtering.

v4.2.4

06 Apr 16:10
b68e70a
Compare
Choose a tag to compare
set date before search (#102)