Skip to content

Releases: VsVim/VsVim

Visual Studio for Mac v2.8.0.10-vsm8.4

22 Apr 11:46
Compare
Choose a tag to compare

Changes:

  • 11d7aea Testing GitHub release
  • 4c4bf36 Merge pull request #2831 from sankhesh/make_behavior
  • df5f798 Change :make to build project only
  • 5b6b3ff Merge pull request #2817 from nosami/dev/nosami/fix-2766
  • dbbf091 Bump Mac version to 2.8.0.8
  • e0cdedf Merge pull request #2830 from nosami/dev/nosami/mac-fix-insert-mode-handling
  • 4d80311 (Mac) Change TryProcess(keyInput) to use VimBuffer.CanProcess
  • c01cdc5 Merge pull request #2814 from wangzq/support-update
  • a0c68c6 Update Common-Utils.ps1
  • 8a05f66 Close signature help and completion window when escape is pressed [ #2766 ]
See More
  • efa451c Merge pull request #2815 from nosami/dev/nosami/allow-only-main-editor
  • b2c2420 Better fix for testing for the main editor window. [ #2810, #2813 ]
  • 29ee80f Update Interpreter_Parser.fs
  • 93e4c80 Support "update" and show which token failed to parse
  • f648e64 Merge pull request #2810 from nosami/dev/nosami/allow-only-main-editor
  • c615ff3 Bump version to 2.8.0.6
  • 340e472 Only allow Vim buffers to be created for the main editor.
  • 78c47ed Merge pull request #2806 from nosami/dev/nosami/bump-vsmac-version
  • 3ad30ce Bump VSMac version to 2.8.0.5
  • a56f0ed Merge pull request #2803 from nosami/dev/nosami/fix-2792
  • fed5645 Move buffer close logic into VimBuffer constructor
  • a497f35 Remove unnecessary code
  • 94fd6fc Merge pull request #2800 from nosami/dev/nosami/snippet-completion
  • 9cd02f7 Bump version number to 2.8.0.4
  • dda7caf Merge pull request #2801 from nosami/dev/nosami/prevent-watch-window-vimbuffer
  • a543e66 Merge pull request #2802 from nosami/dev/nosami/fix-replace-mode
  • ac6c02f Fix Replace mode by removing old editor hack [ #2768 ]
  • 5b41ae5 Stop VimBuffer from being created inside Debugger Watch Window [ #2769 ]
  • bd4165f Allow tab key to complete snippets when in insert mode [ #2786 ]
  • ab14d85 Merge pull request #2796 from nosami/nosami/fix-2791
  • 583699b Bump to 2.8.0.3
  • 5f382ef Check for open TextView before performing action
  • bd22267 Merge pull request #2785 from nosami/dev/nosami/bump-mac-version [ #2783 ]
  • 2bfc1e3 Bump Mac version to 2.8.0.2 re #2783
  • 5170dc0 Merge pull request #2782 from nosami/dev/nosami/bump-mac-version
  • 97cd10a Fix publish path to mpack file
  • e6caf6b Bump Mac version to 2.8.0.1
  • a6ba305 Merge pull request #2778 from nosami/dev/nosami/fix-2763
  • 7f7dc8a Fix type name clash
  • c071920 Check for closed TextView before operating on caret
  • 6f90bd7 Fix rename refactoring by not using External Edit Monitoring. [ #2763 ]
  • 33c1fa4 Merge pull request #2733 from nosami/vsmac
  • 7426864 Address feedback
  • 93e869a Fix keypresses when using Screen Sharing
  • 9189586 Merge pull request #2731 from TKumadaki/delete-collapsed-region
  • bf8e66e Fix collapsed region test.
  • be05adf Merge remote-tracking branch 'fork_master/master' into delete-collapsed-region
  • 064b379 Merge pull request #2742 from sqlkoala/fix-localMarksInfo
  • 3c75cdd Merge pull request #2750 from sean-e/master
  • 0044666 Merge pull request #2757 from VsVim/jaredpar/release
  • 9d89b39 Increment version number
  • 07d5277 Release check list
  • d0e31f2 Fix inline rename
  • c8e10f5 Improve Visual Assist compatibility tests
  • 7d6cb07 Add error list navigation
  • 632f842 Publish artifact
  • 7bf85c6 Don't enumerate directory wildcard results when opening files
  • 3b9372e Tidy up
  • b63e9a2 Install VSMac 8.4 public preview
  • a170b92 Fix solution configuration again
  • 557e9ea Install Mono 6.4.0.208 stable
  • ec94f45 Add build.sh script
  • ff2e48f Any CPU
  • 8cf5f07 Build without powershell
  • 53f1254 Word completion
  • fa64e18 Fix solution configurations
  • c67173b Sanitize input
  • 93f49ab Allow wildcard expansion to work with file names containing spaces
  • 632f41c Adapt InlineRename code from VsVimShared for VSMac
  • d8a3763 Show fake caret only in Command mode
  • 7b5a1ef Use HasFlag
  • 6cd0516 Add fake caret to status bar
  • 2ce516d Support :shell
  • 7ff516f Allow opening multiple files with :e
  • 91e0c54 Don't need to wait for OpenDocument to complete
  • 9f05f45 Add more control keys that VsVim should use
  • 3586b09 Add show pad command
  • 3c67eeb support vimgrep working directory
  • 3f9e88e Support vimgrep
  • bee06b0 Implement RunCommand
  • 924287c Implement LoadFileIntoNewWindow and LoadFileIntoExistingWindow
  • a750b94 Use IdeServices.ProgressMonitorManager instead of GetService
  • 0aecc4b Fix NullReferenceException
  • 215340f Add Vim output console
  • a5f89c1 Remove hack from 8.4 where we add bypasskeyprocessor to stop propagating events
  • daefc96 Newer vseditor on mac exposes KeyEventArgs key handlers and seals the NSEvent ones
  • 0773adb Re-implement Clipboard using the WPF stubs from the editor
  • 07064d0 Add back clear contents
  • 1487c02 Wrap NSData in a using to prevent data living too long
  • 2dfaa84 Roll back this change, unbreak the build
  • 6bcbc20 Simplify NSPasteboard implementation to use XamMac bindings
  • cdbe291 Update Src/VimMac/ClipboardDevice.cs
  • b812f9c Update Src/VimMac/OsxClipboard.cs
  • 5971349 Update Src/VimMac/DefaultKeyProcessorProvider.cs
  • b199966 Update Src/VimMac/WindowManagement.cs
  • 08bb0c2 Add some empty keybindings so that VsVim can handle them
  • e6bf92a Add .wav file
  • 106f964 Beep without dependencies
  • 2a680ba Improve IsFocused
  • 9cf4bec Improve IsVisible
  • 8c69318 Set block caret on view load
  • 95b5596 Simplify GetFocusedTextView
  • e9b9818 Show recording status in status bar
  • afb2b16 Implement GetFocusedTextView. Makes macros work
  • 6904a67 Extract caret handling code
  • bdcccdc Pressing esc while intellisense is active switches to Normal mode
  • 9e52562 Don't propagate non-vim keys to the editor in Normal mode
  • 2ea976c Clean up
  • 5dc0acd Fix build
  • b2e50ca Add system clipboard support
  • 6b3ccf5 .vimrc loading works :O
  • d9f0637 Implement OpenListWindow
  • 6968649 Add RunHostCommand
  • b8ee908 Copy EnsureVisible from WPF version
  • ae3b477 Add some tab and window management commands
  • fb730b4 Use magic AddinReference
  • 536016c Revert to 8.3 APIs and remove MacPlat...
Read more

VsVim 2.8.0

20 Dec 23:59
Compare
Choose a tag to compare

The VsVim 2.8.0 release

VsVim 2.7.0

29 May 13:37
880bf99
Compare
Choose a tag to compare

The 2.7.0 Release

VsVim 2.6.0

23 Oct 20:40
86cad87
Compare
Choose a tag to compare

The 2.6.0 VsVim Release

VsVim 2.5.0

05 Jan 16:27
Compare
Choose a tag to compare

Actual release SHA is the following

85b63a5

VsVim 2.4.1

19 Jun 15:45
Compare
Choose a tag to compare
VsVim-2.4.1

Release 2.4.1

2.4.0 Release

16 May 17:08
Compare
Choose a tag to compare
VsVim-2.4.0

2.4.0 release

VsVim-2.0.0

20 Jul 16:44
Compare
Choose a tag to compare
Minor deployment issues

The 1.8.0.0 Release

22 Feb 15:52
Compare
Choose a tag to compare
VsVim-1.8.0.0

The 1.8.0.0 release

1.7.1.1

21 Oct 06:49
Compare
Choose a tag to compare

Simple patch release on 1.7.0