Skip to content

Latest commit

 

History

History
146 lines (108 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

146 lines (108 loc) · 2.84 KB

1.0.18

  • Fix NWJS Install command
  • Fix launch without configuration
  • Update to vscode-chrome-debug-core@6.7.52

1.0.17

  • Add publishDir field in nwjs.publish.json
  • Add reloadAfterAttached field in launch.json
  • Set default debugger port to 9223 from 9222
  • Update to vscode-chrome-debug-core@6.7.11

1.0.16

  • Fix specific platform debugging error
  • Update to vscode-chrome-debug-core@4.1.4

1.0.15

  • Fix launch error

1.0.14

  • Changed to unzipped publish defaulty and Added zip option in nwjs.publish.json
  • Added postPublish & prePublish option in nwjs.publish.json
  • Added initialConfigurations

1.0.13

  • Fix toggleSkippingFile

1.0.12

  • Update to vscode-chrome-debug-core@3.21.0

1.0.11

  • Fixed several breaking issues of version 1.0.10 (by bejonwe)

1.0.10

  • Multi architecture support
  • Update to vscode-chrome-debug-core@3.16.5

1.0.9

  • Fix schema json syntax error (by kimushu)
  • Update to vscode-chrome-debug-core@3.15.9

1.0.8

  • Remove some npm specific properties from schema.
  • Remove NWjs directory with fs-extra
  • Update to vscode-chrome-debug-core@3.15.7

1.0.7

  • Error message fix
  • Fix runtimeExecutable launch option

1.0.6

  • Linux platfom error fix
  • Error message fix
  • Update to vscode-chrome-debug-core@3.15.3

1.0.5

  • Json schema fix

1.0.4

  • FIX COMMAND ERROR!

1.0.3

  • Port to typescript
  • Update to vscode-chrome-debug-core@3.14.13

1.0.2

  • Fix no target pages found problem

1.0.1

  • fix README.md

1.0.0

  • Update to vscode-chrome-debug-core@3.14.7
  • Set version to 1.0.0 without much meaning

0.0.21

  • Add something missing

0.0.20

  • Fix download output more beautifully
  • Update to vscode-chrome-debug-core@3.13.1

0.0.19

  • Fix first using problem

0.0.18

  • Upddate to vscode-chrome-debug-core@3.12.8

0.0.17

  • Add version selection feature

0.0.16

  • Update to vscode-chrome-debug-core@3.12.6

0.0.14

  • Update to vscode-chrome-debug-core@3.12.5

0.0.13

  • Update to vscode-chrome-debug-core@3.12.2

0.0.12

  • Update README
  • Update to vscode-chrome-debug-core@3.11.0
  • Change coding style for merge easily

0.0.11

  • Rename repository and extension name
  • Update to vscode-chrome-debug-core@3.8.3

0.0.10

  • Change NWjs spawn directory to webRoot

0.0.9

  • Fix publish

0.0.8

  • Add json schema
  • Generate package.json when not exists
  • Add snapshot compile command NWjs Compile
  • Add publish command NWjs Publish

0.0.7

  • Update vscode-chrome-debug-core to 3.8.2

0.0.6

  • Fix timeout problem

0.0.5

  • Add install command & remove auto install feature
  • Fix EPERM error when install
  • Add icon & image description

0.0.4

  • Use fork instead of spawn node process
  • Update vscode-chrome-debug-core

0.0.3

  • Fix repository address

0.0.2

  • Replace NWjs to npm nwjs module
  • Remove unuse files
  • Publish to VSCode market place

0.0.1

  • Fork Debugger for Chrome
  • Publish as vsix