Skip to content

Files

Latest commit

 

History

History
274 lines (142 loc) · 8.35 KB

CHANGELOG.md

File metadata and controls

274 lines (142 loc) · 8.35 KB

CHANGELOG

v1.0.5 (2024-01-19)

Fix

  • fix(cache): out of index

Fixed condition to prevent out of index error in get_chart_labels

Signed-off-by: Connor McMillan <connor@mcmillan.website> (3547c95)

Unknown

  • Merge remote-tracking branch 'origin/master' (511fedd)

v1.0.4 (2023-08-02)

Documentation

  • docs(LICENSE.md): Added license

Added LICENSE.md file (9f99127)

Fix

  • fix(cache_service & cache): out of index & constructor

Fixed condition to prevent out of index error in get_second_top_region_* methods Fixed constructor in cache model to update time, year, and month.

Signed-off-by: Connor <connor@mcmillan.website> (6876464)

Unknown

  • Merge remote-tracking branch 'origin/master' (9263625)

  • Merge remote-tracking branch 'origin/master' (cc8303c)

v1.0.3 (2023-07-13)

Chore

  • chore(branding): New logo

Rebranded OpenALPR-Webhook logo, favicons, etc

Signed-off-by: Connor <connor@mcmillan.website> (e588cae)

Fix

  • fix(sidebar.html): img src

Updated src attribute of img tag. (1792473)

Unknown

  • Merge remote-tracking branch 'origin/master' (3b475f0)

v1.0.2 (2023-07-12)

Fix

  • fix(README.md + cache_service): Update last_seen

Added missing last_seen update to datetime.utcnow() for each agent and camera. Last seen column was not updating. Fixed some formatting in README.md (4263822)

Unknown

  • Merge remote-tracking branch 'origin/master' (1ddf8de)

v1.0.1 (2023-07-12)

Fix

  • fix(setup.py + index.html): packages & url_for()

Fixed error: package directory 'apps/alpr/ipban' does not exist by removing said directory from packages in setup.py Fixed url_for() in See all under Custom alerts in index.html (2067c1c)

v1.0.0 (2023-07-12)

Breaking

  • fix(a lot): Copyright + Unqlite

Added copyright to appicable files and removed unqlite code which is no longer needed. Updated Upcoming features & Updates section in README.md

BREAKING CHANGE: Does not break anything... maybe the ability to import unqlite databases. Using this break to bump the major as a means of officially releasing v1 (d548a4a)

Unknown

  • Merge remote-tracking branch 'origin/master'

Conflicts:

version.py (bd8ea00)

v0.0.10 (2023-07-10)

Fix

  • fix(ipban_config.py): Changed logdir

Changed logdir to point to logs/ipban/ (3b0af32)

v0.0.9 (2023-07-09)

Fix

  • fix(setup.py): packages

Fixed error: package directory 'apps/uploads' does not exist (323b947)

Unknown

  • Merge remote-tracking branch 'origin/master' (1eb4787)

v0.0.8 (2023-07-09)

Fix

  • fix(setup.py): packages

Fixed error: error: package directory 'apps/downloads' does not exist (faf2f1c)

Unknown

  • Merge remote-tracking branch 'origin/master' (b5442e0)

v0.0.7 (2023-07-09)

Fix

  • fix(setup.py): packages

Fixed error: package directory 'apps/alpr/routes/settings/vehicle' does not exist (34cbefc)

Unknown

  • Merge remote-tracking branch 'origin/master' (ae5fba2)

v0.0.6 (2023-07-09)

Fix

  • fix(init.py): subprocess.Popen()

Defined venv/bin/python3 absolute path for Worker Manager Server. (11c4277)

Unknown

  • Merge remote-tracking branch 'origin/master' (94a0c24)

v0.0.5 (2023-07-08)

Fix

  • fix(README.md): Installation

Some minor fixes to aid README.md for installation section. (ae41cd4)

Unknown

  • Merge remote-tracking branch 'origin/master' (50c1ae9)

v0.0.4 (2023-07-08)

Fix

  • fix(requirements.txt): Synced packages

Performed a pip freeze and updated requirements.txt (2d47f3b)

Unknown

  • Merge remote-tracking branch 'origin/master' (cd779d4)

v0.0.3 (2023-07-08)

Fix

  • fix(apps): setup.py

Added packages to setup.py (0ac2d6f)

Unknown

  • Merge remote-tracking branch 'origin/master' (241bfa2)

v0.0.2 (2023-07-08)

Fix

  • fix(apps): setup.py

Added missing setup.py and fixed an if condition to allow the Worker Manager Server to start in Linux systems (301c43f)

Unknown

  • Merge remote-tracking branch 'origin/master' (d8a99bd)

v0.0.1 (2023-07-07)

Chore

  • chore(requirements.txt): update

Updated requirements.txt

Signed-off-by: Connor <connor@mcmillan.website> (1f0d805)

Documentation

  • docs(README.md): Pre-release

Added pre-release notification and added worker management to known bugs. (46429e9)

  • docs(Redis Workers): Reimplementation

Reimplementing redis server worker management using the multiprocessing library. Not tested and not final. (9ceb4e7)

  • docs(README): Bare Server

Added build-essential & python3-dev into the Bare Server section of the README.md file (dc7097d)

Fix

  • fix(apps): Release-candidate

Fixed way too much stuff to feel confident in calling this the first release. (a702c45)

Unknown