Skip to content

v1.38.0

Latest
Compare
Choose a tag to compare
@MasterOdin MasterOdin released this 31 Mar 00:39
· 6 commits to main since this release
0cbddd5

Features

  • Sign and notarize builds for macOS

Bugfixes

  • Fix bug where switching tab causes loss of editor focus (#687, #690) (thanks @synle)
  • Fix clicking on link to docs from config modal

Dependencies

  • Update to sqlectron-db-core to 0.11.0 (includes update to underlying ssh library to support more protocols)
  • Migrate from redux to @redux/toolkit
  • Use regular lodash over per method installations
  • Update classnames to 2.3.1
  • Update to react-ace 9.4.4 (#683) (thanks @tomch3ng)
  • Migrate from node-sass to sass

Developer

  • Fix hot module reloading
  • Use port 9000 for webpack server
  • Migrate much of remaining JS code to TS