Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.88 KB

File metadata and controls

58 lines (46 loc) · 1.88 KB

Changelog

1.0 alpha 3

General

  • Use correct size for fonts on Windows
  • Changed applet location to joeffice.com/online
  • Added how to generate binaries to build
  • Minor bug fixes

Spreadsheet

  • Fixed last row sometimes not taken into account
  • Detect dates in CSV files
  • Close workbook before opening a new one
  • Always use default cell alignment when not specified

Presentation

  • Fixed extra empty line showing on bullet lists

1.0 alpha 2

General

  • Migrated from Bitbucket to GitHub
  • Dark mode using FlafLaf 1.0
  • Added Applet that allows to start Joeffice embedded in any software accepting applets
  • Signed Windows installed
  • Created dmg signed and notarized for Mac OS X

Word Processor

  • Created component not dependant of NetBeans Platform that can be embedded in other Java application
  • Use paragraph style for attributes not defined on text
  • Use a default font (instead of previously used font) when no font is defined
  • Scale fonts to 96/72 for Windows

Spreadsheet

  • Fixed missing background color for spreadsheets
  • Fixed copy values of cells when the cell has a formula
  • Added option to limit the size of the sheet up to the filled in cell
  • Made SheetComponent independant of SpreadsheetComponent
  • Scale fonts to 96/72 for Windows

Presentation

  • Fixed position and size of images in slide

libraries

1.0 alpha 1