Skip to content

Releases: pgallo725/livetext-pds

LiveText v1.2.0 (Release Candidate)

11 Dec 16:58
Compare
Choose a tag to compare

This new LiveText build includes several bugfixes and resolves many potential memory leaks, leading us to declare this version as the Release Candidate of our assignment.

  • [NEW] Added TCP KeepAlive functionality on textserver, to automatically remove non-responding clients
  • Improved handling of clipboard MIME data by extending HTML parsing capabilities (with better performance)
  • Resolved many (confirmed or potential) memory leaks in both the editor and the landing page
  • Server socket buffers are now properly isolated, fixing several related bugs and improving stability
  • Rework of the method used to show all modal dialog windows, to avoid crashes happening on forceLogout/forceDocumentClose errors
  • Improved server logging
  • The color red (along previous colors) is now correctly assigned to users opening a document
  • Fix some dialog windows not having the proper focus
  • Fix error popups not always appearing on top and not stealing the focus of all other opened windows
  • Fix rendering of transparency elements in online user icons
  • Fix a crash caused by the status bar internal timer
  • Fix crash happening when editing a line with justified format
  • Fix a bug making increment/decrement font size buttons unusable
  • Fix a bunch of different misbehaviours in case of error signals

LiveText v1.1.0 release

30 Nov 20:25
Compare
Choose a tag to compare

A new LiveText build, including several improvements, bugfixes and new features has been released.

Changelog:

  • [NEW] Introduced support for subscript and superscript text in the editor (with dedicated UI buttons)
  • [NEW] The editor now properly handles the pasting of contents copied from an external source (e.g. a browser or another application) as HTML data, only a subset of tags and formats are supported but LiveText will take care of the unsupported attributes automatically
  • Enlarged online user icons and improved rendering
  • Improved editor menu shortcuts and accessibility, along with some minor fixes
  • Fixed several issues related to online users information and account updates
  • Fixed cursors not being properly aligned when the editor window or the text was resized
  • Fixed some dialog windows losing focus on their default button/textbox after being closed the first time

LiveText v1.0.0 public release

23 Nov 18:52
Compare
Choose a tag to compare

LiveText goes public

This is our first public release with packaged binaries, which marks the start of an open testing phase.

If no relevant issues will be discovered (by us or other collaborators), this version will be delivered as the final product of our assignment, otherwise a release with the appropriate fixes will be published.

Note: both applications require the Visual C++ Runtime libraries installed on your sistem, vc_redist.x64.exe is provided in both release packages but has to be installed manually if needed.