Skip to content

Releases: dchristl/macless-haystack

v2.2.0

22 Apr 13:05
Compare
Choose a tag to compare

Frontend (Web/Android)

  • Feature: New theming (updated to Material 3)
  • Feature: update of eternal libraries
  • Fix: support for new Apple format #76
  • Fix: Correctly showing last location #57
  • Fix: Better contrast and visibility on controls

Endpoint:

  • Feature: Better error handling for SMS2FA
  • Feature: Improved logging
  • Fix: Added new header for private networks #61

Nrf5x-firmware (Thanks to jrperson) #65

  • Feature: Added board file for Aliexpress board no XTAL
  • Improvement: Use the NRF "app_timer" api instead of using rtc1 directly
  • Fix: Advertisment stops after a few hours

v2.1.0

22 Jan 16:48
Compare
Choose a tag to compare
  • Endpoint security added
  • Better error handling in the web client

For the optional activation of authentication, first restart the endpoint with

docker restart macless-haystack

This will update the endpoint automatically. Then follow the instructions to provide a username and password.

You also need the latest Android application to enter the username and password.

v2.0.0

15 Jan 16:06
Compare
Choose a tag to compare

Macless Haystack now runs completely without the need for a virtual or physical Mac and can thus be operated in the cloud or on a Raspberry Pi. These changes result in a much simplified setup, as only 2 Docker containers need to be installed.
The changes/installation are described on the homepage. However, the already patched tags do not need to be reflashed.

Changes:

  • Removed dependencies to real/virtual Macs
  • Dockerized the endpoint (known as fetch location server)
  • Removed python 2 support, Macless Haystack runs now only on python 3
  • Stability improvements
  • Performance improvements on already fetched reports

Credits to biemster, niggowai and Systm21 for their support, code and testing.

v1.5.0

04 Jan 16:26
Compare
Choose a tag to compare

Commits

v1.4.0

21 Aug 12:50
Compare
Choose a tag to compare
  • Added supprt for NRF5x s. how to flash
  • Updted Futter and Libs
  • Smaller Bugfixes

v1.3.0-alpha

03 Jul 15:21
8f75474
Compare
Choose a tag to compare
  • Added support for SSL-connection for fetch location server and client
  • Added support for using fetch-location server and client on different machines
    Have a look at the last paragraph of Set up your virtual or real MAC to set this up
  • Smaller improvements

v1.2.0-alpha

17 Apr 17:55
06fa98d
Compare
Choose a tag to compare
  • Added option to fetch only part of the history (1 to 7 days) or only the latest location
  • Fixed wrong number of history entries in application (web, apk)
  • some performance improvements
  • some minor fixes

v1.1.0-alpha

05 Apr 15:50
Compare
Choose a tag to compare

This project is still in alpha state. Expect bugs and instabilities:

Fixes:

  • Fixes error on Apple webservice (400). closes #5

Improvements:

  • Updated flutter dependencies to latest version
  • New icon to seperate app from original openhaystack

v1.0.0-alpha

30 Jan 13:56
Compare
Choose a tag to compare

This is an initial relase and can contain some bugs and non working features

Please check out the documentation. This is mainly for technic enthusiasts to try out. Any feedback will be appreciated.

Current state:

  • The webserver for fetching location reports should work
  • Android application should work and fetchLocation-Server-setting should be available
  • Web application should work
  • Generate your keys with python-script should work
  • ESP32-firmware should work