Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Latest commit

 

History

History
513 lines (387 loc) · 31.4 KB

CHANGELOG.md

File metadata and controls

513 lines (387 loc) · 31.4 KB

Change Log (vscode-powertools)

0.64.2 (June 13th, 2021; PLEASE UPDATE)

  • that version of the extension is no longer supported! ... please backup, uninstall and change to new location

0.64.0 (February 8th, 2020; Visual Studio Code 1.53)

0.63.0 (December 8th, 2020; quick code execution)

  • added following functions for Code Execution:
    • $bcrypt: handles a value as string and hashes with bcrypt
    • $bcryptcomp: handles a value and a hash as strings and checks, with bcrypt, if they match
  • npm update

0.62.0 (November 20th, 2020; Visual Studio Code 1.51)

0.61.0 (July 20th, 2020; Visual Studio Code 1.47)

0.60.1 (June 11th, 2020; Visual Studio Code 1.46)

0.59.0 (February 12th, 2020; Visual Studio Code 1.44)

0.58.0 (February 12th, 2020; Visual Studio Code 1.42)

0.57.0 (February 5th, 2020; npm update)

0.56.2 (January 27th, 2020; SCSS support)

  • Vue based apps now support SCSS styles

0.55.0 (January 24nd, 2020; TOML support)

0.54.0 (January 22nd, 2020; YAML support)

0.53.0 (January 6th, 2020; Apps and Vuetify)

0.52.0 (December 12th, 2019; Visual Studio Code 1.41)

0.51.2 (December 8th, 2019; bugfixes and updates)

0.50.1 (November 8th, 2019; Visual Studio Code 1.40)

0.49.0 (September 10th, 2019; Visual Studio Code 1.39)

0.48.1 (September 8th, 2019; WebView updates)

0.47.0 (September 8th, 2019; Visual Studio Code 1.38)

0.46.0 (August 12th, 2019; Visual Studio Code 1.37)

0.45.0 (July 16th, 2019; npm update)

0.44.0 (July 4th, 2019; npm update)

0.43.0 (June 1st, 2019; npm update)

0.42.0 (May 19th, 2019; es2017)

0.41.1 (May 2nd, 2019; events)

0.40.0 (April 15th, 2019; MD Bootstrap 4.7.7)

0.39.0 (April 8th, 2019; events)

0.38.1 (April 6th, 2019; Visual Studio Code 1.33 and npm update)

0.37.0 (March 19th, 2019; tools)

  • added following functions for Code Execution:
    • $yaml: handles a value as YAML string and returns it as object
  • optimized output of results, which are displayed as Markdown documents

0.36.0 (March 16th, 2019; apps, buttons and commands)

0.35.1 (March 14th, 2019; tools)

  • added following functions for Code Execution:
    • $excel: handles data as Excel workbook and displays its data
  • bug fixes

0.34.2 (March 12th, 2019; tools)

  • added following functions for Code Execution:
    • $map: handles geo locations and displays them as markers on a (MapBox) map
  • updated the following npm modules:
  • fixes

0.33.0 (March 9th, 2019; tools)

0.32.0 (March 7th, 2019; tools)

  • can send files to Slack channels via Power Tools: Tools now
  • $img function can display image information, like width and height, now
  • updated the following npm modules:

0.31.1 (March 5th, 2019; tools)

  • $img function can handle URIs as input values now
  • $img function displays EXIF data of an image, if available
  • fixes

0.30.0 (March 2nd, 2019; tools)

  • added following functions for Code Execution:
    • $code: handles a value as string to display it in a webview with syntax highlight
    • $img: handles a value as image and displays it
    • $load: loads data from an URI
    • $tab: opens a value as text in a new editor tab
  • fixes

0.29.0 (February 28th, 2019; Azure DevOps)

  • can open Azure DevOps builds, git repositories and releases now via Power Tools: Azure DevOps command
  • updated the following npm modules:
  • fixes

0.28.1 (February 26th, 2019; settings and TypeScript)

  • improved and fixed Generate TypeScript Code ... sub command of Power Tools: Tools
  • added the following workspace settings (.vscode/settings.json):
    • runNPMInstall: runs npm install automatically on startup, if a package.json file exists, but no node_modules has been found
  • fixed $r function

0.26.2 (February 23rd, 2019; tools)

  • added following functions for Code Execution:
    • $polyline: converts from and to polyline
  • added Generate TypeScript Code ... sub command to Power Tools: Tools, which generates TypeScript code from a JSON or JavaScript editor
  • bugfixes

0.25.0 (February 20th, 2019; code execution)

  • added following functions for Code Execution:
    • $cb: copyies a value to clipboard
    • $cmyk: converts CMYK color from or to hex
    • $hsl: converts HSL color from or to hex
    • $rgb: converts RGB color from or to hex

0.24.0 (February 18th, 2019; Azure DevOps)

  • can open Azure DevOps dashboards now via Power Tools: Azure DevOps command

0.23.0 (February 16th, 2019; Azure DevOps)

0.22.0 (February 13th, 2019; Azure DevOps and app stores)

  • added Power Tools: Azure DevOps command, which first feature of opening project boards
  • custom store name is shown in app webview now
  • updated the following npm modules:
  • code cleanups

