Skip to content

Releases: ObsidianLabs/Black-IDE

Ethereum Studio v0.14.3

25 Feb 14:55
4a5817e
Compare
Choose a tag to compare

Updates

  • Improve code editor by adding error and warning decorations when compile
  • Improve UX of the tab bar
  • Add Conflux eSpace testnet
  • Fix bug: connecting custom network when using node url
  • Fix bug: renaming a file shows delete alert
  • Fix bug: invalid redirection when visit a public project with an unlogged in mode

Ethereum Studio v0.14.2

18 Feb 08:42
76ca0b6
Compare
Choose a tag to compare

Updates

  • Add support of switching between public and private project

Ethereum Studio v0.14.1

17 Feb 10:25
Compare
Choose a tag to compare

Updates

  • Fix read-only mode switching
  • Fix saving modified files

Ethereum Studio v0.14.0

11 Feb 14:21
Compare
Choose a tag to compare

Updates

  • Improve UX of the tab bar
  • Optimize network switching between MetaMask and EthereumStudio
  • Standardize the display of some address content
  • Add more EVM chains support
  • Fix the way to open config.json files that are not in the root dir

Ethereum Studio v0.13.0

31 Dec 08:25
Compare
Choose a tag to compare

Updates

  • Rebuild the file tree module
  • Drag-n-drop to move/copy files or folders in the file tree
  • Replace the context menu
  • Disable default translation popup
  • Fix missing GitHub avatar
  • Fix the validator for new instance name input

Ethereum Studio v0.12.0

10 Dec 08:22
7e664df
Compare
Choose a tag to compare

Updates

  • Tabs can be dragged and sorted
  • Add context menus for tabs in the code editor
  • Fix bug: a link may open a new Electron window
  • Fix bug: cannot open a tab if all is closed

Ethereum Studio v0.11.0-rc.1

03 Oct 07:48
Compare
Choose a tag to compare
Pre-release

Updates

  • Use maxFeePerGas & maxPriorityFeePerGas for gas configuration

Ethereum Studio v0.10.2

04 Sep 02:09
Compare
Choose a tag to compare

Updates

  • Display error message from truffle and hardhat executions
  • Fix some bugs

Ethereum Studio v0.10.1

27 Aug 14:02
Compare
Choose a tag to compare

Updates

  • Parse and display errors for transactions (transfer, deployment and contract execution)
  • Display and save the returned result from contract executions
  • Add a project toolbar button to run scripts defined in package.json
  • Expose the network RPC in order for truffle, hardhat, and ethers.js to connect the running network
  • Expose keypairs to sign transactions issued from truffle, hardhat, and ethers.js
  • Allow sending ETH in contract deployment
  • Display keypair names in inputs of type address[]
  • Get transaction history for local nodes
  • Save a list of custom network connections
  • Fix many other bugs

Ethereum Studio v0.9.0-rc.1

14 Aug 02:49
Compare
Choose a tag to compare
Pre-release

Updates

  • Allow selecting npm client (npm, yarn, or cpnm) when creating a new project
  • Render the return value in pretty format for contract read methods
  • Allow modifying the code hash in ABI Storage