Skip to content

Commit

Permalink
Merge pull request #481 from flowforge/release-0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
hardillb authored Apr 14, 2022
2 parents 9e76579 + 46334f9 commit e2de1c8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
#### 0.4.0: Release

- Timezone support for Node-RED (#452) @PLCMercenary
- Clean when billing enabled & permission checks are done (#478) @joepavitt
- Don't 404 for admin users when accessing billing info (#479) @hardillb
- Add option to use existing stack as a base to fill out the form (#477) @joepavitt
- Add a $1 charge when setting up team billing (#476) @hardillb
- docs for 0.4 (#475) @sammachin
- Don't try and send negative project count to Stripe (#472) @hardillb
- License expiry date incorrect (#471) @PLCMercenary
- Reformat team name displays in confirmation dialogs (#474) @joepavitt
- Only show the 'confirm additional charges' message if billing feature is enabled (#473) @joepavitt
- frontend: Admin created users default to no team (#469) @ZJvandeWeg
- made the team name block (#444) @fakoredeDamilola
- added additional steps to setup dev environemnt (#470) @sammachin
- Allow a project stack to be changed (#437) @knolleary
- Add unit tests for team member/invite apis (#467) @knolleary
- Update project automation (#462) @knolleary
- Add requirement for price acknowledgement when creating project (#458) @joepavitt
- Fix 404 in Stripe Billing callback for charge.failed (#456) @hardillb
- Fix runtime compilation of vue components (#461) @knolleary
- Update LocalFS install instructions (#432) @hardillb
- Add dynamic page title via router-view meta data (#445) @joepavitt
- Add in T&Cs options in Admin Panel (#443) @joepavitt
- Use stripe id not the sequize id (#440) @hardillb
- add link to Cloud to index (#441) @sammachin
- Proper fix for project billing metadata (#436) @hardillb
- Ensure async billing call errors are handled (#433) @knolleary
- Add support for Environment Variables in Project Templates (#426) @knolleary
- Add project meta data to the Subscription (#425) @hardillb
- add docs for ff.cloud & billing (#374) @sammachin
- Fix verbose logging from auth routes (#418) @hardillb
- Fix displaying current bill status (#417) @hardillb
- Fix existing team billing setup (#415) @hardillb
- Include forge-ui-components in Setup app (#412) @joepavitt
- Add nyc for code coverage reporting (#400) @knolleary
- Add ui-components to dev:local task (#410) @knolleary
- Fix cancel/create button alignment on Create Template page (#408) @joepavitt
- Fix dev:local task to setup nr-launcher symlinks (#403) @knolleary
- Add tests for the Storage API (#401) @hardillb
- Add docs about setting up local build. (#399) @hardillb
- Update eslint rules to include .vue files in build. (#396) @joepavitt
- Switch <button> and <input type="text"/> elements to use forge-ui-components (#395) @joepavitt
- Install stack script (#389) @hardillb
- Set up local development (#388) @hardillb
- 362 vue linting (#386) @joepavitt


#### 0.3.0: Release

- Round down to whole seconds (#375) @hardillb
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/flowforge",
"version": "0.3.0",
"version": "0.4.0",
"description": "An open source low-code development platform",
"scripts": {
"start": "node forge/app.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@aws-sdk/client-ses": "^3.49.0",
"@aws-sdk/credential-provider-node": "^3.49.0",
"@flowforge/forge-ui-components": "^0.1.2",
"@flowforge/localfs": "^0.3.0",
"@flowforge/localfs": "^0.4.0",
"@headlessui/vue": "1.4.3",
"@heroicons/vue": "1.0.5",
"axios": "^0.25.0",
Expand Down

0 comments on commit e2de1c8

Please sign in to comment.