TL;DR
- API breaking changes and optimization, see more in https://github.com/usememos/memos/tree/main/docs/api
- Improved memo content format from telegram message #1924
- Supported auto backup data file #1950
- Updated some i18n translations
What's Changed
- chore: update user store names by @boojack in #1877
- chore: update vi.json locale by @doivjpxx in #1878
- refactor: migrate definition to api v1(part1) by @boojack in #1879
- chore: remove unused packages by @boojack in #1880
- chore: update memo seed data by @boojack in #1884
- fix: auto expand height of setting page by @athurg in #1885
- fix: header archived id by @Jiraiya8 in #1888
- fix: OpenID was disappear sometimes by @athurg in #1886
- fix: invalid orientation of image thumbnail in Apple devices by @athurg in #1891
- refactor: migrate storage to apiv1 by @boojack in #1890
- fix: escape on resource filename by @athurg in #1892
- fix: skip auth on /api/v1/status to avoid sign up while token invalid by @athurg in #1895
- feat: Add support for purged resource link by @athurg in #1897
- refactor: migrate resource to apiv1 by @boojack in #1901
- refactor: migrate memo to apiv1 by @boojack in #1907
- chore: update common utils by @boojack in #1908
- update zh-Hans & zh-Hant translations by @Oaklight in #1909
- chore: remove resource public id by @boojack in #1912
- chore: add data empty placeholder by @boojack in #1913
- chore: update auth page by @boojack in #1920
- chore: change dropdown's background color in dark mode by @Cyang39 in #1925
- chore: update seed data by @boojack in #1928
- chore: remove auto signout in auth page by @boojack in #1927
- chore: split Go binary and src for dev by @athurg in #1932
- feat: implement memos chat backend function by @CorrectRoadH in #1934
- fix: visibility param override the user auth state by @athurg in #1941
- fix: visibility param override the user auth state by @athurg in #1942
- chore: update MemoRelationListView.tsx by @sergeivassiljev in #1933
- chore: update header style by @boojack in #1945
- chore: update readme by @boojack in #1947
- docs: fix typo in deploy-with-render.md by @eltociear in #1946
- feat: format message from telegram and upload attachments by @aatumaykin in #1924
- chore: split save resource asset by @athurg in #1939
- feat: memos chat frontend by @CorrectRoadH in #1938
- feat: add support for auto backup db file by @athurg in #1950
- fix: incorrect localization key for sign-up failure message by @Ajaykumbhare in #1953
- fix: exclude commas in tags by @pipe01 in #1957
- feat: update russian translate and new translate message by @aatumaykin in #1958
- chore: update db connection params by @boojack in #1960
- chore: add indexes by @boojack in #1959
- feat: add typeScript support to enforce valid translation keys by @Ajaykumbhare in #1954
- fix: add resource.clear to en.json by @aatumaykin in #1963
- chore: update detail styles by @boojack in #1964
- chore: add api docs by @boojack in #1965
- chore: update Traditional Chinese translation by @5idereal in #1967
- feat: save message to memo by @CorrectRoadH in #1940
- chore: add dev guard for memo chat by @boojack in #1968
- chore: upgrade version to
v0.14.0
by @boojack in #1970
New Contributors
- @doivjpxx made their first contribution in #1878
- @Jiraiya8 made their first contribution in #1888
- @Cyang39 made their first contribution in #1925
- @sergeivassiljev made their first contribution in #1933
- @eltociear made their first contribution in #1946
- @aatumaykin made their first contribution in #1924
- @Ajaykumbhare made their first contribution in #1953
- @pipe01 made their first contribution in #1957
- @5idereal made their first contribution in #1967
Full Changelog: v0.13.2...v0.14.0