Skip to content

Releases: michaelkoelle/correctinator

Release v1.4.7

15 Nov 09:14
Compare
Choose a tag to compare

1.4.7 (2021-11-15)

New Features
  • Added customizable text for correct and incorrect tasks (9c6c8abf)

Release v1.4.6

09 Nov 15:11
Compare
Choose a tag to compare

1.4.6 (2021-11-09)

New Features
  • The state is now reset if the reference to the current .cor file is lost (9ebce106)
Bug Fixes
  • Import now ignores MACOSX dir entries in the zip (e2ff9141)
  • Fixed state reset on app start if reference to .cor file is lost (8f021d46)
  • Fixed backup starting while app is not active on macOS (cd34ce00)

Release v1.4.5

27 Oct 01:04
09ce9d4
Compare
Choose a tag to compare

1.4.5 (2021-10-27)

New Features
  • Close file menu item is now disabled when no file is currently open (0d0f4009)
  • Added default filepath for imports (b8031cbd)
  • Added english Uni2Work rating files support (79b09716)
Bug Fixes
Refactors
  • Updated types (4b475765)
  • Replaces manual path creation with path.join (2e951374)
Tests
  • Added tests for english rating files (337414b5)

Release v1.4.4

01 Jul 15:53
Compare
Choose a tag to compare

1.4.4 (2021-07-01)

New Features
  • Added cancel option to auto correction (005bb0b2)
Bug Fixes
  • Fixed force backup on windows (ba01abda)

Release v1.4.3

01 Jul 10:54
Compare
Choose a tag to compare

1.4.3 (2021-07-01)

Bug Fixes
  • Catch error if backup fails (186797be)
  • Fixed width of task number input (73acc6d8)
  • Fixed submission file not correctly loading if file name is the same as previous file (d5ac66f6)
  • Only show auto correction suggestion if single choice tasks exist (f868bbf1)
Other Changes

Release v1.4.2

30 Jun 18:59
Compare
Choose a tag to compare

1.4.2 (2021-06-30)

New Features
  • Added dialog suggesting auto correction on start of correction (4be4de27)
  • Added force backup (5d44e336)
Bug Fixes
  • Auto correction now no longer shares temp dir with submissions (9219e3b5)
  • Fixed double slash on import file paths (c49ccf1e)
  • Added delay on closing on downloading update on macOS (4d97bf66)
Other Changes
Refactors

Release v1.4.1

28 May 09:24
Compare
Choose a tag to compare

1.4.1 (2021-05-28)

Bug Fixes
  • Fixed Conditional Comments Text Input width (9b9d2022)
Performance Improvements
  • Optimized autosave, now saves after 3 sec idle (d2b75232)

Release v1.4.0

24 May 14:25
Compare
Choose a tag to compare

Upgrading from previous version: Close app, and go to %appdata%/correctinator (%user%/Library/ApplicationSupport/correctinator on macOs) and delete all files and folders (except Backups if you want to keep them). Then restart the app.

Breaking Changes
  • Added value type override for export (ebf7367b)
  • Added progress bar to auto correction (535bc3e7)
  • Added Import Progress Bar (2fc81424)
  • Added export progress indicator (51b792f3)
  • Settings rework (6a4d4c42)
New Features
  • Added show exported file button (6e19f42c)
  • Removed choose path from export dialog (05ea9393)
  • Added Close Icon to Release Notes Modal (9fa9044c)
  • Added filename to mediaviewer toolbar (f1fe69fe)
Bug Fixes
  • Fixed Export overflow x (f4e556a1)
  • Fixed padding settings dialog (e35b6f4e)
  • Update Restore Backups Menu Item upon closing a file (0b5bcec3)
  • Disabled submenus if not availiable (404d15ed)
  • Fixed Menu Theme (0328cd11)
  • Fixed backup restore menu not updating after switching files (5e8953d3)
  • Disabled restore backups menu item if no backup was made yet (9e4158d0)
  • Fixed quitting app before downloading updates on macOS (e1c90b8a)
Other Changes
Performance Improvements
Refactors
  • Modularized ipc constants (3b0533b4)
  • Moved backup listener in own file (2e807293)
  • Removed unused imports (f935b3c3)
  • Converted InfoDialog and SettingsDialog to Modals (b2c76f69)
  • Extracted OverwriteDupilcateSubmission Dialog from SheetOverview (084d888e)
  • Converted UpdaterDialog to UpdaterModal (afad7892)
  • Renamed MenuItems in Help menu (7cfb0e66)
  • Converted ExportDialog to ExportModal (6f470734)
  • Extracted ConditionalComment from ExportDialog (ab7a91f0)
  • Extracted SystemThemeUpdateEffect (d6d82736)
  • Converted ReleaseNotes to ReleaseNotesModal (bb3f8843)
  • Extracted effects from TitleBar (69f55b8b)
  • Extracted dialogs from CorrectionView (d6d8150b)
  • Extracted dialoges and effects from SchemaGenerator (081ecc97)
  • Modularized Effects from Routes (c086e4d0)
  • Used ModalProvider for unsaved changes dialog (ab4422b7)
  • Using ModalProvider for MenuItem Dialogs (ed2b2534)
  • Now using ModalProvider for dialogs in CorrectionView (89ad2c50)
  • Now using ModalProvider in Schema Generator (1c4af686)
  • Added confirmation dialog template (3f4d2be1)
  • Added modal and dialog providers (5839b772)
  • Modularized app menu (ea5432f8)
Tests
  • Updated test value type override (7f99fa80)

Release v1.3.9

13 May 22:16
Compare
Choose a tag to compare

1.3.9 (2021-05-13)

New Features
Other Changes

Release v1.3.8

13 May 13:50
Compare
Choose a tag to compare

1.3.8 (2021-05-13)

New Features
  • Deleting the last subtask carries over parameters to parent (f6ad3193)
  • Adding subtask now also carries over step (9bfc3da0)
  • Close app upon download on macOS (9b691844)
  • Creating a subtask now carries over max, value and comment from its parent (f12df4d1)
Bug Fixes
  • Fixed overwriting a parent task (1406902e)
  • Removed document icon path, now using default (f1f32d9c)
Other Changes
  • Changed notes label text (39624234)
  • Changed download text on macOS (11145c34)
  • //github.com/koellemichael/correctinator into dev (a7618587)
Refactors
  • Moved IPC updater logic in its own file (b8f513cd)