Releases: RAIRLab/Peirce-My-Heart
1.3.0
1.2.4
What's Changed
- Bump @types/node from 20.12.8 to 20.12.11 in the all-npm-dependencies group by @dependabot in #399
- Added some badges and platform disclaimers in the readme. by @James-Oswald in #400
- Bump @types/node from 20.12.11 to 20.12.12 in the all-npm-dependencies group by @dependabot in #401
- Bump the all-npm-dependencies group with 2 updates by @dependabot in #402
- Bump the all-npm-dependencies group with 2 updates by @dependabot in #403
- Delete .mailmap by @James-Oswald in #404
- Bump the all-npm-dependencies group with 2 updates by @dependabot in #405
- Bump the all-npm-dependencies group with 3 updates by @dependabot in #406
- Bump the all-npm-dependencies group with 3 updates by @dependabot in #407
- Bump the all-npm-dependencies group with 3 updates by @dependabot in #408
- Bump the all-npm-dependencies group with 2 updates by @dependabot in #409
- Bump the all-npm-dependencies group with 4 updates by @dependabot in #410
- Fewer Themes by @RyanR712 in #398
- Quick Theme Loading Fix by @RyanR712 in #412
Full Changelog: 1.2.3...1.2.4
1.2.3
1.2.2
Added basic Firefox save and load file support
What's Changed
- Bump vite from 5.2.8 to 5.2.10 in the all-npm-dependencies group by @dependabot in #385
- For All My Low Attention Span Buddies Out There! by @RyanR712 in #387
- Bump vitest from 1.5.0 to 1.5.2 in the all-npm-dependencies group by @dependabot in #389
- Bump the all-npm-dependencies group with 3 updates by @dependabot in #392
- 388 firefox cannot save or load files fix by @James-Oswald in #390
Full Changelog: 1.2.1...1.2.2
1.2.1
Slight bug fix with naming conventions on Windows cmd terminal. No API breaks.
What's Changed
- Dusting off the broom... by @RyanR712 in #381
- Bump peaceiris/actions-gh-pages from 3 to 4 in the all-gh-actions-dependencies group by @dependabot in #384
- Bump the all-npm-dependencies group with 4 updates by @dependabot in #383
- Better Format for Downloaded Files by @RyanR712 in #382
Full Changelog: 1.2.0...1.2.1
1.2.0 Undo and Redo Shortcuts
Addition of undo and redo shortcuts in draw mode and proof mode via ctrl+z and ctrl+y.
Code updates make this a breaking change, old proof files from before this version will no longer generate icons due to changes.
What's Changed
- Bump the all-npm-dependencies group with 4 updates by @dependabot in #377
- Bump the all-npm-dependencies group with 2 updates by @dependabot in #378
- Bump the all-npm-dependencies group with 3 updates by @dependabot in #379
- Undo and Redo Shortcuts! by @RyanR712 in #360
Full Changelog: 1.1.2...1.2.0
v1.1.2
Winter Cleanup! (1.1.1)
- Removed Playwright and associated workflows
- Removed Electron and associated workflows
- Removed website portion of the project and associated links to it
- Added a clear tool to Draw Mode
- Organization and naming changes
1.0.1
Contains all updates from 12/12/2023 to 1/04/2024.
These included a documentation overhaul, changes in organization and refactoring, cleaning up dependencies and minor miscellaneous bug fixes.
The most recent fix was removing mousedown events for middle click and right click on physical mice.
First official release! Version 1.0.0
This is the final version of the application with work done by Fall 2023 ICSI 499 Team 1.
It includes full functionality for the construction and sharing of existential graphs.
Beyond the features from 0.9.0 this version includes:
- Simple Playwright UI test integration for chrome.
- Proof History and backtracking via a new sidebar in proof mode
- Ability to clear proofs via the "Clear Proof" button
- Code cleanup