Skip to content

Releases: jhotmann/pinpoint

v1.0.1

Choose a tag to compare

@jhotmann jhotmann released this 01 Jun 19:33
bfd4ba2
  • Fix bug where MQTT links would disappear after adding or deleting a device
  • Validate device initials before dismissing modal and saving

v1.0.0

Choose a tag to compare

@jhotmann jhotmann released this 27 May 11:27
4af77d4

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

v1.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@jhotmann jhotmann released this 26 May 22:56

HTTP and MQTT modes can now live harmoniously

v1.0.0-beta.3

v1.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@jhotmann jhotmann released this 25 May 21:37

Multi-platform build

v1.0.0-beta.2

v1.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@jhotmann jhotmann released this 25 May 21:33

Multi-platform docker build

v1.0.0-beta.1

v1.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@jhotmann jhotmann released this 25 May 20:44
  • Notification Support
  • Card support in MQTT mode
  • HTMX utilized on many elements for more responsiveness without full-page reloads
  • Bump dependencies

v0.4.0

Choose a tag to compare

@jhotmann jhotmann released this 19 Oct 00:33
a3d53e0

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

v0.3.1

Choose a tag to compare

@jhotmann jhotmann released this 16 Oct 05:59
f4e6516

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

Choose a tag to compare

@jhotmann jhotmann released this 14 Oct 23:17
4294ae5
  • Users can be promoted to Admin
  • Ability to change password
  • Small fixes and tweaks

v0.2.1

Choose a tag to compare

@jhotmann jhotmann released this 14 Oct 18:03
20973bb
Merge pull request #16 from jhotmann/small-improvements

Fix a couple 0.2.0 bugs