Version 0.3.0 always puts the exported notes into the Global Inbox. The earlier version respected the DEVONthink setting in Preferences > Import > Destination, which I always set to “Select Group” since the Global Inbox is nothing but a useless dumping ground.
Somewhere in this code the preference is getting ignored
^if(^value($MyString("/DT configuration"))^)^
set theGroup to get record with UUID "^value($MyString("/DT configuration"))^"
^else^
set theGroup to incoming group
^endif^