Skip to content

Releases: micromata/projectforge

Release 7.5

21 Oct 03:24
Compare
Choose a tag to compare

New Features

Improvements

  • The main calendar refactored (colors, functionalities, more customizable etc.)
  • Datatransfer-Plugin: Notification improved
  • Vacations: support now multiple substitutions, shows conflicts
  • History of changes improved.
  • 2FA-requests preserve now input fields.
  • lots of minor improvements.
  • user/group administration in new version.

Security

  • Issues of security pen test

Bug fixes and improvements

  • Several minor bugfixes

Docker

You can download the binaries from Docker hub: micromata/projectforge:7.5 (https://hub.docker.com/r/micromata/projectforge)

Release 7.4

19 May 00:15
Compare
Choose a tag to compare

New Features

  • 2FA (use SMS, mail, Authenticator app or Webauthn/Fido2 as 2nd factor for much more security.)
  • Password reset for users implemented (it’s only usable for users with configured 2FA / mail isn’t supported for password reset due to security reasons).
  • Scripts may be executed by users/groups without special rights (sudo functionality is supported). You may configure reports e. g. for project managers including financial data.
  • mass update and selection of invoices for e. g. bank transfers etc.
  • Datatransfer:
    • Multiple upload with progress bars implemented. Very nice.
    • Multi selection of files for deletion and download.
    • Audit on areas added (for seeing what happened)
    • E-mail notifications improved: files being deleted and audit log on areas.
  • Password reset for users: Admins may enter cell numbers of users to enable password for users without any configured 2FA.

Improvements

  • CSRF-Handling: if session token was changed, the user is able to simply reload the page for continuing.
  • mass update functionality refactored and improved.
  • pagination for result lists of new UI introduced.

Security

  • 2FA is now fully supported. You may configure:
    • 2FA after login (expires after x days after if stay-logged-in is used)
    • 2FA expiry time (from 1 minute to 90 days) for special usage (e. g. user administration, password changing, financial stuff etc.)

Bug fixes and improvements

  • Several minor bugfixes

Docker

You can download the binaries from Docker hub: micromata/projectforge:7.2 (https://hub.docker.com/r/micromata/projectforge)

Release 7.3

09 Mar 12:23
Compare
Choose a tag to compare

New Features

  • Combination of DataTransfer and Merlin: Serial PDFs/Words may be automatically generated and sent to the personal boxes of the users/employees.

Improvements

  • Combination of DataTransfer and Merlin: Serial PDFs/Words may be automatically generated and sent to the personal boxes of the users/employees.
  • Scripting functionalities improved.

Security and privcay protection

  • Data protections improvements.
  • 2FA introduced (will be improved soon).

Bug fixes and improvements

  • Several minor bugfixes

Docker

You can download the binaries from Docker hub: micromata/projectforge:7.2 (https://hub.docker.com/r/micromata/projectforge)

Release 7.2

16 Aug 15:11
Compare
Choose a tag to compare

New Features

  • Word-Templating (Merlin): Word templating for letters, information, contracts etc. with serial execution including variables, if-else-expressions etc. inside docx (like Velocity-Scripting-engine). All users/emloyees may receive letters/contracts etc. (as Word and/or PDF-files) in ther personal boxes via serial execution.
    example template files included for a quick start.
  • Log viewer added (for admins as well as for users for tracking own activity for mass updates of time-sheets, usage of Merlin or Datev-imports)

Improvements

  • DataTransfer-Plugin: encryption added
  • Exporting SEPA-cash transfers improved: special characters unsupported by banking software will be replaced/removed.

Security and privcay protection

  • Features for deleting data such as addresses, employee, vacataion data etc. implemented due to privacy restrictions in the EU. The deletion includes also history entries.
  • using char[] instead of String for passwords.

Bug fixes and improvements

  • Several minor bugfixes
  • Search for deleted entries (addresses etc.) fixed.
  • Search in history entries (keywords, users) fixed.

Improvements for admins

  • No restart after first installation required anymore.
  • During Shutdown some temporarily created directories (tomcat.* and projectforge-application*) will be deleted automatically.
  • Gender for users added: Used by Merlin (word templating) for creation of personalized letters, contracts etc.

Docker

You can download the binaries from Docker hub: micromata/projectforge:7.2 (https://hub.docker.com/r/micromata/projectforge)

Release 7.1.2

25 May 20:44
Compare
Choose a tag to compare

Security issues of pentests, DataTransfer improved

New Features

  • The DataTransfer tool is improved: download area in one zip, more options for external users.

Security

  • A pentest was done by Micromata GmbH. Some security fixes were done.

Bug fixes and improvements

  • Several minor bugfixes and improvements (order book etc.)

Docker

You can download the binaries from Docker hub: micromata/projectforge:7.1.1 (https://hub.docker.com/r/micromata/projectforge)

Release 7.1.1

05 May 12:45
Compare
Choose a tag to compare

New Features

  • Data transfer: Personal box of every user for fast exchange of large files one to one.

Improvements

  • Docker improved.

Technologies

  • Update of all JavaScript libs (React etc.)

Docker

You can download the binaries from Docker hub: micromata/projectforge:7.1.1 (https://hub.docker.com/r/micromata/projectforge)

Release 7.1.0

05 May 12:49
Compare
Choose a tag to compare

New Features

  • checksums for all files in data transfer as well as nightly run of sanity job.

Improvements

  • CardDAV support improved (cell phone numbers)
  • Test data in test systems: no more unique constraint violations anymore on new test systems.

Technologies

  • Support of Java 13+.
  • Major updates of nearly all libraries.
  • Multi tenancy removed.

Docker

You can download the binaries from Docker hub: micromata/projectforge:7.1.0 (https://hub.docker.com/r/micromata/projectforge)

Major release 7.0.0

07 Apr 05:23
Compare
Choose a tag to compare

New Features

  • New front-end
  • Data transfer tool for sharing files with other user's and external customers
  • New plugin: skill matrix for sharing knowledge.
  • Tons of new functionalities and improvements.

Technologies

  • Available as Docker images for fastest installation ever.
  • Setup wizard for easy setup.
  • New front-end works with React.
  • Over 20% of the code is now developed with Kotlin.
  • Full Rest support for most functionality for other clients (such as a smartphone app).

Docker

You can download the binaries from Docker Hub: micromata/projectforge:7.0.0 (https://hub.docker.com/r/micromata/projectforge)

6.25.0

08 Mar 16:07
Compare
Choose a tag to compare

Release 6.25.0

  • Update SMS Gateway functinality
  • Update MGC version
  • Project setup refactorings
  • Some bugfixes
    Due to an update of the Spring framework, you need the following settings in Your projectforge.properties:
    spring.servlet.multipart.max-file-size=10MB
    spring.servlet.multipart.max-request-size=11MB
    projectforge.max-file-size.image=1MB
    projectforge.max-file-size.datev=3MB
    projectforge.max-file-size.xml-dump-import=10MB

This issue will be fixed within the next release.

6.22.0-RELEASE

17 Jul 11:53
Compare
Choose a tag to compare

Release 6.22.0

  • Update Spring / Spring-Boot version
  • Fix round-off error in invoice
  • Fix session fixation
  • Fix access management bug
  • BIC for german IBANs optional
  • Fix team event invitation mail send
  • Fix call function from address list page
  • Fix employee status in employee list export