Releases

Use the buttons on the left to always get the latest and greatest PiVeraProject code!

But if you’d like to take a look at older version, feel free to use this page!

Versioning: we use Semantic Versioning 2.0.0 for our versioning strategy. This means: as long as the Major and Minor values match between your Server and Client downloads, they should be compatible.

Server

v0.2.2 - link
- Date: 2/9/19
- Notes: Server now has the ability to parse incoming commands as though they were spoken. This allows you to redirect commands from systems like GoogleHome directly to PiVeraProject, and your commands can be parsed to match your commands! This also meant the creation of Unit Tests, which were long overdue!

v0.2.1 - link
- Date: 2/23/18
- Notes: Server now returns the state of the new device after an command is sent.

v0.2.0 - link
- Date: 2/23/18
- Notes: Updated interface for object-oriented inheritance, and interface for devices with integeres.

v0.1.1 - link
- Date: 2/23/18
- Notes: Moderate rewrite to convert config and command types to be object-oriented.

v0.1.0 - link
- Date: 2/15/18
- Notes: Initial release.

Client

v0.2.4 - link
- Date: 2/9/19
- Notes: Fingerprint Auth now uses AndroidX! So much faster and more reliable. No more false-positives!

v0.2.3 - link
- Date: 8/16/18
- Notes: Fixed an app-crash when the server sent an invalid value.

v0.2.2 - link
- Date: 2/19/18
- Notes: App now updates the state of a device after the command is sent.

v0.2.1 - link
- Date: 2/19/18
- Notes: Quick update for fixing encryption on log file name creation.

v0.2.0 - link
- Date: 2/19/18
- Notes: Updated interface for devices that use integers.

v0.1.3 - link
- Date: 2/19/18
- Notes: Added versioning, and now new installs don’t overwrite userID.

v0.1.2 - link
- Date: 2/15/18
- Notes: Added taskAffinity to AndroidManifest to allow Tasker shortcuts to handle app-opens better. Also added if-logic to fix Post call return for when Tasker shortcuts are used.

v0.1.1 - link
- Date: 2/15/18
- Notes: Tapping notification now opens app if closed, or brings to front if backgrounded. If service doesn’t return a result, app now leaves the instructional ‘row’ item for help.

v0.1.0 - link
- Date: 2/13/18
- Notes: Initial release.