Version 1.11.0
What's Changed
- Show subscription buttons in simple view, add ability to hide rss button by @akellbl4 in #1378
- Translate some string into Vietnamese by @saosangmo in #1381
- Add missing env_delim to ALLOWED_HOSTS parameter by @paskal in #1395
- Add documentation on running remark42 on a separate domain by @paskal in #1399
- Fix broken deps by @akellbl4 in #1396
- Bump dev deps by @akellbl4 in #1397
- Fix email autofill in subscription popup by @akellbl4 in #1394
- Up node version by @akellbl4 in #1403
- Update go-pkgz/auth module to fix dev provider work by @paskal in #1405
- Fix iframe height update on slow connection by @akellbl4 in #1407
- Separate persist logic from comment component by @akellbl4 in #1406
- Switch to pnpm by @akellbl4 in #1404
- Use simple size-limit adapter by @akellbl4 in #1408
- Update go-pkgz/rest, stretchr/testify, three stdlib modules by @paskal in #1416
- Use pnpm lock in docker build by @akellbl4 in #1419
- Fix frontend test/build in docker by @akellbl4 in #1420
- Update alecthomas/chroma and Depado/bfchroma to v2 by @paskal in #1415
- Bump didip/tollbooth from v6 to v7 by @paskal in #1423
- Return docker build for frontend and backend code outside in CI by @paskal in #1422
- Do not sanitise the original comment markdown by @paskal in #1426
- Use workspaces by @akellbl4 in #1417
- Update ci workflows by @akellbl4 in #1418
- Fix simple mode by @akellbl4 in #1428
- Add docker image labels, add docker image badge to readme by @paskal in #1434
- Hardcode dockerhub username and ghcr.io repo for docker build by @paskal in #1436
- Docs(manuals): add ts version of react component by @openscript in #1435
- Update backup documentation by @paskal in #1432
- Move common options to cmd.go by @paskal in #1431
- Docs: reorg contributing section by @akellbl4 in #1437
- run dev env for site in docker by @akellbl4 in #1438
- Docs: link readme for frontend/backend dev by @akellbl4 in #1440
- Add Traditional Chinese (zh-tw) translations by @orangesobeautiful in #1447
- Fix unsubscribe template filename by @paskal in #1445
- Docs: improve frontend dev instructions by @akellbl4 in #1439
- Don't enable telegram user notifications alongside auth by @paskal in #1443
- Get rid of getstarted.html mentions by @paskal in #1442
- Do not run size limit job outside of PRs by @paskal in #1448
- Hardcode dockerhub username and ghcr.io repo for site docker push by @paskal in #1449
- Hardcode dockerhub username and ghcr.io repo for site docker push by @paskal in #1451
- Remove mod=vendor from go build directives as it's no longer actual by @paskal in #1441
- Rewrite email documentation, elaborate on how to replace templates by @paskal in #1450
- Bump buildgo to 1.9.2 to be consistent with other baseimage usages by @paskal in #1452
- Add turborepo by @akellbl4 in #1409
- Move templates from rakyll/statik to go:embed by @paskal in #1444
- Add lose commit Traditional Chinese locale file by @orangesobeautiful in #1453
- Move static web files from rakyll/statik to go:embed by @paskal in #1446
- Disable color-scheme on remark iframe by @akellbl4 in #1429
- Add api sdk by @akellbl4 in #1390
- Fix: save choosen color scheme by @akellbl4 in #1462
- Fix: anon cannot request data removal by @akellbl4 in #1463
- Proper grammar for ADMIN_PASSWD parameter notes by @paskal in #1467
- FE codeowners by @akellbl4 in #1469
- Remove duplicated docker-compose.yml from parameters doc by @paskal in #1466
- Fix broken icons for instance with relative path by @akellbl4 in #1468
- Fix directory name in CODEOWNERS file by @avinal in #1470
- Add compose files to dockerignore, remove defaults from frontend compose by @paskal in #1474
- Bump go modules, make auth dev hostname customisable by @paskal in #1473
- e2e tests by @akellbl4 in #1464
- Allow dashes in site ID when validating email auth request by @paskal in #1478
- Add locale Thai language by @kaikunz in #1485
- Update supportedLocales.json Add Thai language by @kaikunz in #1486
- Bump mockery from v1.1.2 to v2.14.0 by @paskal in #1479
- Fix selected item on
<select>
by @akellbl4 in #1488 - Add contribution links in readme by @akellbl4 in #1491
- Fix makefile and dockerfile by @paskal in #1492
- Fix iframe resize on auth dropdown opening by @akellbl4 in #1490
- Revert "fix iframe resize on auth dropdown opening" by @umputun in #1495
- Call admin store with a proper key by @paskal in #1500
- Apply pngcrush, advpng and optipng to all png images to reduce their size by @paskal in #1494
- Bump golangci-lint, fix discovered problems by @paskal in #1502
- Fix RPC engine work with ListFlags method by @paskal in #1501
- fix iframe resize on auth dropdown opening by @akellbl4 in #1503
- admin: fix block period by @akellbl4 in #1504
- Migrate from mockery to moq by @paskal in #1505
- Bump docker-compose.yml for the site to work with dev properly by @paskal in #1508
- Bump go modules, enable LoginAuth option for email by @paskal in #1506
- Clean up comment HasReplies cache on child comment deletion by @paskal in #1507
New Contributors
- @openscript made their first contribution in #1435
- @orangesobeautiful made their first contribution in #1447
- @avinal made their first contribution in #1470
- @kaikunz made their first contribution in #1485
Full Changelog: v1.10.1...v1.11.0