MariaMole Changelog

What's new in MariaMole 0.5.0 Beta

Jan 30, 2013
  • Fixed support for Leonardo board;
  • Fixed "Close click" on About window (Wasn't closing by clickin on some spots).
  • Fixed duplicated insertion of FILE_NAME.h in main cpp file.
  • fixed bug on paths containing SPACE characters (Core lib linking).

New in MariaMole 0.4.4 Beta (Jan 30, 2013)

  • New function to improve coding productivity: Press F4 to alternate between .CPP files and their related .H files
  • New option on editor tab context menu: Open the header file relative to the current file
  • Libraries and external files are now open as read-only, so users will be warned before trying to change its contents.
  • Fixed strange behavior when workspace file was right-clicked to open context menu.
  • Fixed bug: Serial port sometimes would not re-open after after project build or changing baud rate
  • Project remembers the last selected serial port baud rate
  • Fixed: menu File->Exit wasn't implemented.

New in MariaMole 0.4.3 Beta (Jan 30, 2013)

  • Added new serial port baud-rates
  • Ability to re-arrange the compilation order of files, by drag-and-drop at workspace tree
  • Fixed problem the was impeding to import the first listed Arduino library
  • Improved performance and some minor bugs fixed

New in MariaMole 0.4.2 Beta (Jan 30, 2013)

  • Option to select tab-size on code editor
  • Uploading configuration separated for internal and external programmer
  • Always clean-up changing project properties, to avoid build binary using wrong compiler libraries
  • More options for fine-tunning the build process
  • Improved interface for creating new files
  • Improved algoritm to import Arduino libraries
  • Added option in Preferences to disable check for updates
  • Improved context menu for code editor tabs
  • Added context menu to workspace tree
  • Improved code format function (Menu Edit)
  • Online contend added to start page. User can disable it
  • Message to warn user about Internet usage (Check for updates and online content at StartPage)
  • Fixed problem with AVRISP MKII programmer
  • Fixed problem with blank-space in in Arduino install path
  • Fixed problem with importing existing file
  • Fixed problem when creating files with blank-spaces, that caused an error in .h defines

New in MariaMole 0.3.1 (Jan 30, 2013)

  • Fixed an uploading bug occurring on some Duemilanove and Uno boards.
  • Also fix the layout of some user-interface elements (buttons, bitmaps, text).