Releases: BanchanArt/banchan
Releases · BanchanArt/banchan
Release v0.7.0
Release v0.6.7
Full Changelog: v0.6.6...v0.6.7
Release v0.6.6
Full Changelog: v0.6.5...v0.6.6
Release v0.6.5
Full Changelog: v0.6.4...v0.6.5
Release v0.5.1
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
Full Changelog: v0.4.2...v0.5.0
Release v0.4.2
Full Changelog: v0.4.1...v0.4.2
Release v0.4.1
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
What's Changed
Bug Fixes 🐛
- Fix flashes offset and z-index by @rjt-rockx in #668
- Fix notification width on mobile by @rjt-rockx in #674
- UI bugfixes by @rjt-rockx in #675
- Fix body overflow by @rjt-rockx in #703
Technical Improvement 🛠
- UI Polish: Tokyo Drift by @rjt-rockx in #600
- Switch to inline SVGs by @rjt-rockx in #670
- set up workflow to automate deploying to production on tag by @zkat in #711
Documentation 📚
- Added MVP draft. by @skullbunnygalaxy in #51
Other Changes
- switch to phx.gen.auth by @zkat in #1
- use Surface for component-based UI by @zkat in #2
- kick out active user sessions on logout by @zkat in #5
- first stab at studios by @zkat in #6
- convert phx.gen.auth stuff to LiveView by @zkat in #31
- Adding Requirements for Setup into README.md. by @skullbunnygalaxy in #35
- Updating max handle length from 15 to 16 characters. by @skullbunnygalaxy in #36
- Add documentation bits to README.md. by @skullbunnygalaxy in #37
- Added default images and documented process for adding them to site. by @skullbunnygalaxy in #38
- crappy sketch of commission page by @zkat in #40
- Made layout adjustments. by @skullbunnygalaxy in #41
- Profile Update by @skullbunnygalaxy in #42
- Muted wip tests to turn off false test failures for now. by @skullbunnygalaxy in #45
- ran multiple mix tasks to try to resolve dependency error on github by @skullbunnygalaxy in #46
- Cleaning up warnings, adjusting tests, and removing some comments. by @skullbunnygalaxy in #49
- Update skipped user confirmation tests to LiveView by @mattvanhorn in #54
- Update the commission schema by @mattvanhorn in #53
- Convert forgot/reset password tests to LiveView. by @mattvanhorn in #55
- Add support for defining and handling offerings by @zkat in #58
- Unify slugs and handles by @mattvanhorn in #57
- Tailwind port by @zkat in #64
- Add to gitignore self-signed cert by @riamaria in #82
- Automatically load env vars from file during compilation time by @riamaria in #83
- add Parity license by @zkat in #89
- add CLA based on Single CLA by @zkat in #90
- Add riamaria's signature to the CLA by @riamaria in #91
- add CONTRIBUTING.md and editorialize README a bit by @zkat in #92
- Implementing DaisyUI. by @skullbunnygalaxy in #87
- got tab navigation in the studio page working by @zkat in #93
- S3 file upload/download support by @zkat in #73
- Fix some deprecations by @zkat in #123
- Refactor commission pages into StudioLive by @zkat in #121
- Fill out commission schema by @zkat in #124
- form wrappers around surface stuff by @zkat in #125
- Updating forms by @skullbunnygalaxy in #127
- Functional Proposals page by @zkat in #126
- delete options when they get removed by @zkat in #129
- allow user input for studio summary by @zkat in #130
- More commission-related work by @zkat in #131
- audit of string/text types in our migrations by @zkat in #132
- Updating commission related forms and buttons. by @skullbunnygalaxy in #128
- coalesce migrations by @zkat in #133
- offering/commission schema v2 by @zkat in #134
- add slot support to offerings/commissions by @zkat in #135
- s/pending/submitted/g for clarity by @zkat in #140
- fix bug with new commission submission by @zkat in #141
- Fill out Commission page functionality by @zkat in #142
- Commission Dashboard by @zkat in #147
- Adding Troy Coll to CLA by @tacohole in #149
- Commission attachments by @zkat in #148
- Various Comment Improvements by @zkat in #156
- serve defaults or 404 when missing profile images by @zkat in #155
- Adjust mix test and add mix reset. by @skullbunnygalaxy in #166
- First pass at Stripe integration by @zkat in #167
- address some security stuff by @zkat in #159
- Giving the site a bit of a facelift by @zkat in #170
- refreshing the new commissions page by @zkat in #171
- Overhaul commissions page by @zkat in #172
- post test commission improvements by @zkat in #174
- Miscellaneous post-test fixes by @zkat in #175
- Bump minimist from 1.2.5 to 1.2.6 in /assets by @dependabot in #179
- New dashboard/commission page by @zkat in #180
- commission page perf improvements by @zkat in #183
- more aggressive pfp caching/serving by @zkat in #184
- add notification system by @zkat in #185
- add studio payout page by @zkat in #188
- Commission filtering by @zkat in #192
- infinite scroll for comms page by @zkat in #193
- Rejection, withdrawal, and reopening of commissions by @zkat in #194
- refunds and release-now by @zkat in #197
- notifications when an offering opens (and some related fixes) by @zkat in #202
- styling pass by @zkat in #203
- docs: Add simplesthing to cla by @simplesthing in #205
- user and studio followers and notifications by @zkat in #208
- Remove .env and add dev.secret.exs for config by @EmiSocks in #211
- overhaul offering management by @zkat in #209
- misc fixes and improvements by @zkat in #214
- multi currency and cross border support by @zkat in #217
- new toastui-based markdown wysiwyg editor by @zkat in #223
- Add db queue target for tests by @VelvetteRld in #225
- new studio profile pages by @zkat in #252
- oauth support by @zkat in #253
- misc safety changes and features by @zkat in #256
- miscellaneous comm improvements by @zkat in #261
- More commission improvements by @zkat in #264
- Discovery~ by @zkat in #275
- Oban by @zkat in #281
- Studio moderation by @zkat in #286
- add support for abuse reports by @zkat in #289
- Video thumbnails by @simplesthing in #284
- Miscellaneous cleanup and quality-related fixes by @zkat in #293
- add support for cropping image uploads by @zkat in #297
- entity deletion/deactivation by @zkat in #301
- add more tests (and related fixe...