Releases: NTDLS/TightWiki
Releases · NTDLS/TightWiki
2.2.0
- Simplified user creation.
- Added email template configuration.
- Moved to a unified layout for all pages and controllers.
- Added default password change.
- Added login exception logging.
- Moved account specifics from profile view.
- Fixed default avatar viewing.
- Renamed History -> Revisions.
- Added animated emoji resizing.
2.0.0
- This is a MAJOR release. 💥
- Version 2 moves away from SQL Server and onto a SQLite platform, this means that you no longer need to install, configure or license SQL Server, it also makes the database a zero-configuration component.
- In addition to local login, Google and Microsoft external authentication is natively supported. Other external providers can be easily added with 2-3 lines of code.
1.15.0
1.14.0
1.13.0
Major update, lots of changes, fixes and performance improvements
- Set search focus, omitted pager when less than 2 pages are present.
- Added search-bar config. Fixed some config entries.
- Added google authentication.
- Added auth-n persistence.
- Added NoCache page instruction.
- Performance improvements.
- Added configurable page cache time.
- Added wiki statistics admin page.
- Changed default auth scheme.
- Added emoji support. 🔥
- Safer, saner database update.
- Added page comments support.
- Added optional comments to pages.
- Added public user profiles with recently modified lists.
- Added page last modified links.
- Added lite wikifier for comments and bios.
- Added moderation permission for deleting non-owned comments.
1.12.0
1.11.2
1.11.1
1.11.0
- Code cleanup, schema refresh.
- Added application initialization.
- Database dump method updated.
- Added snippet definition function.
- Added namespace admin page.
- Changed scope functions to two brackets from three.
- Added table scope function.
- Added namespace code highlighters.
- Updated more locations to show namespaces.
- Self doc fixes.
- Added missing namespace function.
- Added namespace support.
- Version bump.
- Fixed issue with ambiguous function calls for include().
- Fixes and cleanup.
1.10.0
Schema update.
Switched to comma instead of pipe delimited parameters.
Allow for admin to set passwords.
Cleanup, added default avatar.
Added admin deletion of accounts.
Added personal account deletion.
Admin can now set roles. Page deletion support.
Fixed menu, again.
Added manual account creation.
Added account pagination.
Added manual file upload in addition to the drag-drop. Added cnfg save.
Disable upload before page save. URL decode file name on upload.