Skip to content

Releases: ppfeufer/aa-bulletin-board

0.1.0-beta.12

25 Jul 18:21
f1b3c85
Compare
Choose a tag to compare
0.1.0-beta.12 Pre-release
Pre-release

[0.1.0-beta.12] - 2021-07-25

Fixed

  • Key in setup.py

0.1.0-beta.11

25 Jul 17:19
ac1d17d
Compare
Choose a tag to compare
0.1.0-beta.11 Pre-release
Pre-release

[0.1.0-beta.11] - 2021-07-25

Updated

  • Configuration instructions in README.md to make it easier to understand if you
    have multiple apps that use CKEditor, like aa-forum, and how to combine these
    configurations

0.1.0-beta.10

14 Jul 23:27
d84c07c
Compare
Choose a tag to compare
0.1.0-beta.10 Pre-release
Pre-release

[0.1.0-beta.10] - 2021-07-15

Changed

  • CKEditor config changed to prevent possible collisions in static files (see Readme for details)

0.1.0-beta.9

08 Jul 07:45
25cfb9f
Compare
Choose a tag to compare
0.1.0-beta.9 Pre-release
Pre-release

[0.1.0-beta.9] - 2021-07-08

Added

  • Full example for CKEDITOR_CONFIGS to README.md

Changed

  • Compatibility with Python 3.9 and Django 3.2 confirmed

0.1.0-beta.8

21 Jun 19:59
389406f
Compare
Choose a tag to compare
0.1.0-beta.8 Pre-release
Pre-release

[0.1.0-beta.8] - 2021-06-21

Fixed

  • Spelling
  • urlconfig setup in README.md

Changed

  • Code formatting and cleanup
  • Slug field in DB to make sure it's unique and uses the right validator

0.1.0-beta.7

13 Jun 19:34
1fef4fc
Compare
Choose a tag to compare
0.1.0-beta.7 Pre-release
Pre-release

[0.1.0-beta.7] - 2021-06-13

Changed

  • CSS for cKeditor reverted, it's better as a config in local.py
    Add the following to your local.py
    CKEDITOR_CONFIGS = {"default": {"width": "100%", "height": "45vh"}}

0.1.0-beta.6

13 Jun 17:46
b046e56
Compare
Choose a tag to compare
0.1.0-beta.6 Pre-release
Pre-release

[0.1.0-beta.6] - 2021-06-13

Fixed

  • The editor now uses the space it has and doesn't sit in its corner any longer

0.1.0-beta.5

10 Jun 07:41
a02ec49
Compare
Choose a tag to compare
0.1.0-beta.5 Pre-release
Pre-release

[0.1.0-beta.5] - 2021-06-10

Fixed

  • App Name

0.1.0-beta.4

21 Apr 22:25
ac37ea5
Compare
Choose a tag to compare
0.1.0-beta.4 Pre-release
Pre-release

[0.1.0-beta.4] - 2021-04-22

Changed

  • Dashboard layout, so it looks nice and doesn't break things when there are HTML tags in the excerpts (idea blatantly stolen from reddit ...)

0.1.0-beta.3

21 Apr 14:33
9cdda5e
Compare
Choose a tag to compare
0.1.0-beta.3 Pre-release
Pre-release

[0.1.0-beta.3] - 2021-04-21

Fixed

  • Broken layout in dashboard caused by html tags not being closed in excerpts. With
    this, html tags are removed completely from excerpts on the dashboard