1. Bitty Engine
  2. News
  3. Update Notes: v1.7.0

Update Notes: v1.7.0

Update notes v1.6.1 → v1.7.0:

This release introduces a new DocumentViewer module to show markdown pages, as well as asset-level support for markdown documents, it also includes new menu items in the asset panel to copy code snippets for loading those assets, and fixes a number of bugs. The beGUI lib has also been updated to v1.7.0 to support the latest Bitty Engine: https://github.com/paladin-t/begui

  • Added a DocumentViewer module
  • Added code highlight for markdown (.md) files
  • Added support for markdown (.md) content to the TextBox module.
  • Added support to create markdown (.md) assets
  • Added context menu items to the assets panel to copy code snippets
  • Improved project strategy parsing for canvas settings
  • Updated the application title refresh mechanism to restore its text content after execution ends
  • Updated the launch options for application scaling
  • Fixed a HEX color conversion out-of-bounds bug