Skip to content

Scribe-iOS 1.1.1

Compare
Choose a tag to compare
@andrewtavis andrewtavis released this 20 Jan 19:03
· 1318 commits to main since this release

🗃️ Data Added

Data updates are now all done through a single Python file - update_data.py.

  • French: 11 nouns
  • German: 152 nouns, 1 verb, 1 preposition
  • Portuguese: 19 nouns
  • Spanish: 13 nouns, 6 verbs
  • Swedish: 68 nouns

🎨 Design Changes

  • The text size for the command bar in landscape mode for phones was made smaller.
  • The height of the keyboard in landscape mode for phones was made slightly smaller.
  • App store images were updated to combine the dark mode and devices screens.

🐞 Bug Fixes

  • The keyboard colors now update if the user switches between light and dark mode.
  • Auto-capitalization and switching to the letter keys weren't always triggered after a period.
  • Shifting orientation from portrait to landscape is now seamless, but landscape to portrait is still a WIP.

♻️ Code Refactoring

  • Queries were refactored to reduce their total characters so they can be sent through query APIs.
  • Command variables were edited to interact with new formatting from query refactoring.