Skip to content

0.99.31

Choose a tag to compare

@github-actions github-actions released this 09 Apr 18:08
85f0c1c
Csvimport (#230)

⬆️ Package and Dependency Updates:

Updated various Meteor packages, including mongo, accounts-password, oauth, and accounts-base to their latest versions in .meteor/packages and .meteor/versions files. [1] [2] [3] [4] [5]

Upgraded the Meteor release version from 3.1.2 to 3.2 in .meteor/release.

🐳 Dockerfile Updates:

Updated the base Node.js version from 22.11 to 22.14 in the Dockerfile to ensure compatibility with the latest packages and features. [1] [2] [3]

✨ New Feature - Project CSV Import:

Allows the import of simple CSV files containing time booking information from external systems (implements Is there any plan to allow for CVS imports? #229)

Added a new global setting enableProjectCSVImport to enable or disable the CSV import feature