Releases: Enterprize1/phishy-mailbox
Releases · Enterprize1/phishy-mailbox
v1.3.0
What's Changed
- Fix not being able to import text only emails by @Enterprize1 in #76
- Add volume for postgres by @Enterprize1 in #78
- Limit ability to manage users to admins by @Enterprize1 in #74
- Release 1.3.0 by @Enterprize1 in #80
Breaking Change
Requires dumping and restoring for #78
docker compose exec postgres pg_dump --clean --if-exists -U mailbox > dump.sql
Update the docker compose file and start the containers
git pull
docker compose up -d
Restore the from the dump.sql
docker compose exec -T postgres psql -U mailbox < dump.sql
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- Allow the introduction text to be scrollable by @Enterprize1 in #66
- Allow the email list to be scrolled by @Enterprize1 in #67
- Show button to finish participation even when the timer is disabled by @Enterprize1 in #68
- Fix animation of dragged emails by @Enterprize1 in #70
- Release 1.2.3 by @Enterprize1 in #72
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Add version info to admin interface by @Enterprize1 in #57
- Fix email display on edit page not reacting to allow external images by @Enterprize1 in #59
- Release v1.2.2 by @Enterprize1 in #61
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Full Changelog: v1.2.0...v1.2.1