Skip to content

Releases: pabueco/typls

v0.6.2

06 Apr 01:22

Choose a tag to compare

  • Fix issue when trying to create first ever group with an existing settings file

v0.6.1

06 Apr 00:52

Choose a tag to compare

Disable auto-updates again because they are buggy.

v0.6.0

06 Apr 00:05

Choose a tag to compare

Groups

Adds the ability to organize expansion in groups. Only expansions in the active group (and without any group) are considered when expanding an abbreviation. The active group can be set automatically based on the currently focused application or manually within the typls app.

v0.5.3

27 Mar 22:46

Choose a tag to compare

  • Build separate versions for M1 and Intel based macs

v0.5.0

27 Mar 22:25

Choose a tag to compare

  • Upgrade Tauri to v2 stable (thank you @The-Best-Codes 🙌 )
  • Update rust dependencies to latest
  • Update all NPM dependencies to latest
  • Upgrade @nuxt/ui to v3
  • Improve expansion drag behaviour

v0.4.1

13 Jan 14:34

Choose a tag to compare

  • Completely disable update button for now as it would cause issues on different platforms.
  • Make expansions draggable and improve editing behaviour

v0.4.0

09 Jan 22:29

Choose a tag to compare

  • Add option to automatically expand abbreviations as soon as a singular match with no variables is found
  • Fix settings reset button clearing expansions
  • Disable in-app updates for now as the updater seems to cause issues
  • Disable spellcheck for inputs which was annoying on MacOS

v0.3.1

08 Jan 23:11

Choose a tag to compare

  • Fix universal MacOS app not working correctly

v0.3.0

07 Jan 23:16

Choose a tag to compare

  • Add customization of variable separator
  • Improve settings UI

v0.2.1

07 Jan 21:07

Choose a tag to compare

  • Add (auto) update functionality