Releases: michaelkoelle/correctinator
Releases · michaelkoelle/correctinator
Release v1.0.9
Release v1.0.8
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
Other Changes
- Removed legacy check for updates (ba12d814)
Refactors
- Removed unused log (fbf96f2f)
Release v1.0.7
Release v1.0.6
1.0.6 (2021-02-10)
Continuous Integration
- Removed branches trigger (fc105944)
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
Release v1.0.5
Release v1.0.4
1.0.4 (2021-02-05)
Build System / Dependencies
- Downgraded to node type 12 (a8ad9661)
- Bump @types/node version (d6a85fb2)
- Added adm-zip dependency (81708f7f)
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
Release v1.0.2
1.0.2 (2021-01-30)
Continuous Integration
- Changed trigger to push (1bc1ff53)
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
Other Changes
- Save before reloading state after deleting a sheet (9255a18f)
Performance Improvements
Release v1.0.1
1.0.1 (2021-01-29)
Build System / Dependencies
- Bump dependencies (b0b53451)
Continuous Integration
- Changed trigger to pull request (396e524c)
Documentation Changes
- Fixed typo (3a0304b5)
Bug Fixes
- Only expand note when marked (e0a1ab80)
- Fixed note can never be empty string (12761957)
- Fixed rating getting higher than max (ce09ec8c)
- Fixed save on close (3d847919)
- Fixed save accelerator on windows (4ffe19f5)
- Fixed note update (9c66cc2a)
- Fixed YAML import (41bdc5f9)
Other Changes
- Lowered margin on bottom (6fdca232)
Release v1.0.0
1.0.0 (2021-01-28)
Build System / Dependencies
Continuous Integration
- Changed test action trigger (38d7e246)
- Updated build/release procedure (e59b3450)
- Updated test procedure (0533aa74)
- Updated test procedure (151067f1)
- Added test github action (8acd4519)
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
- Removed default menu (7d9820db)
- Remove unused functions (41ef3f39)
- Removed file from submission (a680cef2)
- Removed files from parser (356c8bfa)
- Removed files from submission (e70136ec)
- Renamed NewHome to Navigation (338e7ce2)
- Removed unused functions (e8c90cd1)
- Removed linter ignore (ea3fc94d)
- Refactored correctionToString to serializeCorrection (1583c294)
- Changed task to tasks (a6bad868)
- Modularized parser (5ca7785e)
Tests
- Added tests for getCond...