Skip to content

Releases: jackbillstrom/regno

Added Norweigan cars (somewhat)

01 Oct 19:28
8a31dae
Compare
Choose a tag to compare

What's Changed

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

01 Oct 14:11
377b8f4
Compare
Choose a tag to compare

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.