Skip to content

Latest commit

 

History

History
48 lines (46 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

48 lines (46 loc) · 1.58 KB

Change Log

  • v1.7.2
    • Resets API Key
      • Heroku had a data breach recently, and this patch deletes the old key and prompts for a new key.
  • v1.7.1
    • Fixed updating Config Variables
  • v1.7.0
    • Added ability to add apps
    • Also required the mini-word-smith package to generate app names
  • v1.6.1
    • Added a gif of some actions that Hero Heroku can do.
    • Added Hero Heroku to Awesome VSCode.
  • v1.6.0
    • Refactored the Tree Items and Tree Data Provider, so everything should be a lot more smoother, and less complex.
    • Added a Github action to automatically publish the extension to VSCE and OVSX.
  • v1.5.0
    • Rewrote the tree building ... algorithm? It should now be much faster, and also allow for individual branches to be updated independently of the whole tree. (Try it out by openning an app's web url!)
    • Added the ability to grab Config Vars
      • Also added the ability to update Config Vars
    • Changed the TODO list
    • Changed format of CHANGELOG
  • v1.4.2
    • Remove postpublish script
    • Fixed icon
  • v1.4.1
    • Added postpublish script
    • Added icons and readme images
  • v1.4.0
    • Added TODO and rodmap
    • Added ability to run one-off dynos
    • Updated VSCode Engine requirement
  • v1.3.0
    • Added Dyno logging (log streams)
  • v1.2.1
    • Updated dev dependencies
    • Added a logger
    • Updated VSCode Engine requirement
  • v1.2.0
    • Minor code refactor
    • Ignored the test profile
    • Added addons
  • v1.1.0
    • Added pipelines
  • v1.0.0
    • Initial release!