BangleApps/apps/setting/ChangeLog

87 lines
4.3 KiB
Plaintext
Raw Normal View History

2019-12-18 21:23:35 +00:00
0.02: Add support for 30-minute timezones.
0.03: Add support for Welcome app
0.04: Add setting to disable log messages
2020-02-27 16:01:17 +00:00
0.05: Fix Settings json
0.06: Remove distance setting as there's a separate app for Locale now
2020-03-25 11:05:33 +00:00
0.07: Added vibrate as beep workaround
0.08: Add support for app/widget settings
0.09: Move Welcome into App/widget settings
0.10: Added LCD wake-up settings
Adds LCD brightness setting
0.11: Make LCD brightness work after leaving settings
0.12: Fix memory leak (#206)
Bring App settings nearer the top
Move LCD Timeout to wakeup menu
2020-04-11 23:29:57 +00:00
0.13: Fix memory leak for App settings
Make capitalization more consistent
Move LCD Brightness menu into more general LCD menu
0.14: Reduce memory usage when running app settings page
0.15: Reduce memory usage when running default clock chooser (#294)
0.16: Reduce memory usage further when running app settings page
2020-04-17 19:08:07 +00:00
0.17: Remove need for "settings" in appid.info
0.18: Don't overwrite existing settings on app update
0.19: Allow BLE HID settings, add README.md
0.20: Fix set time menu, allow dates to roll over
0.21: Add passkey pairing option (BETA)
Add whitelist option (fix #78)
2020-09-28 08:05:28 +00:00
0.22: Move HID to BLE menu
2021-01-28 05:18:49 +00:00
0.23: Change max time offset to 13 for NZ summer daylight time (NZDT)
0.24: Add Quiet Mode settings
0.25: Move boot.js code into 'boot' app itself
0.26: Use Bangle.softOff if available as this keeps the time
2021-06-24 15:09:40 +00:00
0.27: Add Theme menu
0.28: Update Quiet Mode widget (if present)
2021-10-03 18:40:27 +00:00
0.29: Add Customize to Theme menu
0.30: Move '< Back' to the top of menus
0.31: Remove Bangle 1 settings when running on Bangle 2
0.32: Fix 'beep' menu on Bangle.js 2
0.33: Really fix 'beep' menu on Bangle.js 2 this time
0.34: Remove Quiet Mode LCD settings: now handled by Quiet Mode Schedule app
0.35: Change App/Widget settings to 'App Settings' so it fits on Bangle screen
0.36: Added 'Utils' menu with helpful utilities for restoring Bangle.js
0.37: Going into passkey menu now saves settings with passkey
0.38: Restructed menus as per forum discussion
2021-12-24 03:24:44 +00:00
0.39: Fix misbehaving debug info option
2022-01-04 18:42:45 +00:00
0.40: Moved off into Utils, put System after Apps
0.41: Stop users disabling all wake-up methods and locking themselves out (fix #1272)
0.42: Fix theme customizer on new Bangle 2 firmware
0.43: Add some Bangle 1 colours to theme customizer
0.44: Add "Start Week On X" option (#1780)
UI improvements to Locale and Date & Time menu
0.45: Add calibrate battery option
0.46: Fix regression after making 'calibrate battery' only for Bangle.js 2
2022-06-05 13:03:36 +00:00
0.47: Allow colors to be translated
Improve "Turn Off" user experience
2022-06-05 13:09:19 +00:00
0.48: Allow reading custom themes from files
0.49: Now reloads settings properly after 'Calibrate Battery'
0.50: Add Bangle.js 2 touchscreen calibration - for 2v16 or 2v15 cutting edge builds
2022-10-20 19:22:38 +00:00
0.51: Add setting for configuring a launcher
0.52: Add option for left-handed users
0.53: Ensure that when clock is set, clockHasWidgets is set correctly too
0.54: If setting.json is corrupt, ensure it gets re-written
0.55: More strings tagged for automatic translation.
2023-01-01 14:19:26 +00:00
0.56: make System menu items shorter and more consistant, Eg 'Clock', intead
of 'Select Clock'
2023-01-31 22:18:15 +00:00
0.57: Settings.log = 0,1,2,3 for off,display,log,both
0.58: On/Off settings items now use checkboxes
0.59: Preserve BLE whitelist even when disabled
0.60: Moved LCD calibration to top of menu, and use 12 taps (not 8)
LCD calibration will now error if the calibration is obviously wrong
0.61: Permit temporary bypass of the BLE whitelist
0.62: Fix whitelist showing as 'on' by default when it's not after 0.59
0.63: Whitelist: Try to resolve peer addresses using NRF.resolveAddress() - for 2v19 or 2v18 cutting edge builds
2023-10-10 10:26:10 +00:00
Remove 'beta' label from passkey - it's been around for a while and works ok
0.64: Default to wakeOnTwist being off
0.65: Prepend 'LCD->Calibration' touch listener and stop event propagation.
0.66: Fix LCD calibration bug where it would come on again after the
calibration was done.
0.67: Rename 'Wake on BTN1/Touch' to 'Wake on Button/Tap' on Bangle.js 2
2023-11-16 18:30:26 +00:00
0.68: Fix syntax error
2024-02-28 22:52:05 +00:00
0.69: Add option to wake on double tap
0.70: Fix load() typo
0.71: Minor code improvements
2024-06-16 16:23:11 +00:00
0.72: Add setting for configuring BLE privacy
0.73: Fix `const` bug / work with fastload
2024-10-30 18:24:54 +00:00
0.74: Add extra layer of checks before allowing a factory reset (fix #3476)
0.75: Restore previous menu's scroll positions