Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

34 lines (29 loc) · 1.29 KB

v3.0.0

This update is generally refactoring the internals and preparing Compass to support multiple "sources" via plugins

  • Add compass caching (disabled by default)
  • Rework internals to support plugins
  • A lot of bug fixes

v2.2

  • Add only_show_items_in_focused_group setting. Allows user to show items across groups in a window.
  • Fix ripgrep support not working on non-windows platforms
  • Fix compass_close does not reset to initial tab properly
  • Increase max_open_tabs to 1000

v2.1

  • Add setting to toggle previewing when highlighting items
  • Add setting to toggle item context previews
  • Rename #files filter to #tabs
  • Fix #tabs (pka #files) not showing all sheets when grouped
  • Add menu items
  • Improve dump stack command
  • Disable clear cache command
  • Add "Show Compass" in command palette
  • Weird duplicate items from #tabs filter will not show anymore if disabled
  • Fix only_show_unopened_files_on_empty_window setting not working properly when enabled
  • Automatically close extra tabs based on max_open_tabs setting

v2.0

  • Compass will now cache the stack so it can be loaded again when Sublime restarts
  • Filter #empty is now called #scratch
  • Filter #type is now removed
  • Builds a stack on all existing windows on load in a separate thread
  • Fix when closing tabs does not go back to initial tab