Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

80 lines (63 loc) · 3.21 KB

Change Log

0.0.1 - 2022-03-22

Added

  • [views] "Jekyll Explorer" (jekyll-enthusiasm.jekyllExplorer): Tree view for your pages/posts/drafts
  • [commands] "Open Text Document" (jekyll-n-hyde.jekyllExplorer.openTextDocument)

0.1.0 - 2022-03-24

Added

  • [views] "Categorized Posts" (categoryView): shows posts and drafts grouped by categories.
  • [views] "All Drafts" (draftView): shows all markdowns in the _drafts directory.
  • [views] "All Posts" (pageView): shows all markdowns in the _posts directory.
  • [views] "All Pages" (postView): shows all markdowns in the _pages directory.
  • [commands] "Update cache and refresh views." (refresh)
  • [others] "Auto Refreshing": Changing a text document will refresh views.

Changed

  • [commands] "Open Text Document" (jekyll-n-hyde.jekyllExplorer.openTextDocument): change id of the command from jekyll-n-hyde.jekyllExplorer.openTextDocument to showTextDocument.

Removed

  • [views] "Jekyll Explorer" (jekyll-enthusiasm.jekyllExplorer)

0.1.1 - 2022-03-24

Added

  • [others] "Sort Category in order": Categorized Posts are now sorted in alphabetic order.

Changed

  • [others] "Auto Refreshing": Changing Saving a text document will refresh views.

0.1.2 - 2022-03-24

Changed

  • [menus] "Refresh" (refresh): use when clause to hide refresh button on other views.

0.2.0 - 2022-03-29

Added

  • [views] "Categorized Posts" (categorizedPosts):
  • [commands] "Categorized Posts"

Removed

  • [views] "Categorized Posts" (categoryView): removed
  • [views] "All Drafts" (draftView): removed
  • [views] "All Posts" (pageView): removed
  • [views] "All Pages" (postView): removed
  • [commands] "Update cache and refresh views." (refresh): removed

0.2.1 - 2022-03-29

Fixed

  • [views] "Categorized Posts" (categoryView): a few categories were not rendered properly caused by sorting failure

0.2.2 - 2022-03-31

Added

  • [views] "Categorized Posts" (categoryView): Add "collapse all" button
  • [commands] "Categorized Posts": add following actions:
    • create a new post
    • create a new post of a category
    • delete a post
    • publish a draft
    • unpublish a post
    • update last-modification date

Changed

  • [views] "Categorized Posts": posts are no longer sorted by date.