Skip to content

Releases: lostintangent/gistpad

v0.6.0

19 Nov 21:22
9217a6a
Compare
Choose a tag to compare
  • Added the New Gist context menu to tag groups in the tree, which allows quickly creating a gist with the selected tag
  • Fixed the ability to create new repos from a repo template
  • Removed the GistLog integration, since that service is no longer active
  • Updated the minimum VS Code version to >=1.75

v0.4.1

24 Apr 00:03
Compare
Choose a tag to compare
  • Gists for followed users with more than 100 are not displayed properly; previously, the list was capped at the first 100 gists.
  • Followed users are properly synchronized across machines when Settings Sync is enabled.
  • Fix paste gist file editor's action: insert text in the editor view using the dedicated vscode api instead of using copy and paste from the clipboard.

v0.4.0

20 Nov 22:50
Compare
Choose a tag to compare

Enhancements

  • The default branch is now properly detected when opening a new repo (as opposed to defaulting to master)
  • Added Copy File to Gist command to the notebook editor toolbar
  • Changed the Showcase view to be hidden by default

v0.3.0

06 Jul 20:34
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug with updating notebook files stored in gists