0.21.2 (February 11th, 2019; TCP proxies and code execution)

0.20.0 (February 9th, 2019; code execution and output)

  • $beautify now supports XML
  • $compile now supports Pug
  • $uglify now supports HTML and XML
  • network interfaces are shown now in output (CTRL+K CTRL+H, Power Tools by e.GO) on startup
  • added following functions for Code Execution:
    • $base64: converts a value to a Base64 string

0.19.3 (February 6th, 2019; Visual Studio Code 1.31 and commands)

  • extension requires at least Visual Studio Code 1.31 now
  • added forFile and forFolder properties for commands, which can define, if a command should be executed for a file of an active editor or an item, selected from the file explorer, by using Execute Power Command from context menu or the command palette (F1) ... s. issue #10
  • code cleanups and improvements
  • fixes

0.17.1 (February 4th, 2019; script arguments and code execution)

  • added extension and state properties to ScriptArguments interface
  • added json support for $beautify and $uglify functions of Code Execution
  • added following functions for Code Execution:
    • $str: returns a value or object as string that is NOT (null) and NOT (undefined)
  • fixes
  • updated the following npm modules:

0.16.0 (February 2nd, 2019; code execution)

  • added following constants for Code Execution:
    • $cancel: the CancellationToken object, to check the current progress state
    • $e: stores the content of the active text editor, if available
    • $progress: the Progress object, to control the current progress state ... s. withProgress()
  • added following functions for Code Execution:
    • $buff: converts a value to a Buffer, if needed
    • $csv: handles data as string in CSV format and displays them
    • $ltrim: handles data as string and trims from leading whitespaces
    • $lower: handles data as string and converts to lower case characters
    • $rtrim: handles data as string and trims from ending whitespaces
    • $trim: handles data as string and trims from leading and ending whitespaces
    • $upper: handles data as string and converts to upper case characters

0.15.1 (January 30th, 2019; code execution)

  • added following functions for Code Execution:
    • $beautify: beautifies the code in the active editor and opens the result in a new one
    • $compile: compiles the code in the active editor and opens the result in a new one
    • $uglify: uglifies the code in the active editor and opens the result in a new one
  • HTTP responses, from code executions e.g., are beautified and can be copied to clipboard now
  • progress is displayed, when executing code
  • (bug)fixes

0.14.0 (January 28th, 2019; scripts and code execution)

0.13.1 (January 26th, 2019; events and code execution)

0.12.2 (January 23rd, 2019; global buttons and jobs)

0.11.0 (January 23rd, 2019; npm update & bug fixes)

  • bug fix: there was no auto creation of .vscode-powertools sub folder in home directory, when using store in scripts, e.g. ... s. issue #7
  • updated the following npm modules:

0.10.1 (January 21st, 2019; config and tools)

  • added imports setting, which can define one or more external setting files to import
  • added following functions for Code Execution:
    • $DELETE: starts a HTTP DELETE request
    • $exec: executes the code in the currently running editor
    • $GET: starts a HTTP GET request
    • $ip: tries to detect the public IP address
    • $ip4: tries to detect the public IP address (version 4)
    • $ip6: tries to detect the public IP address (version 6)
    • $PATCH: starts a HTTP PATCH request
    • $POST: starts a HTTP POST request
    • $PUT: starts a HTTP PUT request
  • added onCreated and onDestroyed settings for apps, buttons, commands, events and jobs
  • added $s constant for executable settings
  • updated help (press F1 and select Power Tools: Help command)
  • fixes

0.9.3 (January 19th, 2019; apps and values)

  • automatic check for new apps on start
  • added predefined value activeFile ... s. issue #5
  • added wait setting for all actions, which run a shell command
  • fixes

0.8.1 (January 17th, 2019; tools)

  • added following functions for Code Execution:
    • $asc: handles a value as string and returns its ASCII code(s)
    • $emojis: return a list of emojis, by using an optional filter
    • $hash: hashes a value
    • $htmldec: handles a value as string and decodes the HTML entities
    • $htmlenc: handles a value as string and encodes the HTML entities
    • $md5: hashes a value with MD5
    • $sha1: hashes a value with SHA-1
    • $sha256: hashes a value with SHA-256
    • $sha384: hashes a value with SHA-384
    • $sha512: hashes a value with SHA-512
  • added following modules for Code Execution:

0.7.0 (January 15th, 2019; tools)

  • added Power Tools: Tools command, with Code Execution ... sub command
  • updated to change-case@3.1.0
  • added following functions for Code Execution:
    • $pwd: generates a strong password
    • $res: resolves an (async) value
  • added following samples:

0.6.1 (January 13th, 2019; import values to settings)

0.5.1 (January 13th, 2019; apps)

0.4.3 (January 9th, 2019; apps)

  • can define optional buttons for workspace apps, which are able to start the underlying app
  • can define if that CHANGELOG.md is opened automatically, after new version of extension has been installed (s. Power Tools: Global Settings)

0.3.0 (January 8th, 2019; apps)

  • added optional appName parameter to ego.power-tools.openApp command

0.2.0 (January 8th, 2019; commands)

0.1.2 (January 7th, 2019; initial release)

  • initial release