Skip to content

Releases: huridocs/uwazi

v0.1.4

08 Aug 16:14
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

New features

  • Improved connection to a paragraph experience. Now the target document is loaded as a fully functional document, allowing users to display its metadata and connections. Previously these panels were not available for target documents.
  • Existing connections in the target document can now be easily reused as target paragraph by selecting them in the document body or the side panel, no need to manually highlight the target text anymore.
  • Now documents will display also inbound connections (from other documents towards text snippets in the current document), previously it was showing only the outbound ones (from this document towards other documents or snippets in other documents).
  • Added "date" metadata property. Now documents can have dates as properties and can be filtered by date ranges with a handy date picker.

Small improvements

  • Metadata configuration has been moved to "Settings", freeing up space in the navigation bar and concentrating all settings into a single section.
  • Improved metadata configuration section design to match that of the rest of the application. This section still had legacy styles.
  • Changed some UI colours including background and other styles improving the overall design and readability.
  • When downloading the original file, it will be named after the document's title property, resulting in better file names. Previously it was downloaded with the internal database unique id which was confusing.

Bug fixes

  • Fixed a rendering bug in the sidebar height in mobile devices.
  • Now collection name is properly saved.
  • Filtering by thesauri is working again.
  • Removed a misplaced link in the titles of the connection cards that was leading to accidental navigation to other documents.

v0.1.3

27 Jul 15:14
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

New features

  • Logged in users can delete existing connections through the "delete" link in the connections side panel in the document viewer.
  • All users can download the original file through the floating action button in both library and document viewer.
  • Logged in users can delete documents through the floating action button in both library a document viewer.
  • Document types are now displayed as a coloured label besides the document title easing type recognition.

Small improvements

  • All connections within the text of a document are dimly highlighted while the connections panel is open, helping the user to better spot interesting connections.
  • Alert messages are now displayed as a fixed floating banner so user can see them regardless of their current scroll position.
  • Now we have a footer providing alternate navigation and helping users identify the end of content.

Bug fixes

  • The top navigation menu will properly display in smaller viewports and automatically close when navigating between pages.
  • Now only logged in user will see the buttons for creating new connections between content.
  • Admin and metadata sections properly show scroll bars.
  • Now only logged in users can access the settings page.
  • Now recently published documents will show up in the library without needing to refresh.
  • Fixed a glitch that was wrongly displaying a lateral scroll bar in document viewer.
  • Now navigating to library while a filter is applied is properly showing results in the list.
  • Now the browser auto completer in the search bar is disabled. Previously was conflicting with Uwazi's search suggestions.

v0.1.2

06 Jul 17:17
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

New features

  • Login page has been redesigned. Now it supports password recovery.
  • Admin page has been redesigned. Now it supports password change, collection title configuration, admin e-mail configuration and logout.
  • Cards have been redesigned to better adapt to different viewport sizes and adjust to dynamic heights.
  • Now clicking on a card in the library will display its metadata in the side panel instead of opening the document for viewing.
  • Now connections are ordered in the side bar in order of appearance in the document, improving usability by evidencing the document structure.
  • Added pagination to library. Now the counters properly express the amount of documents displayed/filtered. Also there is a button on the bottom of the library for loading more documents. It loads in batches of 12 documents each time the button is hit.

Small improvements

  • Bigger side bar: better usage of space for a better legibility of metadata and connections.
  • Displaying and creating connections between content has been enhanced for better usability.
  • Smaller drag&drop area for document uploads for better space usage.
  • Now full text searches will give more relevance to document titles for better location on title searches.
  • Now the document viewer will display a loader to inform the user that the document is being loaded.
  • Now the upload date is displayed in the card body with a preceding label "upload date", clarifying the meaning of this date.

Bug fixes

  • Fixed a bug that would allow users to create duplicated metadata (documents, connections, dictionaries).
  • Added close button to connections panel.
  • Now the router handler will refresh the content if the URL params have changed.
  • Fixed a glitch after publishing a document from uploads to library, it wouldn't appear in the list unless refresh. Now it shows up without refresh needed.
  • Now native browser autocompletion on the search bar won't be triggered when attempting to search, interfering with the search box.

v0.1.1

14 Jun 09:39
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

New features

  • Connection displaying has been greatly improved:
    • Improved design
      • The side panel now has a title and close button.
      • Connection card design has been improved.
      • Connections are not highlighted on the document body by default so no noise or visual stress is introduced in the text.
      • The side panel will always show all connections for the current document.
    • Improved navigation:
      • Hovering or selecting a connection card on the side panel will highlight the matching text in document body.
      • Connections are highlighted on the document body and side panel on mouse over the connection card or the text snippet. So even if its invisible, it will react to a mouse over event.
      • Clicking on the text snippet in the document body will scroll the side panel, focus and highlight the matching card.
      • Likewise, clicking on the connection card will scroll the document body, focus and highlight the text snippet.
    • Improved connection creation:
      • Added numbered steps to better guide users through the process.
      • Now users can effectively select the connection type on creation.

Small improvements

  • Changed the behaviour of text selection in document viewer so it allows for text copying. Previously the copy function was blocked by the “connection creation” feaure.
  • Now the sidebar will render in a smaller size for mobile devices so it won’t totally cover the background content, improving the user experience.
  • Improved the message in the upload area so users have better understanding of the functionality.

Bug fixes

  • Fixed a bug in “metadata > document types” where hitting save repeatedly on a newly created document type will lead to duplicate document types.
  • Fixed a bug in “select type” when rendering metadata will toss a javascript error.
  • Fixed a bug in “select type” where the current value wasn’t being displayed.
  • Fixed an incorrect padding in the scroll bars in the document viewer that will display scroll bars in the middle of the content.
  • Fixed a layout glitch where the sidebar was wrongly overlaying part of the content.

v0.1.0

06 Jun 16:08
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Notable changes

  • Full revamp of metadata > document type section:
  • Now it will display a "Duplicated field" feedback error when trying to create fields with equal names within the same document type.
  • When marking a property as "Use as filter", now it will display a visual map of properties from other document types with equal names and also marked as filters, allowing for better understanding on filter coincidence across different document types.
  • "Use as library filter" relabeled to "Use as filter".
  • "Required field" relabeled to "Required".
  • "Save template" relabeled to "Save".
  • Added several tooltips explaining filtering and filter coincidence.
  • Now scrolling is independent for main view (search results, document view) and side panel (metadata and relation view) making navigation easier.

Small fixes

  • Fixed a bug when adding a "select field" to a document type and leaving the default dictionary, actually it was being saved with no dictionary causing a cascade of errors.
  • Now the "edit metadata" option in floating action button will only be visible if the user has permissions (is logged in).
  • When stacking filters in the public library sidebar, feedback properly shows "Filters for [document type]" when selecting only a document type and "Common filters for [document type 1] and [document type 2]" when selecting more than one type.
  • When closing the "Edit metadata" side panel, a confirm message about loosing changes will be displayed and if accepted, the form will be reset to its initial state an close. Previously it would close and keep the state of the form.
  • Now the confirm deletion message for documents that failed to upload and the confirm deletion message for regular documents display different messages. Previous message was misleading.
  • Fixed a bug that prevented saving document metadata when the document was large. The text of the document was wrongly being sent to the server overflowing the allowed payload.