Skip to content

Releases: quaris628/EinsteinEditor

v0.1.4 pre-release

22 Jan 23:29
Compare
Choose a tag to compare
v0.1.4 pre-release Pre-release
Pre-release

Enhancements:

  • Rebound removing neurons and synapses to shift+click instead of middle-click
  • Moved 'save succeeded' message from into the main window, instead of being a popup
  • When editing synapse strengths the old value is cleared upon first valid keystroke (except when backspacing)
  • When deselecting the synapse strength number, the text is updated to the default format of the interpreted number (e.g. '5.0' is switched to '5', '5-' is switched to '-5', etc)

Bugfixes:

  • Saving will now never leave unused gaps in the range of used neuron indices (which would cause them to break when loaded into a simulation)
  • Synapse strengths are now rounded to 2 decimals when loading from a file
  • Better centering of synapse strength text on the synapse arrow when editing the strength value
  • Neurons, Synapses, and synapse strengths now each have their own clearly defined visual layer
  • Fixed clicks on neurons and synapses being dropped sometimes
  • Fixed crash when loading a file with dangling synapses
  • Fixed crash when removing ghost synapses that were removed by removing a linked neuron
  • A couple minor performance improvements (one related to calculating the size of text, another for removing objects from the renderer)
  • Probably fixed some other crashes and bugs because I rewrote some messy code related to rendering synapses

v0.1.3 pre-release

20 Jan 02:31
Compare
Choose a tag to compare
v0.1.3 pre-release Pre-release
Pre-release

Major collection of saving/loading bugfixes

v0.1.2 pre-release

19 Jan 05:14
Compare
Choose a tag to compare
v0.1.2 pre-release Pre-release
Pre-release

Enhancements:
Added display for what the key (or mouse) binds are
Displays version in window title
When saving, the json is beautified

Bugfixes:
Fixed json corruption bug with loading and saving (and made checks for invalid data in the file more strict)
Finishing a synapse won't immediately start a new one

v0.1.1 pre-release

18 Jan 05:32
Compare
Choose a tag to compare
v0.1.1 pre-release Pre-release
Pre-release

Gracefully handles window resizing to sizes larger than default!
Synapse strength max/min is now -100 to 100
Updated input neuron descriptions to match Bibites version 0.5.0
Fixed crash when adding hidden neurons to brain loaded from file

v0.1.0 pre-release

17 Jan 05:34
Compare
Choose a tag to compare
v0.1.0 pre-release Pre-release
Pre-release

Minimum viable product. Possibly buggy, and not very user-friendly in some places.