Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@kaamui kaamui released this 08 Dec 16:40
· 11 commits to master since this release

Version 1.7.0

New features

  • Added the possibility to mark your documents as favorite. You can then drag and drop them from the library palette (the palette on the right side in Board Mode) to the board, so you can change from one document to another quicker. Note that every recently open document (during your current session) is also temporary added to the Favorite folder in the Library palette, even if they are not marked as favorite. They will be removed when you exit OpenBoard, unless you mark them as favorite (you can do so directly on the favorite folder).
  • Added the possibility to import multiple files at once.
  • Added a "Hints and tips" dialog that shows up in Board Mode, at launch, to provide some basic knowledge on how to use OpenBoard. The dialog can also be displayed via the OpenBoard menu.
  • Removed obsolete "Web Browser" application from OpenBoard.
  • Added a "Replace All" option in the replacement dialog of an UBX import.
  • Added "Export background grid" and "Export background color" options to the preferences.
  • In Board mode, thumbnails on the left palette display the current page in "real-time"
  • Added the possibility to start in Document Mode.
  • UBZ documents can now be imported everywhere in the Documents tree.
  • Added the possibility to hide an object on extended screen when object is selected (useful for editable textboxes that you want to hide with the mask, and edit during class without revealing its content, for example). Note that your OS must be configured with "Extended Mode", not in "Clone Mode"
  • Added a popup asking user what to do when dropping an object above a widget, as the intent could be to drop it inside the widget or on the board.
  • The internal navigator was completely reworked to use a modern, Chrome-based browser engine including full support for HTML5. It represented a lot of work, almost entirely accomplished by @letsfindaway. A huge thank you for his continuous dedication to the project. This migration came with a bunch of rework, but also some cool adding. Among other things :
    • Improved support for creating widgets from web pages and detecting embed-able content.
    • Configurable Cookie handling.
    • Web Inspector for widget developers.
    • Pick images and PDFs from web pages and add them to the board.
  • Added the possibility to drag-and-drop or copy-paste of URLs to the board, to create a widget from the dropped web page, thanks to @letsfindaway.
  • Rework of the display management. Via the preferences, you can now organize your screens in a more user-friendly way, thanks to @letsfindaway.
  • Added a tool to draw Cartesian axes, thanks to @letsfindaway.
  • Added an option to show intermediate grid lines (5mm), thanks to @letsfindaway.
  • Added an option to enable a Seyes ruled background, thanks to @sebojolais. This option is SeyesRuledBackground and to be placed in the [Board] section.
  • Zoom with "Ctrl + mouse wheel". You can have a finer control of the zoom, using this functionality. You can also scroll in the current page (up and down with the mouse wheel, left and right with alt + mouse wheel). Original idea by @ootwch, improved by @letsfindaway.
  • Added a Camera widget, to embed your camera directly in the board, thanks to @letsfindaway.
  • Added the possibility to choose the text box size, by holding the mouse click until the desired width is reached (original idea by @sebojolais).
  • Added the possibility to run the main screen of OpenBoard in Windowed mode, thanks to @micolous.
  • Added support for ffmpeg-5, thanks to @letsfindaway.
  • Added support for Qt 6, with the precious help of @letsfindaway amd @jbbgameich.
  • Added support for Universal packaging on macOS.

Improvements

  • Added keyboard shortcuts to colors (1, 2, 3, 4 and 5).
  • Improved Desktop Mode UI so user knows what's selected easier. Also reduced the time to hold left click for sub-menus to show up
  • Toolbar and Preferences now also usable on low-resolution devices.
  • Improved height handling of text boxes. Height is now automatically handled and adapt through user's width resizes.
  • Improved "confirm-before-delete" dialogs, by making them more explicit on what is about to be deleted. Added better icons to illustrate each use case.
  • Display name in the tooltip of objects in the Library palette.
  • Store JPEG images in their native format, thanks to @letsfindaway.
  • Observe image rotation from image metadata, thanks to @letsfindaway.
  • Size of exported PDF page is now same as imported PDF page size. Thank you @letsfindaway for the help !
  • Allow dropping of images to sub-folders of the image library, thanks to @letsfindaway.
  • Better positioning of annotations, thanks to @letsfindaway.
  • Maintained compatibility for Qt 5.12, thanks to @letsfindaway and @jbbgameich
  • Many performance improvements, with the precious help of @letsfindaway.

Bug fixes

  • Fixed an issue where zooming in/out with an Axes tool on the board could end in a crash, thanks to @letsfindaway
  • Fixed an issue where, in a network-storage context, objects (PDF, audio, etc) could be removed from the document.
  • Fixed an issue where it was no longer possible to resize a widget, horizontally or vertically.
  • Fixed an issue where right-clicking on a textbox, would deselect it, making inoperative the actions of the context menu.
  • Fixed a crash where a not correctly readable PDF would prevent export from working. A new dialog is now showing up to explain user what's going on, before falling back to the export of the PDF pages as detailed (heavy) images.
  • Fixed an issue where user would have to click multiple times on "undo" to obtain the desired result.
  • Fixed an issue where it was not possible to change font size on an empty text box.
  • Fixed an issue where deleting the last character of a text box would provoke a resize of the box.
  • Fixed an issue where user could duplicate a page by accidentally drag and drop a thumbnail from Documents Mode to Board Mode.
  • Fixed an issue where rotating an object more than 90° would flip it horizontally.
  • Fixed an issue on macOS where clicking on "play" on a video would resize it to its original size.
  • Fixed an issue where it was not possible to open an UBZ by double-clicking on it with OpenBoard already launched.
  • Fixed an issue where an unwanted drag and drop could be started when simply clicking on a thumbnail on the left palette.
  • Fixed an issue where grid-size was not persisted, nor read, if crossed/ruled background was not selected (making axes tool loaded in another machine not corresponding to original).
  • Fixed an issue where an object in the right palette could be selected but displayed buttons not referring to it or its current state, after a drag and drop for example.
  • Fixed an issue where clicking on a selected item or on its delegate frame would deselect it.
  • Fixed an issue where Google Maps application was no longer working.
  • Fixed an issue where it was no longer possible to drag and drop a JPEG from a Pixabay search.
  • Fixed multiple crashes.
  • Several issues were fixed regarding interactivities, thanks to the migration made by @letsfindaway to a Chrome-based browser engine. Drop-down lists should now behave correctly, and it should be possible to scroll up and down when needed.
  • Many fixes related to handling of metadata, thanks to @letsfindaway.
  • Export of pages with widgets now export a snapshot of the widget content, thanks to @letsfindaway.
  • Fixed some typos, thanks to @cheese1.

Known issues

  • Some 3rd party widgets may no longer work, as the internal widget API was changed. Please report to the widget author as well as to the OpenBoard team to help updating the widget.
  • Adding a PDF to the board from the internal browser (right click -> add to board) does not work consistently.
  • Some use cases remain where you can end up with documents at the same level having the same name.
  • An issue can occur, that is not clearly identified at this time, when importing an UBX, where users end up with the imported documents appearing multiple times in the documents tree, at the same level.

Linux

  • In Desktop Mode, Gnome Dock should be set to bottom position to workaround the issue with the OpenBoard left palette not being usable from above it (cf. https://bugreports.qt.io/browse/QTBUG-81341 for more details).

Ubuntu 20.04

MacOS

  • Some .mp4 videos can be read, some can't.