Releases: tomlin7/cupcake
Releases · tomlin7/cupcake
Cupcake v0.25.7
What's Changed
- Fix for race condition by loading text only after the editor has been loaded by @oreillysean in #37
- Cursor color to themes: 7f43f86
- Enhancements on pathview, breadcrumbs widgets, minimap
New Contributors
- @oreillysean made their first contribution in #37
Cupcake v0.25.5 [07-21-2023]
This release includes various changes made to the code editor in Biscuit project
- Diff viewer
- Image viewer
- Breadcrumbs and Pathview trees
- Syntax highlighting for over 500+ languages supported
- Dark/Light default themes
- Editor now supports themes, custom themes can be used (TOML)
- Syntax highlighting colors are made part of themes
- Auto indentation and context-based bracket/quote pair filling
- Fixes Autocomplete widget
What's Changed
- Bracket filling by @billyeatcookies in #9
- Find-Replace widget by @billyeatcookies in #12
- Update examples by @billyeatcookies in #16
- Docs by @billyeatcookies in #25
- Update cupcake core by @billyeatcookies in #31
Full Changelog: v0.2.0-alpha...v0.25.0
v0.2.0 Alpha Release
Features
- Syntax highlighting
- Autocompletions
- Auto indentation
- Minimap