Memos - Package Updates
-
[1.2.0]
- Update memos to 0.24.0
- Full Changelog
- fix: use correct separator in migration file name by @l2dy in https://github.com/usememos/memos/pull/4327
- fix: internal error on pin/unpin by @AvoidMe in https://github.com/usememos/memos/pull/4332
- fix: migrate sql error by @xiaoweihong in https://github.com/usememos/memos/pull/4338
- fix: show loader icon while refreshing by @hchengting in https://github.com/usememos/memos/pull/4358
- feat: search for multiple words by @RoccoSmit in https://github.com/usememos/memos/pull/4362
- fix: calendar coloring issue by @shungiku in https://github.com/usememos/memos/pull/4352
- feat: add Farsi(Persian) localazation by @spidtzz in https://github.com/usememos/memos/pull/4364
-
[1.3.0]
- Update base image to 5.0.0
-
[1.3.1]
- Update memos to 0.24.1
- Full Changelog
- Polished homepage layout
- Masonry view(beta)
- Support blur processing for NSFW content with customizable NSFW tags by @CallMeMhz in https://github.com/usememos/memos/pull/4407
- Match sublist indentation when adding a new item by @mbaum0 in https://github.com/usememos/memos/pull/4433
- feat: allow storing resource references >256 chars long in mysql by @cdzombak in https://github.com/usememos/memos/pull/4408
- feat: prevent attackers from exploiting redirect attack GetLinkMetadata API by @CallMeMhz in https://github.com/usememos/memos/pull/4428
- feat: support YouTube video thumbnail in link preview by @CallMeMhz in https://github.com/usememos/memos/pull/4427
- feat: optimize initial load performance by implementing lazy loading and code splitting by @nbb2025 in https://github.com/usememos/memos/pull/4445
- feat: add loading spinner during file upload process by @sawatkins in https://github.com/usememos/memos/pull/4491
-
[1.3.2]
- Update memos to 0.24.2
- Full Changelog
- feat: implement grpc health service checking database connection (#4499)
- fix: BrandBanner to use NavLink (#4536)
- fix: allow admins to uncheck disallow password if applicable (#4532)
- fix: prevent double effect on image modal wheel event (#4522)
- fix: use valid query parameters for postgres (#4515)
- fix: user stats changes based on selected tab (#4504)
-
[1.3.3]
- Update memos to 0.24.3
- Full Changelog
- feat: add norwegian bokml (nb) translation (#4561)
- feat: enhance site.webmanifest in chrome (#4676)
- feat: improve visual feedback in MemoEditor for drag/drop file uploads (#4634)
- feat: set locale based on browser language when user is not logged in (#4635)
- feat: support child tags in NSFW blur feature (#4640)
- feat: support listening on a UNIX socket (#4654)
- feat: support mapping avatar url from oauth2
- feat: update ItalicNode to use repeated children instead of content (#4566)
- fix: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value for some s3 providers (#4575)
- fix: codeblock highlight
-
[1.3.4]
- Update memos to 0.24.4
- Full Changelog
- feat: automatically add a new table row in the editor when pressing enter by @dzervas in https://github.com/usememos/memos/pull/4706
- feat: add infinite scrolling for memos by @liltrendi in https://github.com/usememos/memos/pull/4715
- fix: make the save button disabled after a successful update by @dabeeduu in https://github.com/usememos/memos/pull/4721
- fix(editor): Prevent race condition and ensure correct list continuation on Enter by @jonfk in https://github.com/usememos/memos/pull/4716
- feat(rss): Use server title and description for RSS feed, if configured by @maximilian-krauss in https://github.com/usememos/memos/pull/4717
- fix: inherits memo visibility for default comment visibility by @maximilian-krauss in https://github.com/usememos/memos/pull/4728
- refactor: memo editor by @johnnyjoygh in https://github.com/usememos/memos/pull/4730
-
Update to 0.25.0 blocked by https://github.com/usememos/memos/issues/4903
-
[1.4.0]
- Update memos to 0.25.1
- Full Changelog
- feat(editor): create text-based autocompleting commands (#4971)
- feat(inbox): handles errors while fetching and adds possibility to delete items (#4908)
- feat: add DOMPurify for sanitizing HTML content in CodeBlock component
- feat: add an option to auto expand subtags in tree mode (#4994)
- feat: add tooltips to editor buttons (#4934)
- feat: filter/method for reactions by content_id (#4969)
- feat: implement user-specific SQL converter for filtering in user service
- feat: support more filter factors
- fix update theme not saving (#5012)
- fix(syntax-highlighting): adds missing CSS imports to CodeBlock.tsx (#4890)
-
[1.4.1]
- Update memos to 0.25.2
- Full Changelog
- feat: automatic thumbnail generation for S3-stored images
- feat: masonry layout with responsive columns
- feat: system theme detection and automatic dark/light mode switching
- feat: manual latitude/longitude input for location tagging (#5152)
- feat: copy memo content from action menu
- feat: enhanced reaction selector with hover and mobile-friendly scrolling
- feat: improved geolocation handling in LocationSelector
- feat: theme-aware syntax highlighting in code blocks
- fix: add user authentication security checks
- fix: correct theme colors in calendar cells
-
[1.4.2]
- Update memos to 0.25.3
- Full Changelog
- The markdown parser/renderer now follows CommonMark and GFM specifications for better compatibility and consistency
- feat: add Focus Mode for distraction-free writing - New writing mode that minimizes distractions for focused memo creation
- feat: add ability to delete unused attachments (#5272) - Clean up unused attachments to save storage space
- feat: standardize theme system with auto sync option (#5231) - Theme now syncs with system preferences automatically
- feat: add load more button and pagination to attachments page (#5258) - Better navigation for large attachment lists
- fix: resolve tag sidebar filtering and reactivity issues - Tags now filter properly in the sidebar
- fix: prevent memory exhaustion in thumbnail generation - More stable thumbnail generation
- fix: markdown list auto-completion creates new line correctly (#5238) - List continuation works as expected
-
[1.5.0]
- Update memos to 0.26.0
- Full Changelog
- Refresh Token Rotation with Sliding Window Sessions - Enhanced authentication security by implementing refresh token rotation and sliding window session expiration for better session management
- Streaming for Video/Audio Files - Fixed memory exhaustion issues by implementing streaming for media files instead of loading them entirely into memory
- EXIF Metadata Stripping for Image Uploads - Privacy enhancement that automatically strips EXIF metadata (location, camera info, etc.) from uploaded images
- Role Refactor: HOST ADMIN - Migrated the HOST role to ADMIN for clearer terminology and permission naming
- React Query Migration (#5379) - Major frontend state management refactor, replacing custom state management with React Query v5 for improved caching, data synchronization, and developer experience
- Memo Map in User Profile - Implemented map view in user profiles to visualize memo locations geographically with Google Maps integration
- HDR Image and Video Support - Added support for HDR (High Dynamic Range) images and videos
- Midnight Theme (#5288) - Added new midnight theme option for users who prefer a darker interface
- feat: contribution New Locale: Galician (gl, gl_ES) (#5376)
- feat: add iframe support for embedded videos in markdown content
-
[1.5.1]
- pin package source by hash
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login