devibe changelog

This commit is contained in:
stopflock
2025-12-07 11:37:18 -06:00
parent b0d2ae22fe
commit d665db868a

View File

@@ -1,23 +1,20 @@
{
"1.8.0": {
"content": [
"• IMPROVED: Suspected locations now use database storage instead of loading 100MB+ CSV into memory",
"• Better performance and reduced memory usage when loading suspected location data",
"• Faster app startup when suspected locations are enabled",
"• Automatic migration of existing suspected location data to new storage format"
"• Better performance and reduced memory usage when using suspected location data by using a database"
]
},
"1.7.0": {
"content": [
"• NEW: Distance display when selecting second navigation point - shows distance from first location in real-time",
"• NEW: Long distance warning - routes over 30km display a warning about potential timeouts with a note that improvements are coming"
"• Distance display when selecting second navigation point; shows distance from first location in real-time",
"• Long distance warning; routes over 20km display a warning about potential timeouts"
]
},
"1.6.3": {
"content": [
"• Fixed navigation sheet button flow - route to/from buttons no longer reappear after selecting second location",
"• Added cancel button when selecting second route point for easier exit from route planning",
"• Removed placeholder FOV values from built-in device profiles - improves data quality for submissions"
"• Removed placeholder FOV values from built-in device profiles - oops"
]
},
"1.6.2": {