Releases: scidsg/hushline
Releases · scidsg/hushline
v0.1.9
v0.1.8
What's Changed
- Add Bio to Submit Message Page by @glenn-sorrentino in #442
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- fix intro gap for unauth directory by @glenn-sorrentino in #431
- use the gha docker build cache by @jeremywmoore in #432
- fix whitespace in build cache parameters by @jeremywmoore in #433
- Update email tab label and PGP heading by @glenn-sorrentino in #436
- shared global file for nav and tabs js logic by @ispykenny in #438
- Update formatting for directory cards by @glenn-sorrentino in #439
- reworked tab functions to be attached to window by @ispykenny in #440
- Css Cleanup by @glenn-sorrentino in #441
- Disable SMTP Forwarding When No PGP Key Uploaded by @glenn-sorrentino in #437
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Update mobile nav alignment by @glenn-sorrentino in #425
- Fix Empty Badge Container by @glenn-sorrentino in #428
- Fix the fix by @glenn-sorrentino in #429
- app id may be unstable so look it up by app name when deploying by @jeremywmoore in #426
- add transparent border bottom for label alignment by @glenn-sorrentino in #430
- Use url_for for a few /static/img paths we missed by @micahflee in #423
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Update Verified Badge in Directory by @glenn-sorrentino in #415
- remove "Wait for deployment to finish" step from deploy job by @jeremywmoore in #414
- Update templates to use url_for() by @micahflee in #416
- Add link to learn more about verification on submit page by @glenn-sorrentino in #417
- Style stuff by @glenn-sorrentino in #419
- Update style.css by @glenn-sorrentino in #420
- Accessibility refactor by @ispykenny in #418
- Resolved admin tab in settings by @ispykenny in #422
- Visual Noise on Tabs and Buttons by @glenn-sorrentino in #424
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Modifications to flash messages by @ispykenny in #394
- update settings public user directory toggle by @ispykenny in #396
- fixed visible checkbox from showing by @ispykenny in #397
- implemented word count for setting bio by @ispykenny in #398
- Fix double period punctuation by @glenn-sorrentino in #395
- Build docker images for both amd64 and arm64 (required by Raspberry Pi) by @micahflee in #405
- Fixed accessibility for directory tabs by @ispykenny in #404
- Resolved report link visibility by @ispykenny in #400
- tab indexing on settings by @ispykenny in #408
- Dev deploy by @jeremywmoore in #409
- Fix Message Debouncing by @glenn-sorrentino in #410
- Make ajax requests with the correct prefix by @micahflee in #412
New Contributors
- @ispykenny made their first contribution in #394
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Add the Onion-Location header to HTTP responses by @micahflee in #391
- UI fit and finish by @glenn-sorrentino in #393
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- Fix generating invite codes by @micahflee in #383
- Ensure Consistent User Ordering on Directory Page by @glenn-sorrentino in #381
- Deploy to DigitalOcean after a release has been built by @micahflee in #384 and #385
Full Changelog: v0.1.0...v0.1.1
v0.1.0
The first release! 💯
What's Changed
- No logging by @glenn-sorrentino in #1
- Email notifications by @glenn-sorrentino in #3
- Conditional installation by @glenn-sorrentino in #4
- Conditional by @glenn-sorrentino in #5
- Update install.sh by @glenn-sorrentino in #6
- Conditional by @glenn-sorrentino in #7
- Create LICENSE by @glenn-sorrentino in #8
- Spinner by @glenn-sorrentino in #9
- Key info by @glenn-sorrentino in #10
- Terminal status by @glenn-sorrentino in #11
- Terminal status by @glenn-sorrentino in #12
- add unattended upgrades by @glenn-sorrentino in #13
- update script by @glenn-sorrentino in #14
- Update install-tor-only.sh by @glenn-sorrentino in #15
- update interface by @glenn-sorrentino in #18
- Update style.css by @glenn-sorrentino in #20
- Sender info by @glenn-sorrentino in #21
- Update style.css by @glenn-sorrentino in #24
- Update install.sh by @glenn-sorrentino in #25
- Update requirements.txt by @glenn-sorrentino in #26
- Onion Binding by @glenn-sorrentino in #29
- Update README.md by @glenn-sorrentino in #30
- Docs by @glenn-sorrentino in #35
- gunicorn update by @glenn-sorrentino in #41
- Update install-tor-only.sh by @glenn-sorrentino in #42
- Update install-tor-only.sh by @glenn-sorrentino in #51
- Update hushline-go.sh by @glenn-sorrentino in #65
- Update hushline-go.sh by @glenn-sorrentino in #66
- GrantBirki Drive-By 🚗 by @GrantBirki in #83
- Fix some app startup issues by @simonwoerpel in #92
- Start packaging in a Docker container by @micahflee in #108
- Runs all scripts through shfmt by @sts10 in #107
- Add some branding, make PGP optional, and separate email sender and receiver by @micahflee in #109
- Qr installer by @glenn-sorrentino in #110
- Update qr-installer-beta.sh by @glenn-sorrentino in #111
- Paste key by @glenn-sorrentino in #114
- Update install-tor-only.sh by @glenn-sorrentino in #119
- Revert "Update install-tor-only.sh" by @glenn-sorrentino in #120
- Update install-tor-only.sh by @glenn-sorrentino in #121
- Paste key by @glenn-sorrentino in #123
- move files by @glenn-sorrentino in #125
- Update install docs URL in setup.html by @sts10 in #124
- Pyde by @glenn-sorrentino in #126
- Pyde by @glenn-sorrentino in #127
- Use
raspi-config
CLI to enable SPI by @sts10 in #129 - Close App links to random Wikipedia page by @sts10 in #128
- Update curl flags in README by @sts10 in #131
- Remove unnecessary check for whether SPI is enabled by @sts10 in #130
- Fills in "California, US" in terms of service by @sts10 in #134
- Remove now out-dated docs README by @sts10 in #136
- brings srcripts README up-to-date by @sts10 in #137
- Formats app.py Python code using Python formatter Black by @sts10 in #135
- Adds parenthesis to be more explicit in public install script by @sts10 in #141
- Add "PGP key received" message for user peace of mind by @sts10 in #142
- Return to $HOME after git reset by @sts10 in #143
reset
terminal window before first whiptail prompt by @sts10 in #144- Remove extra doctype and html tag from setup template by @sts10 in #145
- File org by @glenn-sorrentino in #147
- Landing page by @glenn-sorrentino in #148
- Landing page by @glenn-sorrentino in #151
- Update install.sh by @glenn-sorrentino in #152
- Main no js by @glenn-sorrentino in #166
- Format app.py by @sts10 in #167
- Update README.md by @glenn-sorrentino in #169
- Add hash to QA table by @sts10 in #170
- Relocate Team Info by @glenn-sorrentino in #171
- Update post_to_mastodon.yml by @glenn-sorrentino in #172
- Update FUNDING.yml by @glenn-sorrentino in #173
- updates post_to_mastodon workflow yml file by @sts10 in #174
- fixes typos in readme by @sts10 in #175
- removes some whitespace from static/style.css by @sts10 in #176
- Update README.md by @glenn-sorrentino in #177
- adds a little whitespace for testing purposes by @sts10 in #178
- Update README.md by @glenn-sorrentino in #179
- Update post_to_mastodon.yml by @glenn-sorrentino in #181
- Pgp validation by @glenn-sorrentino in #183
- Modify Close App button link to main Wikipedia page by @sN4Kec4Se in #184
- remove country code from private logging by @glenn-sorrentino in #186
- Add admin view by @glenn-sorrentino in #192
- Mailvelope Integration by @glenn-sorrentino in #193
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #196
- Add support for multiple usernames by @glenn-sorrentino in #204
- Bump cryptography from 41.0.7 to 42.0.0 by @dependabot in #203
- Update inbox.html by @glenn-sorrentino in #205
- Multiple Username Settings by @glenn-sorrentino in #206
- Add Pro Features by @glenn-sorrentino in #207
- Add Pro Features for Managed Instance by @glenn-sorrentino in #208
- Add Header Dropdown Menu by @glenn-sorrentino in #210
- Add Client-Side Encryption with OpenPGP.js by @glenn-sorrentino in #212
- Bump cryptography from 42.0.0 to 42.0.2 by @dependabot in #213
- Update subsciption logic by @glenn-sorrentino in #215
- Restrict access to paid features if user hasn't paid by @glenn-sorrentino in #216
- Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in #218
- Add SSL to MySQL DB Connections by @glenn-sorrentino in #234
- Add Flask-Limiter for DOS mitigation by @glenn-sorrentino in #251
- Optionally Remove Invite Gate During Install by @glenn-sorrentino in #252
- GA MVP Candidate by @glenn-sorrentino in #254
- Show IP address on submit message form by @glenn-sorrentino in #259
- Enhance privacy policy with additional clauses and clarifications by @iAnonymous3000 in #258
- Update terms-of-service.md by @iAnonymous3000 in #255
- added poetry as dependency manager by @brassy-endomorph in #285
- Refactor app to modules by @brassy-endomorph in #290
- basic pytest configuration by @brassy-endomorph in #293
- Refinements to Installation Script for Enhanced Stability and Efficiency by @glenn-sorrentino in #286
- Organize Debug Comman...