Skip to content

Releases: RAIRLab/Peirce-My-Heart

1.3.0

28 Jul 21:52
859fde0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.3.0

1.2.4

25 Jul 15:57
896d805
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3

10 May 14:52
41c66ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2

06 May 19:46
8d21575
Compare
Choose a tag to compare

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

15 Apr 02:08
4d2a377
Compare
Choose a tag to compare

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

14 Apr 07:15
8a40d13
Compare
Choose a tag to compare

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

Full Changelog: 1.1.2...1.2.0

v1.1.2

19 Mar 23:09
c17e6d9
Compare
Choose a tag to compare

In Proof Mode, one double cut insertion can no longer allow existing atoms to be in between the two cuts

Winter Cleanup! (1.1.1)

08 Jan 12:25
0b21d94
Compare
Choose a tag to compare
  • 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

04 Jan 16:15
5bf28cc
Compare
Choose a tag to compare

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

09 Dec 05:07
Compare
Choose a tag to compare
Pre-release

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