Skip to content

Releases: michaelkoelle/correctinator

Release v1.0.9

11 Feb 15:03
Compare
Choose a tag to compare

1.0.9 (2021-02-11)

New Features
  • Added download error message to updater dialog ui (3e8b26b7)

Release v1.0.8

10 Feb 18:29
76bc016
Compare
Choose a tag to compare

1.0.8 (2021-02-10)

Build System / Dependencies
  • Added auto update debug file (c11f0032)
New Features
  • Added info dialog (63cbb973)
  • Only show updater dialog if update is availiable (cfbb9936)
  • Missing solution case added to auto correction (2e181ec1)
  • Added manual download button on macOs (9bb7d79f)
Bug Fixes
  • Close updater dialog after sending quit signal (ef2fdef2)
  • Fixed typo in ExportDialog (a4848f39)
Other Changes
  • Removed legacy check for updates (ba12d814)
Refactors

Release v1.0.7

10 Feb 09:38
Compare
Choose a tag to compare

1.0.7 (2021-02-10)

New Features
  • Improved schema task selection (392eaeae)
  • Added update not avaliable screen (4e31a31e)

Release v1.0.6

10 Feb 08:30
e74eda3
Compare
Choose a tag to compare

1.0.6 (2021-02-10)

Continuous Integration
New Features
  • Added updater dialog (b8d7aa5f)
  • Added Auto Correction Menu Item disabled conditions (04e7681b)
  • Selected sheet in schema generator is reset if it's deleted (b0c6d566)
  • If all tasks were automatically corrected, status is set to done (5b906f62)
  • Show schema task modify ui when expanded (b62630dc)
  • Automatic correction for single choice tasks (b40f7b5b)
  • Improved repeated schema task delete (af9ba89a)
Bug Fixes
  • Updated zip export using adm-zip (4cc25a28)
Other Changes
  • Added prop to SchemaTaskCard (82f73ab1)
  • Changed alert duration to 3s (61a9ddad)

Release v1.0.5

06 Feb 06:01
Compare
Choose a tag to compare

1.0.5 (2021-02-06)

New Features
Bug Fixes
Refactors

Release v1.0.4

05 Feb 05:39
640422f
Compare
Choose a tag to compare

1.0.4 (2021-02-05)

Build System / Dependencies
Continuous Integration
New Features
  • Added Single Choice Task Type and custom delimiters (84056bfd)
  • Import submissions directly from zip (b896af21)
Other Changes
Refactors
  • Moved import functions to thunk (0315955b)

Release v1.0.3

31 Jan 23:47
44aa29a
Compare
Choose a tag to compare

1.0.3 (2021-01-31)

Build System / Dependencies
New Features
  • Added export/reset/show workspace (7604df9e)
Other Changes
  • //github.com/koellemichael/correctinator into dev (83fb6c5d)

Release v1.0.2

30 Jan 03:15
Compare
Choose a tag to compare

1.0.2 (2021-01-30)

Continuous Integration
New Features
  • Persist almost all data (2fe06692)
  • Changing max now also changes the initial value if the new max would be below the inital value (d07db1d0)
Bug Fixes
  • Save to disk on exit (79e8f680)
  • Fixed wrong value type in schema generator (98109df3)
Other Changes
  • Save before reloading state after deleting a sheet (9255a18f)
Performance Improvements

Release v1.0.1

29 Jan 03:44
Compare
Choose a tag to compare

1.0.1 (2021-01-29)

Build System / Dependencies
Continuous Integration
  • Changed trigger to pull request (396e524c)
Documentation Changes
Bug Fixes
Other Changes

Release v1.0.0

28 Jan 22:43
Compare
Choose a tag to compare

1.0.0 (2021-01-28)

Build System / Dependencies
Continuous Integration
Documentation Changes
New Features
  • Added paste in from clipboard with automatic sheet detection (8e8a1920)
  • Added Checklist, SingleChice, MultipleChoice Tasks and Ratings (ca153d22)
  • Added zoom via CTRL + Mouse wheel to media viewer (e99d0b18)
Bug Fixes
  • Fixed slider value update (6860c387)
  • Fixed display sheet selection after deleting a sheet (aa1428b1)
  • Fixed fileIndex resetting during correction (8b644238)
  • Fixed accelerator for saving (56b838fe)
  • Fixed error on deleting a autocomplete option (d1d21bee)
  • Ignore hidden files (e9e218be)
  • Fixed action buttons not diabled without a selection (d0c5ad95)
  • Value for empty rating array set to 0 (0594ed7c)
  • Added temporary button functionality to sheet overview cards (f5281b52)
  • Fixed entity selector structure (d1f4c487)
  • Fixed task type and unessesary whitespace (1c404cba)
  • Fixed conditional comment retieval (34d53015)
  • Fixed correction entity name (3770305d)
  • Reset scale and rotation upon next correction (bcc8a6b4)
Other Changes
  • //github.com/koellemichael/correctinator into backend-rework (f854de38)
  • Added getConfigFileName to parser (909479f6)
  • Added config file pattern to parser (54c0fdca)
  • Bump jest (9ba77946)
  • Removed state type (d41db427)
  • changed Correction id generation (1657535f)
  • Removed state type (46d12bc3)
  • Updated sheet idAttribute (c5da90b4)
  • Added entity selectors (89b921b7)
  • Fixed unnessesary leading space in serializeTasks (bb5889d4)
  • Added formating utility (75c8f8d6)
  • Added Comment to Rating (66592692)
  • Added tasks and comments to parser (89930c09)
Performance Improvements
  • Added saving mechanic (126d126a)
  • Updated correction view to fit the new datastructure (5ce7a93b)
  • Updated schema generator to fit the new datastructure (b04fa918)
  • Updated datastructure to accommodate new backend (924aaf60)
  • Added deleteEntities action (cbe87600)
  • Added selectAllEntities (b7b1ea69)
  • Implemented Redux state in Sheet Overview (6c506f9a)
  • tab index is now stored in redux store (9b44063e)
  • Improved performace of Conditional Comment retrieval (106b7c81)
  • Added ids to corrector, school and location (b701a1c1)
  • Restructued term entity (15c1af9d)
  • Added id field to course (52e40139)
  • Added redux-persist reducer whitelist (b09cbe0a)
  • Split entities from model (93bbdb2e)
  • Added Annotation and Note model (43051976)
  • Added Note model (88a741bb)
  • Added Annotation model (02e15aef)
Refactors
Tests
  • Added tests for getCond...
Read more