Releases: crazyscot/brot3
Releases · crazyscot/brot3
brot3 v1.0.0
Choose the appropriate version for your platform:
- .AppImage: Linux (standalone; simply give it execute permission and run)
- .deb: Debian/Ubuntu package (built on Ubuntu 22.04)
- .dmg: MacOS 10.13+ N.B. This is a Universal build, but I don't currently have access to Apple silicon to test it on
- .msi: Windows 10+ Installer
What's Changed
- Various minor chores & bugfixes by @crazyscot in #119
- docs: set up git-cliff, autogenerate changelog to date by @crazyscot in #120
- Small(ish) colourer and CLI tweaks by @crazyscot in #122
- npm(deps): bump the npm group in /ui with 4 updates by @dependabot in #123
- cargo(deps): bump the cargo group with 4 updates by @dependabot in #124
- UI tweaks and fixes by @crazyscot in #125
- Prepare release 1.0 by @crazyscot in #128
- Release prep 1.0 by @crazyscot in #133
Full Changelog: v0.9.4...v1.0.0
brot3 v0.9.4
Choose the appropriate version for your platform:
- .AppImage: Linux (standalone; simply give it execute permission and run)
- .deb: Debian/Ubuntu package (built on Ubuntu 22.04)
- .dmg: MacOS 10.13+
- .msi: Windows 10+ Installer
Changes since 0.9.3
- Fractal iteration limit (
maxiter
) is now user-accesible - Fractal and colourer selection panels with previews
- Menu options to cycle through colourers
- Tile data cache (useful when changing colourer)
Fixes & minor updates
- Fix menu accelerators on macos
- Update rust version we build with, explicitly set MSRV
- Rationalise plot info strings
- Various consolidations
- Improved floating-point precision in output
- Enable OpenSeaDragon navigator
- Various underlying dependencies updated
Full Changelog: v0.9.3...v0.9.4
brot3 v0.9.3
Choose the appropriate version for your platform:
- .AppImage: Linux (standalone; simply give it execute permission and run)
- .deb: Debian/Ubuntu package (built on Ubuntu 22.04)
- .dmg: MacOS 10.13+
- .msi: Windows 10+ Installer
Headline changes since 0.9.2:
- [ui] update position display; add Go To Point
- [ui] implement Save Image
- dependency updates; rust 1.77
Full Changelog: v0.9.2...v0.9.3
brot3 v0.9.2
Choose the appropriate version for your platform:
- .AppImage: Linux (standalone; simply give it execute permission and run)
- .deb: Debian/Ubuntu package (built on Ubuntu 22.04)
- .dmg: MacOS 10.13+
- .msi: Windows 10+ Installer
What's Changed
- Initial pre-release with interim UI.