Skip to content

Releases: Qiskit/qiskit-code-assistant-vscode

v0.3.2

31 Jul 12:17
ab75e6d
Compare
Choose a tag to compare

[v0.3.2] - 2018-07-31

🎉 Added

  • Instructions to install the extension from VSCode IDE (#24 by @cbjuan)

🐛 Fixed

✏️ Changed

  • Updating the icon to the last version of qiskit's logo (#23 by @cbjuan)
  • Server tests use Jest as the client (#21 by @ydarias)

👾 Security

  • Updating dependencies

v0.3.1

24 Jul 10:55
4859b0e
Compare
Choose a tag to compare

[v0.3.1] - 2018-07-24

🎉 Added

🐛 Fixed

  • Fixed client readme file external references (#15 by @ydarias)

✏️ Changed

  • Modifying the background of extension's icon (#13 by @cbjuan)

👾 Security

v0.3.0

23 Jul 16:35
3828ae9
Compare
Choose a tag to compare

[v0.3.0] - 2018-07-23

🎉 Added

  • Better management of QConfig to improve users' experience (#183 by @cbjuan)

🐛 Fixed

  • RegEx expressions fixed when getting pip show output in Windows(#6 by @cbjuan)
  • Replacing pool.map method by a for loop to avoid errors when getting the IBMQ devices' status in Windows (#6 by @cbjuan)
  • Now can be installed & updated several qiskit-related dependencies simultaneously (#178 by @cbjuan)

✏️ Changed

  • Update logo to the Qiskit one (#7 by @cbjuan)
  • Update publisher & author in package.json files (#4 by @cbjuan)
  • Renaming the repo, extension & texts descriptions to qiskit-vscode (#184 by @cbjuan)
  • Refactoring the management of dependencies (#178 by @cbjuan)

👾 Security