All notable changes to the "tourist" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial release
- Text area now used for editing tour descriptions
- Various bug fixes
- Performance improvements
- Fix bug with file path comparisons on Windows
- Treat tour descriptions as markdown
- Improve GUI via icons, better spacing, etc.
- Fix editing tour title from webview
- Fix tourist.showEditControls setting
- Fix obscure bug caused by extra fields getting written to .tour file
- Fix bug with linking tour stops introduced in 0.3.1
- New tourist.defaultTourSaveLocation config option
- "Create tour" option in TourFile quickpick
- Close tour if it's active when it's deleted
- Prevent a tour from being linked on the same stop more than once
- Small fixes
- Use linux style path separators in .tour files
- Add "start tour" button to tour webview
- Change internal API which increases stability
- Validation & intellisense for .tour files
- Sanitize tour name before using it as suggested file name
- Make startTour read-only, and add editTour, instead of showEditControls
- Add statusBarItemColor setting