Skip to content

Releases: VoiceCode/voicecode

v2.2.3

24 Jun 22:22

Choose a tag to compare

v2.2.2

02 Mar 22:27

Choose a tag to compare

  • add textual labels to the UI buttons
  • allow printing the current page in the UI ⌘P or File > Print...

v2.2.1

14 Jan 23:50

Choose a tag to compare

  • make main window a "regular" window, instead of menubar drop-down
  • fix app restart/quit issues
  • change window lock icon to pin icon
  • fix scrollbar positioning on main window
  • allow scrolling and clicking "through" history window (doesn't block mouse events anymore)
  • make main window restore its position/size across restarts
  • fix some issues with auto-spacing getting reset when it shouldn't be (now tracking precise timing of all events)
  • make "fox voicecode" show the main VoiceCode window
  • allow main window to go full screen

v2.1.8

11 Jan 04:19

Choose a tag to compare

  • improved fuzzy text matching for lists of options
  • allow copy-paste in VoiceCode window
  • show scrollbar in VoiceCode window
  • allow zoom in/out in VoiceCode window
  • Commands.update(id, options) now working properly
  • fixed issue with pack.defer not rerunning on hot-reload

v2.1.7

16 Nov 07:08

Choose a tag to compare

  • fixed an issue with available package updates not displaying
  • fixed issue with blank text selections causing weird text-pasting issues

v2.1.6

10 Nov 17:56

Choose a tag to compare

  • disable the rest of Dragon's built-in / default commands

v2.1.5

31 Oct 10:41

Choose a tag to compare

  • offline compatible (basic)
  • bug fixes

v2.1.4

28 Oct 15:19

Choose a tag to compare

v2.1.4

  • fixed UI bug when custom-grammar commands are disabled

v2.1.3

27 Oct 06:07

Choose a tag to compare

v2.1.3

  • display dock badges for application updates and package updates

v2.1.2

27 Oct 04:37

Choose a tag to compare

v2.1.2

  • fixed issue withnumberRange grammar
  • fixed nested chain contexts
  • add ignorance of ~/voicecode/misc/
  • handle spaces in package names, better commit message formatting
  • move auto update code into core package
  • implement package version dependencies to support breaking changes in the future
  • monitor online/offline status
  • Packages.await('packageName', callback) to consolidate a common pattern