The note "Welcome to the beta" missing in newest build

Testing version:
Version 2.0 (9652)

What were you doing:
testing initial import on the newest version

What happened:
All my notes got imported but the note “Welcome to the beta” was not generated.

What did you expect to happen:
The previous build created a helpful note with tips on the beta build. This newest version didn’t do that.

2 Likes

A key in the user defaults is set the first time beta starts, if you reset the key with the following command in Terminal, with the next Bear start the welcome note should be installed.

defaults write net.shinyfrog.bear SFFirstLaunchBeta2Notes -bool false
3 Likes