v0.10.0
usememos/memosv0.10.0Jan 7, 2023by boojack
AI Summary
This release introduces the ability to embed memos as iframes on external websites. It also adds an activity tracking table and supports persistent session names.
Key Highlights
- Added support for embedding memos via iframe
- Introduced activity tracking table
- Added persistent session name
- Added Italian translation
New Features
- Iframe embedding for public memos
- Activity tracking table
- Persistent session name
- Italian translation
- Code copy support
Full Release Notes
<img width="650" alt="image" src="https://user-images.githubusercontent.com/24653555/211130341-39d5240a-c40d-4046-b513-f798e221df77.png"> Supports to generate embedded code for public memo. ## What's Changed * chore: add skipper in CSRF by @boojack in https://github.com/usememos/memos/pull/885 * chore: update GitHub action name by @boojack in https://github.com/usememos/memos/pull/886 * chore: update middleware skipper by @boojack in https://github.com/usememos/memos/pull/887 * feat: add `activity` table by @boojack in https://github.com/usememos/memos/pull/888 * feat: add Italian Translation by @Block2Paz in https://github.com/usememos/memos/pull/890 * chore: update activity payload by @boojack in https://github.com/usememos/memos/pull/891 * chore: update server activity by @boojack in https://github.com/usememos/memos/pull/898 * feat: update docker command description (#893) by @Helaxious in https://github.com/usememos/memos/pull/900 * feat: support code copy by @Zeng1998 in https://github.com/usememos/memos/pull/901 * feat: persistent session name by @boojack in https://github.com/usememos/memos/pull/902 * chore: update memo create activity by @boojack in https://github.com/usememos/memos/pull/903 * chore: update activity metrics by @boojack in https://github.com/usememos/memos/pull/908 * refactor: return jsx element instead of string in marked by @boojack in https://github.com/usememos/memos/pull/910 * feat: support embed memo with iframe by @boojack in https://github.com/usememos/memos/pull/912 * chore: add skipper for secure by @boojack in https://github.com/usememos/memos/pull/913 * fix: sort version by @boojack in https://github.com/usememos/memos/pull/914 ## New Contributors * @Block2Paz made their first contribution in https://github.com/usememos/memos/pull/890 * @Helaxious made their first contribution in https://github.com/usememos/memos/pull/900 **Full Changelog**: https://github.com/usememos/memos/compare/v0.9.1...v0.10.0