Releases: michaelkoelle/correctinator
Releases · michaelkoelle/correctinator
Release v1.4.7
Release v1.4.6
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
Release v1.4.5
Release v1.4.4
Release v1.4.3
Release v1.4.2
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
- Added lint on save setting (95d79931)
Refactors
- Removed console log (5d29414e)
Release v1.4.1
Release v1.4.0
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
- removed bg worker progress (f4f142fc)
- Progress on background threads (f417e64f)
- Changed wording (fde67bd6)
- Changed conditional comment tooltips (f97910de)
- Auto correction fixed typo (16b3a146)
- Added auto correction retry logic (2732b37d)
- Disabled background click on release notes (22aa93ad)
- Renamed SchemeGenerator (1ba95d10)
- Removed unused dialog provider (b4dc115a)
- Added new modals folder (3cc1b08e)
- Removed test dialog (e8948c33)
- Disabled user select (287d7bb6)
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
Release v1.3.8
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
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)