Releases: jackbillstrom/regno
Releases · jackbillstrom/regno
Added Norweigan cars (somewhat)
What's Changed
- 🇳🇴 adding norweigan plates by @jackbillstrom in #2
Full Changelog: 0.1.0-1-beta...0.1.0-2-beta
Installation
Debian
Download the .deb
file and install it via the commandline using the following command:
wget https://github.com/jackbillstrom/regno/releases/download/0.1.0-2-beta/regno_0.1.0-2_amd64.deb
sudo dpkg -i regno_0.1.0-2_amd64.deb
Other unix distros
Download the .bin
file and move it to your path:
chmod +x /path/to/your/regno
sudo mv regno.bin /usr/local/bin/
Windows
Download the .exe
file and register its location in your Windows settings using System environment variables
.
0.1.0-1
Release Notes for regno v0.1.0-1
Highlights
🎉 Initial release of the regno application.
🇸🇪 Support for looking up Swedish license plates via the biluppgifter API.
🇮🇪 Support for looking up Irish license plates via the ncts API.
New Features
Added biluppgifter.rs for handling Swedish car information.
Added ncts.rs for handling Irish car information.
Added utils.rs for various utility functions used throughout the project.
Improvements
Enhanced license plate pattern matching for both Swedish and Irish plates.
Optimized API calls for better performance.
Bug Fixes
Fixed issue where certain license plates were not being recognized correctly.
Documentation
Added comprehensive README.md with installation and usage guidelines.
Known Issues
Moderate error-handling is still lacking and will be improved in future releases.
Installation
Debian
Download the .deb
file and install it via the commandline using the following command:
sudo dpkg -i regno_0.1.0-1_amd64.deb
Other unix distros
Download the .bin
file and move it to your path:
chmod +x /path/to/your/regno
sudo mv regno.bin /usr/local/bin/
Windows
Download the .exe
file and register its location in your Windows settings using System environment variables
.