Skip to content

Releases: codelitdev/courselit

Password-less Authentication

18 May 16:14
Compare
Choose a tag to compare

The traditional username/password based authentication system has been replaced with a password-less auth system.

Other changes:

  • Remove domain verification end-point used by Caddy for the multi-site configuration.

AWS S3 Compatible Storage Support

13 Apr 08:18
Compare
Choose a tag to compare

If one wants to host the user uploaded files on a storage bucket like AWS S3 or DigitalOcean Spaces instead of local disk space, she needs to set certains environment variables in the .env file of the installation and restart it.

Read more about the configuration here.

Multi-tenancy

18 Mar 19:42
Compare
Choose a tag to compare

One can now host multiple schools using a single CourseLit installation. To enable multi-tenancy, export MULTITENANT=true in the current shell before running the installer script.

User Profiles

24 Feb 15:08
Compare
Choose a tag to compare

Users now have their own public profiles which they can edit.

Rich Text Editing and UI Enhancements

17 Dec 06:57
Compare
Choose a tag to compare

The following enhancements are introduced in this release

  1. Rich Text Editor
  • Hyperlinks creation
  • Syntax highlighting
  • Small toolbar
  • Overflow fixes
  • Using light theme for Twitter embeds
  1. UI Enhancements
  • Full width app bar
  • Article header

Common Widgets

21 Nov 20:00
Compare
Choose a tag to compare

This release introduces more widgets to the platform which are listed below.

  1. Featured Courses
  2. About
  3. Branding
  4. Footer menu

In addition to this, some layout changes are also introduced.

WEBP Support

01 Nov 16:51
Compare
Choose a tag to compare

Read this official blog post for all details.

Caddy web server as a reverse proxy

21 Oct 13:13
Compare
Choose a tag to compare

This release replaces the HAProxy based reverse proxy server with the Caddy v2 based reverse proxy server. Additionally, this release comes with much improved and lighter Ansible installation script.

Improved Ansible Installation Script

14 Oct 05:19
Compare
Choose a tag to compare

The install script has been re-written to be less intrusive.

Installation Script Bug Fixes

18 Oct 10:38
Compare
Choose a tag to compare
v6.1.1

Fixed a conditional