Releases: mlapaglia/OpenAlprWebhookProcessor
Releases · mlapaglia/OpenAlprWebhookProcessor
v5.4.0-alpha3
modify these
v5.4.0-alpha2
lint
v5.4.0-alpha1
more
v5.3.0
- 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
- 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
- fixed issue with fresh install not starting due to missing agent.
v5.1.0
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
- 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
Fixed color filtering.
v4.2.4
set date before search (#102)