0.4.0.rc1: version advance, dep. bump
This commit is contained in:
parent
a1dffc6a37
commit
a40d959222
4 changed files with 8 additions and 4 deletions
|
|
@ -12,13 +12,13 @@
|
||||||
- Moderators (and admins) have now access to mod tools
|
- Moderators (and admins) have now access to mod tools
|
||||||
+ Allowed operations: change display name, description, restriction status, and exile (guild-local ban) members
|
+ Allowed operations: change display name, description, restriction status, and exile (guild-local ban) members
|
||||||
+ Site administrators and guild owners can add moderators
|
+ Site administrators and guild owners can add moderators
|
||||||
- Guilds can have restricted posting/commenting now. Unmoderated guilds always have.
|
- Guilds can have restricted posting/commenting now. Unmoderated guilds always have
|
||||||
- Administrators can claim ownership of abandoned guilds
|
- Administrators can claim ownership of abandoned guilds
|
||||||
- Admins can now suspend users from admin panel
|
- Admins can now suspend users from admin panel
|
||||||
- Implemented guild subscriptions (not as in $$$, yes as in the follow button)
|
- Implemented guild subscriptions (not as in $$$, yes as in the follow button)
|
||||||
- Minimum karma requirement for creating a guild is now configurable via env variable `FREAK_CREATE_GUILD_THRESHOLD` (previously hardcoded at 15)
|
- Minimum karma requirement for creating a guild is now configurable via env variable `FREAK_CREATE_GUILD_THRESHOLD` (previously hardcoded at 15)
|
||||||
- Users can now set their display name, biography and color theme in `/settings`
|
- Users can now set their display name, biography and color theme in `/settings`
|
||||||
- Impressum can now be set in .env, e.g. `IMPRESSUM='Acme Ltd.::1 Short Island::Old York, Divided States::Responsible: ::Donald Duck'` Lines are separated by two colons. **Versions before 0.4.0 CAN'T BE RUN in German-speaking countries** as of 2025.
|
- Impressum can now be set in .env, e.g. `IMPRESSUM='Acme Ltd.::1 Short Island::Old York, Divided States::Responsible: ::Donald Duck'` Lines are separated by two colons. **Versions before 0.4.0 CAN'T BE RUN in German-speaking countries** as of 2025
|
||||||
- Several aesthetic improvements
|
- Several aesthetic improvements
|
||||||
|
|
||||||
## 0.3.3
|
## 0.3.3
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ from suou.configparse import ConfigOptions, ConfigValue
|
||||||
from .colors import color_themes, theme_classes
|
from .colors import color_themes, theme_classes
|
||||||
from .utils import twocolon_list
|
from .utils import twocolon_list
|
||||||
|
|
||||||
__version__ = '0.4.0-dev28'
|
__version__ = '0.4.0.rc1'
|
||||||
|
|
||||||
APP_BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
APP_BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -397,3 +397,7 @@ textarea.create_text
|
||||||
width: 100%
|
width: 100%
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
|
|
||||||
|
label:has([type="checkbox"]:not(:checked))
|
||||||
|
opacity: .75
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ dependencies = [
|
||||||
"PsycoPG2-binary",
|
"PsycoPG2-binary",
|
||||||
"libsass",
|
"libsass",
|
||||||
"setuptools>=78.1.0",
|
"setuptools>=78.1.0",
|
||||||
"sakuragasaki46-suou>=0.3.5"
|
"sakuragasaki46-suou>=0.3.7"
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue