Skip to content
Tags give the ability to mark specific points in history as being important
  • gvls-0.16.2
    4d8ed92c · Release 0.16.2 ·
    Release 0.16.2
    
  • 0.16.3
    c15e6a36 · Release 0.16.3 ·
    Release 0.16.3 No Memory hungry for Builder
    
  • 18.0
    0c5b4a88 · Release 18.0 Formatting ·
    Release 18.0 Formatting
    
  • gvls-18.0
    0c5b4a88 · Release 18.0 Formatting ·
    Release 18.0 Formatting
    
  • gvls-0.16.3
    c15e6a36 · Release 0.16.3 ·
    Release 0.16.3
    
  • gvls-19.0
    Release GVls 19.0 "Local Library VAPI"
    
  • gvls-20.0
    Release 20.0: SDK and independent libraries
    
  • gvls-20.1
    6be0a09f · Release 20.1 ·
    Release 20.1
    
    * Fix GVlsp .pc file generation
    * Avoid multiple compilations at the same time to avoid crash
    * Improved method introspection
    * Improved Hover information introspection
    * Improve SymbolVala type inference
    * Meson adds --vapidir for the out dir of --vapi switch
    * Initial cancellable implementation
    * Initialization will wait until the autoconfiguration
      is done
    * Fix re-autoconfigure if no configuration is provided by
      the client, even if it is configuration capable
    * For performance reasons, completion is now limited to 20 items
      is up to the client to request completion with partial texts
      in order to return items with them in their names.
    * Vala SymbolResolver fixes Constant declaration handling and handle
      source reference null values
    * Switch to GtkSourceView 4.0 by default
    * Fix GVlsui.SourceCompletionProvider position calculation
    * GVlsui.SourceView improve completion response time
    * GVls Vala Server now works better on Microsoft Visual Code