Skip to content

Releases: michaelkoelle/correctinator

Release v0.9.8

08 Dec 17:08
Compare
Choose a tag to compare

0.9.8 (2020-12-08)

New Features
  • Added Full points and Missing Solution button (fc56c615)
Bug Fixes
  • Added Close Icon to Export Dialog (3752b9df)
  • Fixed typo in schema generator (61807d6c)
Other Changes
  • //github.com/koellemichael/correctinator into dev (6ae7487b)

Release v0.9.7

23 Nov 20:00
Compare
Choose a tag to compare

0.9.7 (2020-11-23)

Bug Fixes
  • Reset file index on new incomming props (3a8a2f89)

Release v0.9.6

23 Nov 18:15
Compare
Choose a tag to compare

0.9.6 (2020-11-23)

Bug Fixes

Release v0.9.5

23 Nov 14:37
Compare
Choose a tag to compare

0.9.5 (2020-11-23)

Build System / Dependencies
New Features
  • Added change Workspace option to menu (f2914006)
Bug Fixes
  • Fixed default export filename (fed1f8cc)
  • Fixed pdf text layer offset (0206a795)
Other Changes
  • Removed unused prop (74ac8623)
  • //github.com/koellemichael/correctinator into dev (9939efda)

Release v0.9.4

09 Nov 13:23
Compare
Choose a tag to compare

0.9.4 (2020-11-09)

Bug Fixes
  • Release notes were not properly displayed in production (ab98ea68)
  • Fixed auto completion (a628ea8d)
Other Changes
  • //github.com/koellemichael/correctinator into dev (8702a970)

Release v0.9.3

09 Nov 10:05
Compare
Choose a tag to compare

0.9.3 (2020-11-09)

Build System / Dependencies
Bug Fixes
  • Removed mac traffic lights from title bar (d4ff4bbc)

Release v0.9.2

30 Oct 21:26
Compare
Choose a tag to compare

0.9.2 (2020-10-30)

Build System / Dependencies
  • Added types for archiver and deepEqual (367a942e)
  • Added normalizr and setImmediate (e3be98fb)
Bug Fixes
  • Fixed export problem in production (d9444c03)

Release v0.9.1

29 Oct 01:48
Compare
Choose a tag to compare

0.9.1 (2020-10-29)

New Features
  • Added to first and to last buttons (6e5aea98)
  • Added close release notes dialog after timeout (54bb3a00)
  • Time Display now shows zero when undefined (7622bfb2)
Bug Fixes
  • Fixed too much export info (b451f9f2)
  • Changed text field to be controlled (d4fc7d7e)
  • Fixed error where type ist undefined (cabab6b1)
  • Fixed stale state issue (b1b0d10f)
Other Changes
Code Style Changes
  • Changed color of finish button (1acebe65)
  • Changed icon and text color (ca44e47e)
  • Changed horizontal padding of correction overview (137c0cbf)
  • Changed scrollbar visuals (8725b6b6)
  • Added next and previous icons (26c1be35)
  • Added conditional expand less icon (e211bb50)

Release v0.9.0

27 Oct 01:57
Compare
Choose a tag to compare

0.9.0 (2020-10-27)

Continuous Integration
  • Added auto update debug file to gitignore (230add6a)
New Features
  • Changed taskbar app name (807ab58d)
  • Added custom icon (35962469)
  • Added a button to skip to the next open correction (23e1e44e)
  • Added custom dialog when no sheet has a schema or no sheet is available (618c2841)
  • Added overwrite dialog to the import dialog (e66a216b)
  • Added time stats to Sheet Overview Cards (36c9396e)
  • Enhanced time displays to the correction view (1f4fb3a8)
  • Added time stats for correction (d0943015)
  • SheetOverview now hands over the current sheet (d10b71b2)
  • Added start correction dialog to schema generator (ec2a236f)
  • Added schema generator overview panel (584c3074)
  • Added sheet selection on CorrectionView when no sheet is corrected yet (94f4f3ae)
  • Added menu item to show release notes (1d0edeb0)
  • Added dark mode (66078456)
Bug Fixes
  • Added span tags around the buttons for tooltips (3c0755c7)
  • Fixed initial value for schemaSheet (5982abe5)
  • Fixed handover of sheet to schema generator (eebdcad0)
  • Fixed bug where import submission were all duplicates (e93fe655)
  • Fixed stale time stat props (ddb0a253)
  • Fixed saving error when submission path is undefined (095f6c4c)
  • Changed initial selection value of schema generator (7699c044)
Other Changes
Performance Improvements
Code Style Changes
  • Remove redundant button in schema generator (9c0ba85a)
  • Changed schema generator title text (776927b7)
  • Changed error text padding for schema generator (7674195e)
  • Changed tab indicator color (7eb681dd)
  • Added release notes loading indicator (5c968518)
  • Updated style for "File not found" of Media Viewer (88a61102)

Release v0.8.1

22 Oct 13:40
Compare
Choose a tag to compare

0.8.1 (2020-10-22)

Continuous Integration
  • Automatically publish release (e140e8b1)
New Features
  • Added conditional comments upon export (859b1f7d)
  • Marking a correction now expands the overview to quickly take a note (9db6d3d1)
  • Added feature to add a note to a correction (b0a5c6ef)
  • Added feature to mark corrections (225cf187)
  • Added additional comments for each correction (97d3e121)
  • Added autocomplete for task comments (ef380b80)
  • Added delete button to sheet card menu (7f80c1bc)
Bug Fixes
  • Fixed zip export with empty comments (eab78a78)
  • Fixed export multiple in overview page (d05f786d)
  • Fixed autocorrection for sub tasks (63abf775)
  • Deleting the last sheet now shows correctly (42dd7fe0)
Performance Improvements
Refactors
  • Centralized state of correction view (7eb429a0)
  • Removed redundant function sumParam (4ad7b8fc)
Code Style Changes
  • Changed padding for correction overview (c2bb2d85)
  • Removed Add Note button (52489a73)
  • Changed right margin for the overview tab (075fadeb)
  • Improved layout for overview tab (a801f655)
  • Changed elevation of cards (d9e19364)
  • Added responsive layout to Schema Generator (549af7f0)
  • Added CircularProgress to Sheet Cards (10814d4d)