Changes we made
Similar
1.5.1
Features:
- I18n:
- Partial community translations of Français and Deutsch
- Automatically set language based on Accept-Language header with CloudFront support
- Support signup via coupon
- Support whitelabel by removing powered by ClearFlask
- New plan addons: private projects, whitelabel, extra projects
- Landing and onboarding small fixes to improve experience
- On signup check if email is invalid or disposable
Fixes:
- Dashboard comment count shows incorrect value
- Searching by text always sort by search score
- Logout did not clear server session
- Spurious trial ended emails for plans with no trial
- Auto-upgrade trial when creating private projects
- Batching of notifications, hit DynamoDB limit of 25 per batch
- Quick start guide was too aggressive in issuing captchas
- CytoscapJS library causes Chrome browsesr crash when using font-family
Check it out on GitHub
1.4.0
Features:
- Simplified self-host quick-start deployment to require a single docker compose file. Config files are generated on first start.
Fixes:
- Security fix for dependency owasp-java-html-sanitizer
- Java 11 compatibility fixes
Upgrade for self-host:
The config files' locations have changed in order to simplify deployment. Move each config file under its own directory:
mkdir server connect mv config-selfhost.cfg server/ mv connect.config.json connect/
Check it out on GitHub
1.3.0
Features:
- GitHub Integration for mirroring issues
- Issue created in GitHub automatically creates one in ClearFlask
- Comments on GH and CF are synced both ways
- Changing status on CF or closing an issue on GH is synced both ways
Fixes:
- Merged posts are hidden from search. Opening a merged post redirects to the parent post
- Project settings save button includes submit feedback, added discard button
Check it out on GitHub
1.2.0
Features:
- Switch to SwaggerUI for API documentation; now you can try out a call right from your browser
- Roadmap is now shown in reverse order: Now, Next, and Later.
- In portal, API calls and background tasks show a loading bar at the top of the page
- Customize all roadmap status names and colors in basic settings.
Fixes (Portal):
- Pixel pushing roadmap
- Fix cannot comment on merged posts
- User page is now cleaner, empty sections are hidden
- Comments not properly displayed under merged posts
Fixes (Dashboard):
- Dashboard drawers overlapping with modals
- Popper anchor sometimes disappears
- Split dashboard settings into project and account settings
- Fixing OAuth issues, adding separate call for getting email (Used by GitHub)
- Project invitation shows as expired instead of accepted
- Merge OAuth account with existing account if verified email matches
- Removed syntax highlighting, didn't play nice with tree shaking
- Order during a drag-n-drop within a column was incorrectly calculated
- Linking/merging is now not allowed to itself or other posts already linked/merged.
Fixes (Deployment):
- Debug code during a local deploy using IDE
- Redirect http to https on local deploy
- Local KillBill deploy webhook had wrong port
- JMX operations are now working
- Fixed minor NPEs and exceptions
- Self-hosting redirect to dashboard if project not yet created
Check it out on GitHub
1.1.0
Features:
- Teammates: invite your product manager, support team or another administrator to your project
- Product Tour of dashboard
- Self-hosting made functional
- Easy quick-start instructions
- One domain for both Dashboard and project
- Docker wait for services to come up
- Data persistence
Check it out on GitHub