v0.8.0 - Share Job Search Updates With Your Mentor / Coach!
Pre-release
Pre-release
This is a very exciting release because I've not only added the ability to share your job search activity with a mentor or career coach, but I've fixed lots of bugs that plagued new user onboarding. I'm also getting ready for the public launch, which means adding Stripe as a dependency for subscriptions. The other fun update is that we're officially an Alembic project now! All database migrations happen via Alembic. Heck yeah.
What's Changed
- Chore/82 privacy policy by @lnovitz in #683
- Logo update by @lnovitz in #685
- Landing Page: Separate Job Seeker / Coach in 2 Tabs, Copy Update by @lnovitz in #686
- Feat/89 in product privacy notice by @lnovitz in #688
- Feat/691 add active subscription fields by @lnovitz in #693
- fix non-nullable column for existing rows with server default by @lnovitz in #695
- Nullable set to True for
is_activenew column in Users table by @lnovitz in #696 - Fix passed argument error in alter column command by @lnovitz in #697
- Add user object for active check, new error message by @lnovitz in #698
- Feat/707 add login page by @lnovitz in #709
- Add View for Career Coach by @lnovitz in #664
- fix cascading update on user_id change by @lnovitz in #711
Full Changelog: v0.7.6...v0.8.0