Skip to content

Commit

Permalink
πŸ‘0.4.0 changelog + release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyri123 committed Jun 5, 2023
1 parent 3002c78 commit d47b509
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelogs/0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# πŸ‘·β€β™€οΈ SCIM Support πŸ§‘β€πŸ’Ό

## ✨ Features ✨

* Add SCIM support

## πŸ› οΈ Improvements / Changes πŸ› οΈ

* Remove a possibility to upload Blueprints on SBS
* all Uploads are now done via SCIM (https://satisfactory-calculator.com/en/interactive-map) (and will be sync every 6 hours)
* Add many links to SCIM
* Remove (for now) the Tags filter on SBS (will be added later again)

## πŸ› Bugfixes πŸ›

* fix missing bulk upload button
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packageManager": "^pnpm@8.5.1",
"name": "vite-react-template",
"private": true,
"version": "0.3.1",
"version": "0.4.0",
"scripts": {
"production": "NODE_ENV=production yarn server",
"server": "ts-node --project ./server/tsconfig.json -r tsconfig-paths/register server/src/index.ts",
Expand Down

0 comments on commit d47b509

Please sign in to comment.