Skip to content

Releases: jhotmann/pinpoint

v1.0.1

01 Jun 19:33
bfd4ba2
Compare
Choose a tag to compare
  • Fix bug where MQTT links would disappear after adding or deleting a device
  • Validate device initials before dismissing modal and saving

v1.0.0

27 May 11:27
4af77d4
Compare
Choose a tag to compare

The standout feature of 1.0 is notification support. Under the hood, Pinpoint uses Apprise which supports a wide array of notification methods and APIs. In order for notifications to be enabled you will need to set the APPRISE_EMAIL_URL environment variable on your Pinpoint container. This environment variable should be set to one of the following providers: AWS SES, Mailgun, OneSignal, SendGrid, or SMTP2Go. With that variable set, users will be able to add their email address on their user settings page and receive emails when someone adds them as a friend or invites them to a group. The users email address will be appended to APPRISE_EMAIL_URL to generate the final URI. If users prefer a different notification method to email, they can input an Apprise URI for any of the other supported notification methods.

Other features:

  • Added HTMX to most pages to make page elements more responsive without the need for full page refreshes.
  • Option to use either MQTT or HTTP mode in Owntracks instead of just a single option (MQTT_HOST must be set for MQTT to be enabled)
  • Added arm64 and arm/v7 docker images

v1.0.0-beta.4

26 May 22:56
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

HTTP and MQTT modes can now live harmoniously

v1.0.0-beta.3

25 May 21:37
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

Multi-platform build

v1.0.0-beta.2

25 May 21:33
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Multi-platform docker build

v1.0.0-beta.1

25 May 20:44
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • Notification Support
  • Card support in MQTT mode
  • HTMX utilized on many elements for more responsiveness without full-page reloads
  • Bump dependencies

v0.4.0

19 Oct 00:33
a3d53e0
Compare
Choose a tag to compare

Added HTTP mode with support for cards with avatars along with a few other fixes and more automated tests.

v0.3.1

16 Oct 05:59
f4e6516
Compare
Choose a tag to compare

A lot of code changes without much in the way of features.

  • Create data model class for each table
  • Refactor all code to use data models
  • Set up automated testing framework
  • Add tests for several routes
  • Clean up folder structure

v0.3.0

14 Oct 23:17
4294ae5
Compare
Choose a tag to compare
  • Users can be promoted to Admin
  • Ability to change password
  • Small fixes and tweaks

v0.2.1

14 Oct 18:03
20973bb
Compare
Choose a tag to compare
Merge pull request #16 from jhotmann/small-improvements

Fix a couple 0.2.0 bugs