All Versions
10
Latest Version
Avg Release Cycle
75 days
Latest Release
1461 days ago

Changelog History

  • v1.6.0 Changes

    April 26, 2020

    ๐Ÿ‘‰ 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

    • #599 started work on giving users ability to customize remark42 css
    • ๐Ÿ’… #600 introduce stylelint
    • โšก๏ธ #618 #639 #650 #653 #667 #670 js dependencies updated
    • โšก๏ธ #679 scripts and docs updated
  • v1.5.0 Changes

    January 21, 2020
    • 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

  • v1.4.0 Changes

    July 28, 2019
    • 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
  • v1.3.2 Changes

    May 14, 2019
    • โž• address delete-me regression #326
    • โž• add ability to redefine host in docker-less mode #321
  • v1.3.1

    May 04, 2019
  • v1.3.0 Changes

    April 28, 2019
    • ๐Ÿ‘ 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

  • v1.2.1 Changes

    January 26, 2019
    • ๐Ÿ›  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
  • v1.2.0 Changes

    January 21, 2019
    • โž• Add support of post titles, propagate to UI and notification
    • โž• Add comment ID as GUID to RSS
    • ๐Ÿ‘‰ Make comments with a reply RO
    • ๐ŸŒฒ Switch logging backend to go-pkgz/lgr
    • โšก๏ธ Update to the latest (v0.4) go-pkgz/auth for better refresh handling
    • ๐Ÿ›  Fix voting UI
    • Aggressive limiter on voting API
    • ๐Ÿ‘ Allow telegram notifications sent to users and private channels
    • ๐Ÿ‘Œ Support restricted words
  • v1.1.0 Changes

    January 06, 2019

    Most notable changes:

    • ๐Ÿ‘ Full support of the dark theme
    • ๐Ÿšš GDPR compliant with the ability to retrieve all user-related info on demand and remove it
    • Extraction of authentication code into a separate library to allow simpler extensions for custom auth methods.
    • Import from WordPress
    • โ†” Integrated SSL and LE support
    • Redesigned last comments widget and user info popup
    • Ability to make some posts (comments) read-only manually or based on age
    • Blocking users for a limited time
    • ๐Ÿ†• New backup/restore file format keeps metadata
    • Telegram notifications
    • Visual improvements in the comment's tree view

    ๐Ÿ‘€ see milestone v1.1 for more info

  • v1.0.0 Changes

    June 19, 2018
    • Ability to edit comments #13
    • "Show more" comments on mobile screens #25
    • RSS feeds #15
    • Auto-moderation based on scores #37
    • Cache improvements #24, #44
    • ๐Ÿ‘‰ Show last user's comments #59
    • ๐Ÿ‘Œ Support of "verified" status #60
    • ๐Ÿ— Public build and testing process #28, #14
    • Switch from session-based auth to JWT #30
    • Comments searchable by google and others #68
    • Hide fully deleted trees #39
    • ๐Ÿ› Bug Fixes - #2, #4, #6, #16, #19, #20, #23, #35, #52, #53, #62, #66, #69, #77

    ๐Ÿš€ full list of issues for this release