v0.11.1
usememos/memosv0.11.1Mar 4, 2023by boojack
AI Summary
This release implements OpenAI integration, adds resource visibility controls, and fixes several UI bugs including avatar styling and markdown link parsing. It also addresses a login security issue.
Key Highlights
- Implemented OpenAI integration
- Added resource visibility field to user settings
- Fixed login security issue
- Improved avatar styling and markdown link parsing
New Features
- OpenAI integration
- Resource visibility controls
- Login security fix
- Markdown hyperlink parenthesis fix
- Accent color for deletion confirmation
Full Release Notes
## What's Changed * fix: function name typo by @jaywhen in https://github.com/usememos/memos/pull/1148 * fix: find memo list order by @boojack in https://github.com/usememos/memos/pull/1149 * fix: remove memo list api by @boojack in https://github.com/usememos/memos/pull/1151 * chore: fix dispatch memo pinned by @boojack in https://github.com/usememos/memos/pull/1152 * chore: update translations from Hosted Weblate by @weblate in https://github.com/usememos/memos/pull/1150 * chore: remove validators on the frontend by @Zeng1998 in https://github.com/usememos/memos/pull/1156 * fix: correct comments for exported functions and variables by @hezhizhen in https://github.com/usememos/memos/pull/1158 * feat: use accent color when confirming deletion by @H3arn in https://github.com/usememos/memos/pull/1161 * chore: remove username click event by @boojack in https://github.com/usememos/memos/pull/1167 * fix: omission of long filename by @Zeng1998 in https://github.com/usememos/memos/pull/1170 * fix: z-index of image preview by @Zeng1998 in https://github.com/usememos/memos/pull/1171 * chore: open url in other tabs by @Zeng1998 in https://github.com/usememos/memos/pull/1173 * fix: model fields are unconsistent with the data queried from the database by @tonghs in https://github.com/usememos/memos/pull/1179 * Translations update from Hosted Weblate by @weblate in https://github.com/usememos/memos/pull/1154 * feat: add visibility field to resource by @boojack in https://github.com/usememos/memos/pull/1185 * chore: add my account entry in user dropdown by @boojack in https://github.com/usememos/memos/pull/1187 * feat: add resource visibility to user setting by @boojack in https://github.com/usememos/memos/pull/1190 * feat: update en locale by @fiumad in https://github.com/usememos/memos/pull/1195 * fix: Incorrect sharing image gerneration (#1157) by @CorrectRoadH in https://github.com/usememos/memos/pull/1205 * fix: corner style after scaling by @hyoban in https://github.com/usememos/memos/pull/1199 * Translations update from Hosted Weblate by @weblate in https://github.com/usememos/memos/pull/1196 * fix: corners not rounded on memos-editor-wrapper by @fiumad in https://github.com/usememos/memos/pull/1209 * chore: fix unknown at rule @applyless(unknownAtRules) by @hyoban in https://github.com/usememos/memos/pull/1221 * refactor: declare variable for devProxyServer by @unliar in https://github.com/usememos/memos/pull/1220 * fix: action button container not overflowing memo by @Rethora in https://github.com/usememos/memos/pull/1218 * For Issue #981 Create CustomThemes.md by @fiumad in https://github.com/usememos/memos/pull/1210 * fix - login security issue by @thareekanvar in https://github.com/usememos/memos/pull/1198 * Fix: Markdown hyperlinks with parenthesis take first closing parenthesis as final by @TheRealJd3 in https://github.com/usememos/memos/pull/1213 * I added Turkish Translation file by @mehmetaltugakgul in https://github.com/usememos/memos/pull/1202 * add support for s3 path by @zhaochunqi in https://github.com/usememos/memos/pull/1233 * feat: update home layout by @boojack in https://github.com/usememos/memos/pull/1242 * chore: update links reference by @boojack in https://github.com/usememos/memos/pull/1243 * feat: implement openai integration by @boojack in https://github.com/usememos/memos/pull/1245 * chore: update demo screenshot by @boojack in https://github.com/usememos/memos/pull/1246 * chore: upgrade version to `v0.11.1` by @boojack in https://github.com/usememos/memos/pull/1247 ## New Contributors * @jaywhen made their first contribution in https://github.com/usememos/memos/pull/1148 * @hezhizhen made their first contribution in https://github.com/usememos/memos/pull/1158 * @H3arn made their first contribution in https://github.com/usememos/memos/pull/1161 * @tonghs made their first contribution in https://github.com/usememos/memos/pull/1179 * @fiumad made their first contribution in https://github.com/usememos/memos/pull/1195 * @CorrectRoadH made their first contribution in https://github.com/usememos/memos/pull/1205 * @unliar made their first contribution in https://github.com/usememos/memos/pull/1220 * @Rethora made their first contribution in https://github.com/usememos/memos/pull/1218 * @thareekanvar made their first contribution in https://github.com/usememos/memos/pull/1198 * @TheRealJd3 made their first contribution in https://github.com/usememos/memos/pull/1213 * @mehmetaltugakgul made their first contribution in https://github.com/usememos/memos/pull/1202 * @zhaochunqi made their first contribution in https://github.com/usememos/memos/pull/1233 **Full Changelog**: https://github.com/usememos/memos/compare/v0.11.0...v0.11.1