Skip to content

Releases: giacomogroppi/writernote-qt

Writernote 3.0.4h

29 Mar 16:56
Compare
Choose a tag to compare

fix:

  • circle and line painting
  • choosepage as popup
  • zoom

Writernote 3.0.3c

27 Mar 09:26
Compare
Choose a tag to compare

Important fix: access to unallocated memory that causes the application to close when the program starts, and when loading files.

Writernote 3.0.2h

25 Mar 22:36
Compare
Choose a tag to compare

fix for:

  • rubber (now the threads of the eraser are created when the application starts and no longer every time you have to search in the list, this way you save a lot of time and a lot of computing power.)
  • Better view for mobile device and mobile mode
  • Icon: some images have been updated to have a transparent background
  • zoom: the zoom movement is smoother
  • fix for some minor bugs

introduce:

  • new way to manage pressure for point (in the new version 40% less memory is used when the user writes strokes with equal pressure in all points)
  • when the user wants to draw lines, circles, or squares, he just needs to draw it freehand in a rough way, and, without removing the pen from the screen, wait for the application to recognize the shape and replace it with a precise one.
  • New way to draw stroke.
  • Highlighter: the highlighter color is smoother.
  • Touch the page counter now open a new window to change page faster.

Writernote 3.0.1h

11 Feb 21:08
Compare
Choose a tag to compare

fix:

  • some problems with the zoom
  • square: Now you can move an object with the pen at the first touch, the properties window will disappear automatically and you will no loger have to lift the pen and click again.

introduce:

  • laser: The strokes remain visible on the screen for one second after completing them, if you draw again by the expiration of the second, the timer will restart
  • new way to draw highlighter stroke

Writernote 3.0.0h

27 Jan 16:54
Compare
Choose a tag to compare

fix for:

  • updater
  • pop-ups are now an integral part of the application
  • text
  • full screen button
  • minor bug
  • open PDF dialog
  • audio record: (saved in writernote file)
  • now it is possible to select strokes not only starting from the top left to go down to the right
  • now the user is asked if he wants to save in case he tries to create a new file
  • pdf proportion

introduce:

  • new way to manage the deletion of strokes: now it will no longer be necessary to redraw the whole page when a stroke is deleted or moved, as first you draw it with a null color, in order to delete it, and then you draw the strokes close to him, so that if any stroke was corrupted during the deletion it will be fixed, without having to draw the whole page
  • bit information (64 or 32)
  • rubber: multi-thread search in list
  • square: multi-thread search in list
  • square: now when you select a stroke we remove it from the page and keep in an other list and we draw in an other image, doing this speeds up the drawing process in case the user decides to move it on the page, as we don't have to change the page image, but draw it on top
  • audio play: search in list now it's multi-thread
  • multi-thread draw in page
  • page: now when you remove a stroke from a page your image is not reset, but the stroke is "removed" from the image.

Writernote 2.0.5h

15 Dec 21:15
Compare
Choose a tag to compare

bug fix:

  • you can use the eraser with the pen button, instead of switching tools with the button
  • page count
  • rubber partial: now it's possible to set the size of rubber
  • minor bug

introduce:

  • New data struct: now the points are collected in stroke, thus using more than half of the memory less, and instead of redrawing each time the stroke is saved in a sort of "cache" (we kept the ability to upload old files.)
  • shortcuts to move, copy strokes selected with the pen, cut and delete them.

Writernote 2.0.4h

22 Nov 22:56
Compare
Choose a tag to compare

fix: missing load file

Writernote 2.0.3h

21 Nov 15:41
Compare
Choose a tag to compare

fix: in version 2.0.2h when drawing with the zoom other than 100% some objects were drawn with the wrong thickness

Writernote 2.0.2h

20 Nov 17:29
Compare
Choose a tag to compare

Fix for:

  • Load last open file
  • Zoom
  • Export pdf
  • Audio record

Introduce:

  • New data struct for draw faster and support big file
  • New way of drawing sheets [now it's double the size]
  • New insert method: Eraser with the button on the pen
  • Add slider for zoom

Writernote 2.0.1h

14 Oct 19:15
Compare
Choose a tag to compare

Fix fox:

  • It will no longer be possible to draw outside the sheet.
  • Pdf Export

Introduce:

  • It is now possible not to show any more files that do not exist in the recent files list.