The icon chain to the left of the outliner is now fixed when vertically scrolling.
If there is an error loading an outline into a tab an error box will now display at the top of the outline describing the problem and offer the option to try again or close the tab.
If you ever run into a situation where no tabs are present, navigate to the #prefs folder within the Fargo folder on Dropbox and remove the file tabs.json.
When we save files to Dropbox, Dropbox attempts to detect the encoding (ASCII, Latin1, UTF-8) of the file. Sometimes their encoding detection is incorrect. This caused international characters to occasionally be encoded incorrectly when reading an outline back into Fargo.
This release has a change in it to avoid that encoding problem. Files are now read from Dropbox in a (binary) way that prevents the auto-detected encoding from being applied. International characters should no longer be encoded incorrectly.
Kyle