Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2026

This PR contains the following updates:

Package Update Change
neosmemo/memos minor 0.25.20.26.1

Release Notes

usememos/memos (neosmemo/memos)

v0.26.1

Compare Source

Bug Fixes

  • Avoid inbox crashes by gracefully handling deleted memos in the activity service. (984d9b46)
  • Correctly parse environment variables that contain underscores. (a69056a1)
  • Return gRPC-style errors consistently instead of Echo HTTP errors. (d9dc5be2)
  • Fix video attachment handling. (c4176b4e)
  • Prevent 401 errors on window focus when an access token expires. (81ef53b3)
  • Ensure the shortcut edit button opens the edit dialog (not create). (e7605d90)
  • Block Ctrl+Enter from saving while the editor is still loading content (#​5581). (6bb383a4)
  • Fix nested task list rendering and checkbox interactions (#​5575). (b4fea8c6)
  • Make OAuth PKCE optional during sign-in (#​5570). (cf0a285e)
  • Prevent private memos from disappearing during token refresh (#​5565). (6db58fae)
  • Add Unicode case-insensitive search support for SQLite (#​5559). (8770b186)
  • Correct handling of pasted files in the memo editor. (2db57b13)
  • Restore the access token creation flow. (0dbc35a2)
  • Preserve tag case when extracting Markdown tags. (e1c8101d)
  • Auto-fix permission issues when upgrading from 0.25.3 to 0.26.0. (d14cfa1c)

💎 Featured Sponsor

Warp - The terminal reimagined with AI and collaborative tools for developers
Warp - The terminal for the 21st century
TestMu - The world’s first full-stack Agentic AI Quality Engineering platform
TestMu AI

New Contributors

Full Changelog: usememos/memos@v0.26.0...v0.26.1

v0.26.0

Compare Source

What's Changed
🚀 Major Features
  • 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

✨ Other Improvements
  • feat: contribution New Locale: Galician (gl, gl_ES) (#​5376)
  • feat: add iframe support for embedded videos in markdown content
  • feat: enhance attachment handling with MIME type validation
  • feat: add glassmorphism map controls with Google Maps integration
  • feat: add slash commands tooltip to InsertMenu
  • refactor: migrate to connect-rpc (#​5338)
  • refactor: user auth improvements (#​5360)
  • refactor: consolidate MemoEditor components (#​5409)
  • refactor: remove legacy session cookie authentication
  • refactor: remove deprecated Sessions and AccessTokens settings
  • style: improve code block styling and formatting
  • perf: optimize memory usage for statistics and image processing
  • perf: optimize backend tests with parallel execution
🐛 Bug Fixes
  • fix: add access control checks for attachments, comments, and reactions
  • fix(ui): math render (#​5549)
  • fix(ui): correct calendar header month parsing (#​5532)
  • fix: improve editor auto-scroll and Safari IME handling (#​5469)
  • fix: prevent browser cache from serving stale memo data (#​5470)
  • fix: return Unauthenticated instead of PermissionDenied on token expiration (#​5454)
  • fix: apply theme and locale changes immediately on login screen (#​5442)
  • fix: allow public memo API access without authentication (#​5451)
  • fix: KaTeX math rendering with underscores (#​5438)
  • fix(frontend): ensure attachments are properly linked when creating memos (#​5428)
  • fix(theme): improve text contrast in default dark mode (#​5323)
  • fix(web): disable setext header syntax (#​5314)
  • fix(ui): fix todo command does nothing (#​5329)
  • fix: clean up memo_relation and attachments when deleting memo
  • fix: allow guests to view public memo comments
🌍 Localization
  • chore(i18n): update British English spelling (#​5529)
  • chore: update Chinese translation (#​5519)
  • chore(i18n): add missing Korean translations (#​5456)
  • chore: update simplified chinese localization (#​5422)
  • Update german translations (#​5419)
  • chore: add missing French locale translations (#​5405)
  • chore: add missing keys to Polish translation (#​5380)
  • chore(locales): update Italian translation (#​5346)
💎 Featured Sponsor
Warp - The terminal reimagined with AI and collaborative tools for developers
Warp - The terminal for the 21st century
TestMu - The world’s first full-stack Agentic AI Quality Engineering platform
TestMu AI
New Contributors

Full Changelog: usememos/memos@v0.25.3...v0.26.0

v0.25.3

Compare Source

What's Changed
  • 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
💎 Featured Sponsor
Warp - The terminal reimagined with AI and collaborative tools for developers
Warp - The terminal for the 21st century
LambdaTest - Cross-browser testing cloud
LambdaTest - Cross-browser testing cloud
New Contributors

Full Changelog: usememos/memos@v0.25.2...v0.25.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update neosmemo/memos Docker tag to v0.25.3 Update neosmemo/memos Docker tag to v0.26.0 Feb 1, 2026
@renovate renovate bot force-pushed the renovate/neosmemo-memos-0.x branch from 50e2ee8 to 6fcac56 Compare February 1, 2026 06:01
@renovate renovate bot force-pushed the renovate/neosmemo-memos-0.x branch from 6fcac56 to 127aafc Compare February 8, 2026 14:13
@renovate renovate bot changed the title Update neosmemo/memos Docker tag to v0.26.0 Update neosmemo/memos Docker tag to v0.26.1 Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants