2022-04-25 13:25:48 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
GSL changes from releases. You can send an issue :
|
|
|
|
- repo: https://git.a-lec.org/echolib/gsl/-/issues
|
|
|
|
- Contact xmpp: im@echolib.re
|
|
|
|
|
|
|
|
## [0.0.37]
|
|
|
|
|
2022-04-25 16:08:48 +02:00
|
|
|
### Add
|
|
|
|
- changelog
|
2022-04-25 13:25:48 +02:00
|
|
|
- Make stats at each www call
|
|
|
|
- Set yourself a class ID for paragraphs: i.e. "( 1a"
|
|
|
|
- Better Logs harmony
|
|
|
|
- date: Set to DD-MM-YYYY if site lang=fr || YYYY-MM-DD
|
|
|
|
- date: Check for month value > 12
|
|
|
|
- some changed syntax in make process
|
|
|
|
|
2022-04-25 16:08:48 +02:00
|
|
|
### Fix
|
|
|
|
- link: check only online url from http...
|
|
|
|
- if 'error' log : do not exit 1 anymore
|
2022-04-25 16:35:18 +02:00
|
|
|
- variable name propertie for stats (statoolinfos)
|
2022-04-25 16:08:48 +02:00
|
|
|
|
2022-04-25 13:25:48 +02:00
|
|
|
## [0.0.36]
|
|
|
|
|
2022-04-25 16:08:48 +02:00
|
|
|
### Add
|
|
|
|
- New list converter (Use + for ol, not ø)
|
2022-04-25 13:25:48 +02:00
|
|
|
- New block titles converter with div
|
|
|
|
- New option: create
|
|
|
|
- New option with edit: conf (to edit domain configuration)
|
2022-04-25 16:08:48 +02:00
|
|
|
- New option: --version (to show last changes)
|
2022-04-25 13:25:48 +02:00
|
|
|
- New generic function if invalid option
|
|
|
|
- New min size for post: 150
|
|
|
|
|
2022-04-25 16:08:48 +02:00
|
|
|
### Fix
|
2022-04-25 16:35:18 +02:00
|
|
|
- No ```<div></div>``` if block title empty
|