Skip to content

Releases: NTDLS/TightWiki

2.2.0

21 May 20:34
Compare
Choose a tag to compare
  • 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

19 May 16:23
Compare
Choose a tag to compare
  • 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.

image

1.15.0

31 Aug 17:56
Compare
Choose a tag to compare

Reorganized database install scripts.
Resolved issues with emojis displaying on public profiles.
Resolved issues with emoji syntax highlighting when editing.

image

1.14.0

29 Aug 12:40
Compare
Choose a tag to compare
  • Added appversion to statistics page.
  • Changed emoji tag.
  • Resolved issue with emoji parsing.
  • Changed the way that namespaces are parsed.

image

1.13.0

24 May 15:29
Compare
Choose a tag to compare

image

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

28 Apr 17:45
Compare
Choose a tag to compare
  • Fixed orphaned page collection.
  • Resolved issues viewing page-foreign images in page history.
  • Resolved issues viewing page-foreign images in page history.
  • Restored compatibility with Mac and Linux.

image

1.11.2

24 Apr 15:43
Compare
Choose a tag to compare
  • Added option to show namespace as part of page titles in lists.
  • Resolved out of order TOC when heading are nested in blocks.
  • Resolved null reference error when creating new pages.

1112 front page

1.11.1

26 Dec 17:42
Compare
Choose a tag to compare

image

  • Fixed collapse panel.
  • Resolved page reference and CamelCase search bug.

1.11.0

20 Dec 16:35
Compare
Choose a tag to compare

Clip1

  • 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

15 Dec 20:18
Compare
Choose a tag to compare

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.