Skip to content

Releases: umputun/remark42

Version 1.9.0

12 Jan 18:26
Compare
Choose a tag to compare

What's Changed

Read more

Version 1.8.1

04 May 23:10
Compare
Choose a tag to compare
  • Support for Slack notifications
  • Fix default avatar rendering
  • Allow admin email login with restricted names
  • Allow spaces in username with trim
  • Add translations: Japanese, Korean, Brazilian, and Portuguese
  • Use remark_config.host for OAuth2 links

Version 1.7.1

18 Apr 22:50
Compare
Choose a tag to compare

Fix last comments style regression (c9841b8)

Version 1.7.0

16 Apr 21:49
Compare
Choose a tag to compare

for the full list of changes see v1.6.1...v1.7.0

  • Added support of more localizations
  • Microsoft auth support
  • The new UI for authentication
  • Ability to disable internal CORS
  • Multiple admin emails for notifications
  • Significant UI improvements
  • Support of SPA mode
  • Allow people to comment even if third party cookies not allowed
  • Support frame-ancestors (Content-Security-Policy) for the list of hosts passed by the user
  • Improve cache control
  • Migrator/importer fixes
  • Reduce bundle size for modern browsers
  • Auto-fill email for subscription on updates
  • Support of custom email templates

and much more ...

Version 1.6.0

26 Apr 18:19
Compare
Choose a tag to compare

User-facing changes

  • #590 #592 #596 code blocks syntax highlighting
  • #602 translations support added, English and Russian languages
  • #606 German translation is added
  • #619 Finnish translation is added
  • #645 Spanish translation is added
  • #654 Simplified Chinese translation is added
  • #612 anonymous can't take name of the site admin anymore
  • #691 add error message on anonymous user trying to upload image to site
  • #616 authentification is now present where you write your comment, not only on top of the page
  • #640 added email notifications on new comments for site administrator
  • #648 fix special characters like + in notifications email address
  • #660 comment is highlighted when you open it by the direct link
  • #662 uploaded images have a proper type like image/png and will be displayed and not downloaded in the browser if opened directly
  • #687 serve proxified image disregarding if serving is enabled or disabled (to prevent images loss)
  • #693 #701 commit images in staging storage on start of the application to prevent images loss in cases of unclean app shutdown
  • #583 autosubmit email auth/notification verification token on paste
  • #579 blockquotes styles improved
  • #578 #597 #608 improve mobile frontend presence
  • #658 #675 remark42 shutdown procedures made more reliable
  • #613 added documentation on deployment with Caddy
  • #622 AWS SES email service usage documentation
  • #638 documentation on how to add new translation added
  • #656 RAM requirements for frontend build are documented
  • #657 added documentation for SendGrid and Mailgun email services usage

Backend changes

  • #580 #623 #628 #692 image service rehaul
  • #625 image RPC added
  • #582 switch image interpolation alghorytm from BiLinear to CatmullRom
  • #637 #672 #683 go 1.14 support
  • #659 improved error message on docker run without /srv/var attached
  • #681 #682 notify.Email bugfixes
  • #684 fix documentation for arm builds
  • #686 don't use cache in REST module tests which don't utilize it
  • #697 golangci-lint enabled for tests

Frontend changes

Version 1.5.0

21 Jan 05:42
Compare
Choose a tag to compare
  • Simple view mode - #474
  • Reddit-style folding - #162
  • Anonymous voting (optional) - #473
  • Email subscription for replies - #496
  • Twitter auth provider - #70
  • Proxy with local copy of extarnal pictures (optional) - #399
  • Switch to Github Actions - #434
  • Re-map comments to different URLs - #412
  • Reject multiple votes from the same IP - #400
  • FreeBSD binaries - #497
  • Improve quality of images - #488
  • Emoji autocomplete - #378
  • Bolt image store - #450
  • bug fixes

for the full list of tickets see milestone 1.5

Version 1.4.0

28 Jul 17:41
Compare
Choose a tag to compare
  • Email authentication #394
  • Drag-and-drop for images and image toolbar button #371
  • Enable spellchecker for comment's box #360
  • Add support of emojis #374
  • UI threads visualization #350
  • Keep comments for temporary blocked users #377
  • Storage plugin architecture #353, #319
  • Hide comments from specific user #291
  • Streaming API #336
  • More changes and fixes

Version 1.3.2 (hotfix)

14 May 18:11
Compare
Choose a tag to compare
  • address delete-me regression #326
  • add ability to redefine host in docker-less mode #321

Version 1.3.0

28 Apr 18:09
02b27d2
Compare
Choose a tag to compare
  • Allow optional anonymous login #279
  • Drag and drop support for images #285
  • Toolbar with markdown formatting #299
  • Refactor frontend #267
  • Voting response improvements (security) #297
  • Positive-only voting score (optional) #260
  • Add controversy metric and sorting #274
  • Fix missing RSS replies on heavy sites #268
  • Switch backend to go mod #284
  • Better error handling on UI side #256

for more details see the full list of addressed issues

Version 1.2.1

26 Jan 07:15
Compare
Choose a tag to compare
  • Fix "Counter is mistaken in counting comments" #261
  • Fix failing "disable comments" on the page where there are no comments initially #262
  • Fix yandex auth issue