BrainSharper Changelog

What's new in BrainSharper 0.5.949

Feb 17, 2016
  • Beginning with version 0.5, nodes can be grouped together. The groups can be colored and are updating live with every movement of a contained node.
  • And there is more:
  • Based on feedback I've got, I decided to make the design of the nodes a bit simpler. There is no distracting border anymore. Only the shadow and the optional color discriminate the node from its background. I think the overall look of your concept maps will feel more modern this way. If you think different, please leave a comment.
  • The nodes are larger and the default font size has been increased to improve the readability of the text.

New in BrainSharper 0.4 (Feb 17, 2016)

  • Finally, I had some time to build in the long awaited color support for BrainSharper. The color set is quite restricted, but should cover all your needs for now. You can change colors for individual nodes or all the nodes in the selection area by clicking the (+) sign.
  • bs-toolbarAdditionally, I’ve implemented a small toolbar with the intention to make some hidden features a bit more accessible. For now, you can access undo/redo, share document, help and feedback from the right edge of the screen.
  • These are the good news.
  • The bad news is that the Mac OS X Version will take some additional time to complete. I’ve already put a month of work in the port, and it went well on the database and system level, but as soon I hit the user interface I was struck by the subtle details in Mac OS X Cocoa framework. For the interested: I use the monomac bindings to access the native Mac OS X components from Mono.
  • The port is a lot more work than I’ve anticipated, and though powerful, the Mac OS X APIs differ greatly from the .NET APIs and – in addition – cross-developing with Windows, Visual Studio, and on the Mac side with MonoDevelop and XCode is quite a demotivating indirection.
  • I am now considering to port the Windows 8 and iOS tablet version before the Mac Version. Here, of course, the big challange is to get the usability right.
  • And on the feature side, the next big one are groups.
  • I’ve found three primary methods to group spatially nodes together. The first one is a simple group of nodes with a border and a title around it. The second one is a simple group but a lot smaller, so that its structure is clearly visible but (automatic?) zooming is required to get into it. The third one is just a group node that acts as a folder for a nested concept map.
  • I think it is safe to say that the first option is the most straight forward one to implement. For once, regular groups can be printed – the other two need special consideration when exported as a png or printed – and second, viewing them on the screen needs no context-switches in the user interface.

New in BrainSharper 0.3 (Feb 17, 2016)

  • I’ve pushed out version 0.3 of BrainSharper today. This is mainly a bug-fix and a maintenance release. The fixes include a lot of details that make BS “just work”. Here are a few highlights:
  • A single node selected by drawing an area is getting focused now.
  • The image copied to the clipboard via CTRL-C is now transparent (as long the pasting program supports PNG).
  • Fixed a problem that prevented BS from shutdown when multiple nodes were selected.
  • Undo works quite well now, even when the user is currently interacting with the document.
  • When an error happens, BS asks you to send me an Email containing the version number and a stacktrace.
  • A blank document now shows the BS logo and instructions how to start.
  • F1 for help!
  • CTRL-A: select all, also works now! CTRL-A + CTRL-C is the fastest way to copy a screenshot of the complete document to the clipboard.
  • When using CTRL-V (paste), the document from the clipboard is now inserted at the center of the current document.
  • When multiple nodes are selected, a move-cursor is shown at the locations where they can be dragged together.
  • Virus warnings – which always were false positivies btw – should be gone now. BS uses a new Bootstrapper and also installs all prerequisites for the .NET 4 client profile framework (Windows Installer 3.1 and Windows Imaging Components). So you should get BS running on a Windows XP SP2… . But I don’t see a future of supporting Windows XP, so please get Windows 7 or .. for god’s sake .. a Mac!
  • I’ve beautified the setup. That really makes BS look “professional”.
  • Additionally, I’ve completed the documentation page.