FindMyDevice - Package Updates
-
N nebulon pinned this topic on
-
[0.1.0]
- Initial version
-
[0.3.0]
- Update findmydeviceserver to 0.9.0
- Full Changelog
- Allow users to choose their own username (FMD ID) (!84)
- Clicking "Esc" now closes the "delete pin" dialog (!82)
- Fix no push being sent in "account locked" situation (!81)
- More helpful message when the server has not yet stored any locations (!80)
- Disable locateOlder button at index 0 (!78)
- Improved protocol
- Objectbox storage has been removed. (!55)
- Legacy crypto has been removed. It has known weaknesses. (!66)
- Nicer CLI interface (!60)
- Listen on Unix sockets (!73, thanks @its_randomness)
- Show the index in the picture viewer (!77)
-
[0.4.0]
- Update findmydeviceserver to 0.10.0
- Full Changelog
- Highlight selected location on map (#86)
- Fix all location markers on map showing the same time on hover (#86)
- Use a logging framework (instead of println). New flag --log-json to enable structured logging. (!91)
-
[0.5.0]
- Generate a registration token by default
-
[0.6.0]
- Fix typo in token generation
-
[0.7.0]
- Update base image to 5.0.0
-
[0.8.0]
- Update findmydeviceserver to 0.11.0
- Full Changelog
- Allow configuration via environment variables (#93). Simply set
FMD_CONFIGFIELDNAME
, e.g.FMD_PORTINSECURE
. - Rework configuration code (!105)
- Log to syslog, in addition to the existing stderr (!102)
- Log IP address on failed login attempts (#89)
- Warn user when password hashing fails. This happens on Vanadium when Javascript JIT is enabled. Users now see a more helpful error message. (#52)
- Fix UnifiedPush via Sunup not working (https://gitlab.com/fmd-foss/fmd-android/-/issues/319)
- Rename everything to FMD Server (Go package, links, etc.)
- With the configuration handling changes (!105), the database and config file paths inside the container have changed.
- You now need to mount them as follows:
- Database:
./fmddata/db/:/var/lib/fmd-server/db/
(instead of:/fmd/db/
) - Config file:
./config.yml:/etc/fmd-server/config.yml:ro
(instead of:/fmd/config.yml
)