Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 06:54
· 218 commits to master since this release
0794221

Version v1.1.0

Features

  • Add undo for all editable fields (b9af1d1)

Enhancements

  • Easier plot export (39a887f)
  • Plot error bars for concentrations on plot (e562ed6)
  • Aske for confirmation when changing projects (d70732b)
  • Add undo for compontents models (0dacdc2)
  • Add info dialogs to inputs ()
  • Refactor of models code for undo (cea0f69)
  • Unify species models and add edit undo (8d86ae7)
  • Add undo for tables row swapping (a84d860)
  • Add undo for comp tables add/remove (baa396b)
  • Add undo for species tables add/remove (d64bef2)
  • Rework opening of files to report errors (b08fd9c)
  • simplify rowCount and columnCount methods (677cee1)
  • Allow opening files directly (34cb86f)

Fixes

  • Change input labels when ind comp change (62f8d84)
  • Workaround empty species header exception (4a2a2fa)
  • Typos in graph axis title (718319b)
  • Remove unused comments (cbeef10)
  • Better handle name of new components (3871ee8)
  • Remove debug statement (98dcc99)
  • Update open editor after swapping rows (4a70434)
  • Fix tests to account for dialog on close (5dfdddb)
  • Correct components view delegates (ece92f7)
  • Remove useless about qt dialog call (527c25f)
  • Rewrite delegate init (ae21b84)
  • Simplify species actions (fdc5f13)
  • Remove unneeded check for species model (f8ec329)
  • Handle files empty dataframes for solids (07d8d0a)

Chores