Skip to content

Releases: xjsender/HaoGist

Release v0.2.6

15 Sep 13:55
Compare
Choose a tag to compare

Build 0.2.6

Release Date: 15 Sept 2017

  • Fix bug for command Add File to Gist
  • Fix bug for command Delete File from Gist

v0.2.5

02 Aug 16:54
Compare
Choose a tag to compare

Build 0.2.5

Release Date: 03 Aug 2015

  • Fix progress message problem when one gist has multiple files
  • Use MONOSPACE_FONT in the quick panel for choosing gist

v0.2.4

16 Jul 10:32
Compare
Choose a tag to compare

Build 0.2.4

Release Date: 16 July 2015

  • List folder and its related files when open gist, if you click list folder name, plugin will open all files in this gist
  • Add http proxy for all http request, fix issue #4

v0.2.3

13 Jul 05:34
Compare
Choose a tag to compare

Build 0.2.3

Release Date: 12 July 2015

  • Move events module from main.py to new event.py
  • Rename Delete Gist From List command to Delete Exist Gist
  • Rename Open Gist In Browser command to Open Current Gist In Browser
  • Remove command Refresh Gist Workspace, remove its related setting and statement
  • Add a new command Open Gist In Browser to open the chosen gist in the selection panel
  • Add a new command Update Content To Gist to update chosen content or whole file content to exist gist
  • Add a new command Add File To Gist to add chosen content or whole file content to exist gist
  • Add a new command Delete File From Gist to add chosen content or whole file content to exist gist
  • Update README.md

v0.2.2

26 Jun 14:36
Compare
Choose a tag to compare

Build 0.2.2

Release Date: 26 June 2015

  • Enhancement: prevent duplicate gist update when press ctrl+s
  • Add a new command to delete chosen gist from gist list
  • You should restart your sublime after HaoGist is upgraded

v0.2.1

07 Jun 00:56
Compare
Choose a tag to compare

Build 0.2.1

Release Date: 7 June 2015

  • Fix bug: After update gist, refresh all lists to keep gist raw_url to newest
  • Enhancement: Add token required check for open_gist command

Notes:

* You should restart your sublime after ``HaoGist`` is upgraded

0.2.0

25 May 03:27
Compare
Choose a tag to compare

Build 0.2.0

Release Date: 25 May 2015

  • Add a new command Open New Gist, which is used to read gist list from server but not local cache, because you add a new gist or fork a gist in the server but not add it by this plugin, you need to reload gist cache and then open gist file from local cache, this new command combine these two steps to one.

Notes:

* You should restart your sublime after ``HaoGist`` is upgraded

0.1.9

20 Apr 13:49
Compare
Choose a tag to compare

Build 0.1.9

Release Date: 20 Apr 2015

  • FileName check and add support for trying again when creating gist
  • Fix bug of connection issue checking
  • If token is invalid, display the error message
  • Add show_message parameter for reload_gist_cache
  • Optimize BaseGistView

Notes:

* You should restart your sublime after ``HaoGist`` is upgraded

Default Workspace and Install Message

12 Apr 02:54
Compare
Choose a tag to compare

Build 0.1.8

Release Date: 12 Apr 2015

  • Remove file_exclude_patterns setting
  • Remove folder_exclude_patterns setting
  • workspace setting can be empty, if it is empty, workspace will be set as {packages_path}/User/HaoGist

Notes:

* You should restart your sublime after ``HaoGist`` is upgraded

Deliver for issue #2

08 Apr 07:41
Compare
Choose a tag to compare

Build 0.1.7

Release Date: 8 Apr 2015

  • Deliver issue #2 for hiding workspace in sidebar

Notes:

* You should restart your sublime after ``HaoGist`` is upgraded