Skip to content

Latest commit

 

History

History
348 lines (195 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

348 lines (195 loc) · 16.3 KB

(2023-05-27)

Features

  • @waline/vercel@1.31.0 add plugin system support.

(2023-04-16)

Features

  • @waline/vercel@1.30.0 add custom model and integrate third-party user systems support.
  • @waline/vercel@1.29.0 and @waline/client@2.15.0 add Turnstile captcha service support.

(2023-04-02)

Features

  • @waline/vercel@1.28.0 add netlify deploy support

(2023-04-01)

Features

  • @waline/admin@0.24.4 add QQ login support

Bug Fixes

  • Fix #1898

(2023-03-26)

Features

This version mainly upgrades the previous paradigm of the API. Ordinary users can ignore it. Developers who use the API need to pay attention:

  • Add /api prefix to all APIs for better front-end and back-end isolation. But please rest assured that the previous routing is still compatible, but it will output a deprecation warning in the terminal. We plan to officially deprecate the old route in the next major release of @waline/vercel@2.
  • For the new route starting with /api, we unified the return data structure of all APIs into {errno, errmsg, data}, which is convenient for callers to uniformly process the API return data.
  • For the /api/comment?type=count and /api/article APIs, when there is only one piece of data, the array format is also returned
  • The GET /api/comment interface discards the insertedAt field and uses the time timestamp field to indicate the release time of the comment.
  • When the POST /api/comment interface publishes a reply to a comment, discard the pid and at fields, and the server will no longer stitch @xxx

The above modifications are not perceived by ordinary users, and the API is compatible with the old version. If there is any problem after the upgrade, please feedback. At the same time, developers who use the API are requested to release a new version and migrate to the new Sever version as soon as possible.

(2021-12-12)

Features

  • refactor oauth login, add twitter and facebook login (#705)

BREAKING CHANGES

  • vercel: everyone who use MySQL, SQLite, pgsql to store data need add new field twitter, facebook, google, weibo, qq before use social login.

(2021-10-30)

Features

  • admin add language select (6296fe5)
  • add lang support for default page (81a8d2c)
  • add avatarUrl to custom avatar url fix #607 (a473ecb)

Bug Fixes

  • fix scss lint error (c8e5a71)
  • remove unused animation style (5d32461)
  • fix recent comment have no url field bug (2078a60)

(2021-09-21)

Bug Fixes

  • 🐛[bug] Comment length out of the preview box (fdab120)
  • client: try compatable with safari 13, close #531 (#557) (a13ab21)

Features

BREAKING CHANGES

  • client: Remove avatar, avatarCDN and avatarForce configuration for client and add AVATAR_PROXY for server.

(2021-04-29)

Features

(2021-03-12)

Bug Fixes

  • vercel: compat pgsql column case insensitive (613323c)

(2021-03-08)

Bug Fixes

(2021-03-07)

Bug Fixes

  • vercel: child cmts order increment fix #163 (e31b172)

(2021-03-06)

Bug Fixes

  • admin: dashboard time zone miss (87efb46)
  • admin: keyword search btn click resp (48feb8b)
  • vercel: LIKE query typo (090230c)

(2021-02-14)

Bug Fixes

  • vercel: await error (71d93ce)
  • client: show vistor count by post return val (b00dc64)
  • vercel: stor update func return updated value (59cc1c5)

Features

(2021-02-13)

Bug Fixes

  • vercel: github store write header error (dd41f52)

(2021-02-12)

Bug Fixes

  • vercel: github select where bug (b19547c)
  • vercel: fix too_large error when file > 1M (77b6452)

(2021-02-08)

Bug Fixes

  • admin: update gravatar cdn to v2ex (e4617e1)
  • client: update default gravatar to v2ex (7fb0bd7)

Features

  • admin: add i18n support, zh-cn and en-us now (3f49034)

(2021-01-13)

Bug Fixes

  • client: fix typo link check start with http (8759f0f)
  • vercel: change github oauth scope to limit access (19ad4e2)
  • client: comment list return comment count to reduce api request times (ac4fdb9)
  • vercel: comment and article count api support multiple url query (3fc206b)

(2021-01-10)

Features

  • admin: compat avatar sever return (9482e83)
  • client: compat avatar server return (86a0f0a)
  • vercel: add avatar return support (1ab3c9f)

(2021-01-09)

Bug Fixes

  • vercel: fix a serie of bugs when github oauth return email empty
  • doc: add user_id, github, avatar field for sqlite (f027784)
  • vercel: optimize docker build image (#131)

(2021-01-08)

Features

  • add github social login (050f6be)

(2021-01-05)

Bug Fixes

  • client: compat serverURL end with slash fix #122 (196a959)

(2021-01-04)

Bug Fixes

  • vercel: add sender_email env to custom mail from (e5e9af8, closes #120
  • admin: fix recursive login bug (8ad1fde, closes #121)

(2021-01-03)

Features

  • admin: add profile setting page for dashboard and client (aaf7836)
  • client: add admin comment badge for client (#118), closes #115)

Bug Fixes

  • client: fix post comment fail when token empty (c8c7792), closes #113)

(2021-01-02)

Features

  • add client login support (#109)
  • Add MAIL_SUBJECT_ADMIN and MAIL_TEMPLATE_ADMIN config variable (7f81112)

(2021-01-01)

Features

  • doc: Migration tool add disqus support (9b965ed)

Bug Fixed

  • vercel: compat with empty ua (f39d777)

(2020-12-26)

Features

  • vercel: add COMMENT_AUDIT env to audit comment before approved (#94)

(2020-12-24)

Features

  • vercel: QQ notification support (10d08af)

(2020-12-22)

Features

  • doc: add artalk migration support (a4548a9), closes #81

Bug Fixes

  • doc: migration tool compat leancloud cn output file (1f25902)
  • doc: fix csv migration miss first line data bug (3f7c3b3)

(2020-12-21)

Bug Fixes

  • admin: fix url redirect with double slash bug (f5560eb), closes #80
  • vercel: fix dashboard waline config serverURL error with pathname (9bb9385), closes #85

Features

  • vercel: add Telegram notification (#83)

(2020-12-20)

Features

  • vercel: blog Author Email notify disable when wechat notify enabled (f71a6d1)

(2020-12-19)

Features

  • client: post comment without reload page (353a14c)

Bug Fixes

  • client: fix paste upload image can't update preview area after success (2103295)
  • vercel: fix childcomment with order asc (f8c65e4)

(2020-12-18)

Features

  • hexo-next: add libUrl parameter to custom cdn url (67653ce)

(2020-12-17)

Bug Fixes

  • client: load emoji image when commentbox emoji button click (7b9a1e2), closes #70

(2020-12-15)

Bug Fixes

  • vercel: compat valine old data without status property (53ebc5a), closes #67

(2020-12-14)

Bug Fixes

  • vercel: compat server url not root pathname (17d402c)

(2020-12-13)

Bug Fixes

  • client: update image upload to alexchu (4e7be34)

(2020-12-10)

Bug Fixes

  • client: decode path parameter to compat (aaa907e), closes #63

(2020-12-09)

Features

  • client: add uplodImage custom method (35abb56)

(2020-12-08)

Bug Fixes

  • vercel: compat postgresql (2b70144)

(2020-12-06)

Features

  • hexo/next: add hexo-next-waline plugin (1364169)
  • client: add recent comment widget (1f43c13)
  • vercel & client: add mathjax support with katex (9518679), closes #58

(2020-12-05)

Bug Fixes

Features

  • admin: add patch comment process (bdfabd5)
  • @waline/cloudbase init (02f1955)
  • Add DISABLE_USERAGENT to hide ua #55 (a6589b5)