v0.29.0
Highlights
NPM package autocomplete
Courtesy of Algolia's NPM search index, Fiddle now comes with auto-complete for third-party NPM modules, and the ability to choose your desired package version for each dependency.
Font selection
You can now choose your desired font family and font size for Electron Fiddle!
No more Windows ARM64 builds
Due to some limitations in Squirrel.Windows, our auto-updater does not currently support multiple Windows architectures, leading to issues when updating to newer versions of Fiddle. Starting with Fiddle v0.29.0, Windows on ARM users will need to use the emulated x64 binary.
This is a band-aid fix while we work on providing a better auto-update experience for all users.
Full changelog
- feat: add font size and family customization by @codebytere in #1069
- feat: add setting icon to commands UI by @BlackHole1 in #1052
- feat: add npm registry autocomplete to package manager by @erickzhao in #959
- feat: show all contributors with >= 2 contributions filtering out bots by @miniak in #1051
- fix: use shell-env to fetch PATH by @codebytere in #1020
- fix: electron settings style incorrect by @BlackHole1 in #1042
- fix(styles): support blueprint variables by @erickzhao in #1047
- fix: disable downloads for Electron below 6.0.8 and 7.0.0 on Windows arm64 by @miniak in #1050
- chore: use action-semantic-pull-request by @erickzhao in #1048
- refactor: improve setting close icon size by @BlackHole1 in #1053
- chore: update to Electron 17.4.1 by @miniak in #1049
- refactor: improve different systems test snapshots by @BlackHole1 in #1054
- fix: ensure preferences screen appears above versions filter by @Cheerego7 in #1056
- test: improve renderer/versions test coverage by @BlackHole1 in #1055
- refactor: improve gist input user experience by @BlackHole1 in #1059
- fix: contributors display is incomplete by @BlackHole1 in #1062
- refactor: remove deprecated functions calls. by @aryanshridhar in #1030
- fix: close version chooser if settings open by @codebytere in #1067
- fix: fallback if current version doesn't exist by @codebytere in #1068
- chore: stop building Windows on arm64 by @dsanders11 in #1071
- build(deps): mobx@6 upgrade by @erickzhao in #1061
- fix: not list available electron releases versions by @BlackHole1 in #1075
Full Changelog: v0.28.1...v0.29.0