Releases: usememos/memos
Releases · usememos/memos
v0.4.4
Thanks @f97 for adding the Vietnamese locale and Emoji Picker. 💗
What's Changed
- chore: update username validate config by @boojack in #209
- feat: i18n for dialogs by @YuJianghao in #203
- chore: vacuum db file after deleting resource by @boojack in #210
- chore: update i18n by @ChasLui in #212
- chore: fix copy to clipboard by @boojack in #214
- update: i18n by @ChasLui in #215
- feat: add vietnamese by @f97 in #218
- chore: update i18n for UserBanner by @f97 in #219
New Contributors
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Add new page /explore
for all public and protected (only when you are logged in) memos in the site.
What's Changed
- fix: heatmap popover blink by @YuJianghao in #195
- fix: upload resouces double time by @YuJianghao in #204
- feat: add explore page by @boojack in #205
- chore: update button entries by @boojack in #206
- chore: support double-click to edit memo by @boojack in #207
New Contributors
- @YuJianghao made their first contribution in #195
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- chore: add
docker-compose
sample command into readme by @TheNexter in #179 - chore: add mobile style by @ZBuru in #181
- chore: add eslint check in action by @boojack in #185
- fix: create shortcut input by @boojack in #186
- fix: find latest migration history by @boojack in #190
- chore: support uploads multi files by @boojack in #191
New Contributors
- @TheNexter made their first contribution in #179
- @ZBuru made their first contribution in #181
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Set mono
font style for editor.
What's Changed
- fix: unescape filename by @boojack in #158
- fix: Fix Typo (Editting -> Editing) by @limdingwen in #161
- chore: update
word-break
style by @boojack in #164 - chore: update golangci-lint config by @boojack in #168
- fix: tag regexp by @boojack in #173
- feat: set editor font style by @boojack in #174
- feat: update memo created datetime: #166
New Contributors
- @limdingwen made their first contribution in #161
Full Changelog: v0.4.0...v0.4.1
v0.4.0
- Support multiple languages: English and 中文;
- Set the default memo visibility;
What's Changed
- chore: update
i18nStore
by @lqwakeup in #141 - chore: add docker-compose.yaml by @leopold7 in #142
- feat: add
manifest.json
for pwa by @lqwakeup in #144 - feat: add
user_setting
model by @boojack in #145
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0
-
Add a new visibility value
PROTECTED
to memo. So thevisibility
field is the same as the access specifiers in C++; -
Allow the host user to achieve/delete members;
What's Changed
- chore: update error message by @boojack in #129
- chore: show inline image in daily review dialog by @boojack in #135
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
What's Changed
- add Focus Editting Mode;
- update create memo api with optional
visibility
field;
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat: toggle todo status by clicking by @boojack in #99
- feat: schema migration handler by @boojack in #100
- chore: add test github action by @boojack in #102
- feat: support multi platforms docker image by @boojack in #103
- fix: banner text click not work by @hyoban in #104
- feat: personal memos page by @hyoban in #105
- chore: reorder imports manually by @boojack in #106
- refactor: visitor view by @boojack in #107
- chore: rename user role by @boojack in #108
- feat: add
visibility
field to memo by @boojack in #109 - chore: add
latest
docker tag by @boojack in #113
Full Changelog: v0.1.3...v0.2.0