Releases: thomiceli/opengist
Releases · thomiceli/opengist
v1.9.1
v1.9.0
See here how to update Opengist.
Added
- Topics (tags) for Gists (#413)
- Gist languages saved in database (#422)
- Search gists on user profile with title, visibility, language & topics (#422)
- Jdenticon for default avatars (#416)
- Git push option for description (#412)
- MIME type support for raw file serving (#417)
Fixed
- Skip CSRF for embed gists (#402)
- Remove CSRF check for Git HTTP packs (#408)
- Replace path.Join with filepath.Join for file system paths (#414)
- Empty password error when trying to change the username (#418)
- Save content form on gist create error (#420)
Other
- Refactor server code (#407)
- Remove memdb for gist init (#421)
- Added Opengist Docker images to Docker Hub
Important
Admins should head to the Admin Panel and click Synchronize all gists languages
to register automatically all Gist languages for previous Gists. This is not needed for newer Gists created on Opengist 1.9.
v1.8.4
v1.8.3
v1.8.2
v1.8.1
v1.8.0
See here how to update Opengist.
🔴 Deprecations
Removed in the next SemVer MAJOR version of Opengist.
- Use the configuration option
db-uri
/OG_DB_URI
instead ofdb-filename
/OG_DB_FILENAME
.
More info here if you plan to keep SQLite as a DBMS for Opengist.
Added
- Postgres and MySQL databases support (#335)
- Passkeys & TOTP support + MFA (#341) (#342)
- Add/Remove admins (#337)
- Queriable shorter uuids (#338)
- Use Docker secrets (#340)
- SVG preview in Markdown (#346)
- Secret key definition & move the secret key file to its parent directory (#358)
- More translation strings (#339)
Changed
- Separate OAuth unlink URL (#336)
Fixed
- Adding multiple empty lines in editor. (#345)
- Config URL (#343)
- Send Markdown preview data as form params (#347)
- Fix oauth endpoint to support detecting https in 'Forwarded' header, enabling google support (#359)
- Use mail handle if OAuth nickname is empty (#362)
Other
v1.7.5
v1.7.4
See here how to update Opengist.
Added
- More translations strings (#294) (#304)
- Hide change password form when login via password disabled (#314)
- File delete button on create editor (#320)
- Assets cache header
- Hide secret values in admin config page
- Atomic pointer for indexer (#321)
Fixed
Other
- Removed logger
trace
andfatal
levels (#322)