Skip to content

Scribe-iOS 2.3.0

Compare
Choose a tag to compare
@andrewtavis andrewtavis released this 30 Apr 16:54
· 401 commits to main since this release

✨ New Features

  • Noun genders are now displayed to the user under autosuggestions and autocompletions.
  • The word that the user is typing is available as an autocompletion in cases where pressing space will insert an autocompletion.
  • Auto completion and suggestion buttons are deactivated if there is no word being displayed.
  • Autosuggestions and emoji suggestions are now updated when a user checks the annotation of a word by pressing the Scribe key.
  • The capitalization of autosuggestions is maintained if the word is capitalized to assure that capitalized nouns are presented properly.

🗃️ Data Added

  • French: 2 nouns
  • German: 44 nouns, 1 verb, 20 prepositions
  • Italian: 2 nouns
  • Spanish: 350 nouns, 102 verbs
  • Swedish: 635 nouns, 27 verbs

🎨 Design Changes

  • The app text area was made larger and the app text size was increased.
  • The steps to install the keyboard are no longer underlined to increase readability.

🐞 Bug Fixes

  • Fixed a bug where the word "Scribe" was not being added into the nouns by shifting this to Scribe-Data.
  • Fixed a bug where German contracted prepositions were not being added by shifting this to Scribe-Data.

♻️ Code Refactoring

  • All unnecessary explicit boolean checks were removed from the codes in favor of implicit checks.
  • The logic of selectedWordAnnotation and typedWordAnnotation is now shared in a single function.
  • Many variable names have been changed to be zero indexed.