Releases: performant-software/faircopy
Releases · performant-software/faircopy
FairCopy v1.2.0
This public release includes all the beta improvements and bug fixes since v1.1.10.
Improvements
- Hovering the mouse over a resource name or ID now summons a tooltip with the unabridged name or ID.
Bug Fixes
- Copying a surface now also copies the associated zones.
- Fixed problem where the structure tree would occasionally disappear
- Fixed TEI Export so that XML is properly formatted.
- Fixed issues with Resource Browser formatting when names and/or IDs are really long.
- Don't allow the user to select Documentary Preview mode if the document has no facsimiles or no surfaces on facsimiles.
- Disable local images, doesn't work presently.
- Fix label on the Copy surface button.
FairCopy v1.2.0-beta.3
Improvements
- The user can now preview TEI Documents in either as a reading text or documentary view.
- In the Facs Editor, "Move Surfaces" is now "Copy Surfaces". This creates duplicate surfaces in the target facs instead of moving them.
- Make the project window resizable, increase the max number of remote projects displayed
- Change date element to inter type
Bug Fixes
- Fixed bugs related to move surfaces function.
- Reimplement getPathBasename() to remove dependency on Node module in render process.
- Fix bug in structure tree alignment
- Remove old gif based spinner in favor of ring spinner
- Refactored application to use Electron Forge Webpack instead of Create React App.
- Improved security of Render Processes using Context Isolation
FairCopy v1.2.0-beta.2
Improvements
- The user can now configure the color of the underlines used for mark elements. This allows the user to at a glance identify elements common to their corpus. This is configured in Project Settings -> Editor.
- New application icon and installer assets have been added for Windows and MacOS. There is now a cool spinner that runs while installing on Windows. On Mac, the DMG page has been spiffed up.
- Added a "Find" feature to the editor in remote and offline projects. Disabled the project wide search, which was only available in offline projects. This feature allows you to search the currently open document for a case insensitive match on the search query. Also supports searching for the phrase with a specific element type or with specific attributes.
Bug Fixes
- Established a max character length for display of names in the resource browser, so that longer names don't break display.
- Fixed a bug where when a user creates a new TEI Document in a remote project and then tries to preview or export it without first checking it in, nothing happened. New TEI Documents now export and preview properly.
FairCopy v1.2.0-beta.1
Improvements
- Improvements to the sizing and layout of images in the preview window as they respond to custom CSS.
- Links in the preview window now work, both to external websites and anchor tags within the document. Link behavior is triggered by the use of a ref element with a target attribute.
- You can now sort by ID or by name in the Resource Browser
- The UX for the name filter has been improved, adding a clear filter button and filter as you type functionality
- TEI Schema has been updated to be compatible with TEI v4.7.0, latest version.
- Font Awesome icons have been migrated to CC licensed v6.5.1. Some icons have a different appearance now. The TEI Docs icon is now an open book instead of a stack of books.
- Replace on Import - When you import new resources, you now have the option in the import dialog to replace any existing resources that have the same ID. The existing resources must be checked out if working with a remote project.
- Filter by Name or ID - When using the resource browser, the user can now filter the list based on the name or ID of a resource. Press enter in the field to update the filter.
- Logout and Login buttons moved - The login button is now part of the notice when one is logged out of a remote resource. The logout button has been moved to the settings window.
Bug Fixes
- XML used by preview window was being pretty formatted, which resulted in extra spaces in some documents.
- Bug fix for problem on production where thumbnails sometimes don't appear. Was a problem with local ID map getting out of synch with server.
- Cut and paste was broken in the attribute drawer fields on MacOS. This is now fixed.
FairCopy v1.1.10
This is a bug fix release to address a problem with the Facsimile Editor not being able to draw zones shapes on MacOS.
FairCopy v1.1.9
Improvements
- Users can now move images between facsimiles
- Move Resource function is restored and now works for remote projects
Bug Fixes
- Long filenames obscure close button
- Limit autocomplete of TEI Pointers to current document
- Fixed intermittent error when checking out resources in remote projects
FairCopy v1.1.8
Bug Fixes
- Fixes a problem where facsimile resource viewer will not advance to the next or previous image.
FairCopy v1.1.7
Bug Fixes
- Crash bug deleting resource with no parent
- Error message when checking out config
FairCopy v1.1.6
Improvements
- Users can now create hotkeys for their favorite Mark elements. Hotkeys must use at least one of: alt, control, meta, or option keys. When used in a remote project, the user must have project config privs to edit the hotkeys, which will be shared by all members of the project.
- User can now pin the attribute drawer in the open position, to prevent the editor from hopping around as they move between elements.
Bug Fixes
- A number of issues have been addressed around log in to remote projects, include server side session time outs.
FairCopy v1.1.4
Improvements
- The IIIF Import Dialog now supports IIIF Presentation API v2 Collection endpoints. The user can navigate a tree of collections to select the correct manifest to import. You can also now import texts that are attached to Sequence and Canvas objects that are plain/text or TEI/XML.
- The Import Text Dialog now allows the user to select between importing a plain text file as a text resource or a source document resource.