Commit Graph

  • ef033d21de
    chore(i18n): add missing Korean translations (#5285) 김강현 2025-11-26 21:02:57 +0900
  • 4c9d1e522f chore(i18n): add missing Korean translations kanghyki 2025-11-26 15:20:41 +0900
  • 53de2e5def
    Merge branch 'usememos:main' into main 김강현 2025-11-26 14:53:15 +0900
  • b7c9f0e6ff
    chore(i18n): improve Korean locale translations for copy and delete actions (#5280) 김강현 2025-11-26 13:34:54 +0900
  • e892e16c17 chore(i18n): add success message for content copy to clipboard in Korean locale kanghyki 2025-11-26 11:20:43 +0900
  • 8be8357984 chore(i18n): improve Korean locale translations for copy and delete actions kanghyki 2025-11-26 11:17:44 +0900
  • 424f11f227 fix(store): fix PostgreSQL tag filtering type inference error Steven 2025-11-26 07:40:39 +0800
  • 68c17469a3 fix(markdown): fix UTF-8 truncation for CJK characters in snippet generation Steven 2025-11-26 07:34:28 +0800
  • e17cd163c6 chore: bump version v0.25.3 Steven 2025-11-25 22:17:45 +0800
  • eb541d04cc fix(web): resolve tag sidebar filtering and reactivity issues Steven 2025-11-25 22:17:01 +0800
  • 8ec4c9ab63 fix(web): update time locale when language is changed Steven 2025-11-25 21:37:04 +0800
  • ef6456a4f5 refactor(web): restructure MemoEditor with custom hooks and improved error handling Steven 2025-11-25 21:29:54 +0800
  • 1832b59190 fix(css): standardize color variable values in default-dark theme Johnny 2025-11-25 09:02:57 +0800
  • 5e95a77f50 chore: update color variables in default-dark theme for improved contrast Steven 2025-11-24 21:59:24 +0800
  • b5de847107 chore(web): add external link icon for memo attachments Steven 2025-11-24 21:56:14 +0800
  • 424e599980 refactor(web): optimize memo statistics fetching by using cached data from memo store Steven 2025-11-24 21:37:12 +0800
  • 72f93c5379 feat(web): enhance file upload handling with local file support and preview Steven 2025-11-24 21:31:18 +0800
  • a93754e6f4
    Merge eb7f779bb8 into 1d582e0f39 TheNexter 2025-11-25 00:31:08 +1100
  • 1d582e0f39 chore: upgrade dependencies Steven 2025-11-24 20:18:52 +0800
  • 455eef9fa3
    feat(web): add ability to delete unused attachments (#5272) Richard Szegh 2025-11-24 04:55:53 +0100
  • 60d977c0bf fix: add period to comment for golangci-lint compliance Johnny 2025-11-23 23:47:17 +0800
  • b78d4c2568 refactor(markdown): use Unicode categories for tag validation Johnny 2025-11-23 23:45:10 +0800
  • c0a2189a88
    feat(web): add button to delete unused attachments Richard Szegh 2025-11-21 20:01:28 +0100
  • 799a6814f9
    Revert "feat(web): add delete all unused attachments button" Richard Szegh 2025-11-21 19:17:27 +0100
  • ea40bac090
    feat(web): add delete all unused attachments button Richard Szegh 2025-11-21 19:13:28 +0100
  • b8e491882c fix(markdown): use rune-based truncation to prevent invalid UTF-8 gitkeniwo 2025-11-21 17:04:24 +0100
  • d69435c97c chore(docs): update security policy to prevent public vulnerability disclosure Steven 2025-11-21 09:13:40 +0800
  • a533ba02dc
    fix: add load more button and pagination to attachments page (#5258) gitkeniwo 2025-11-21 02:04:41 +0100
  • b251380bd6 fix: add defensive check for isLoadingMore gitkeniwo 2025-11-20 15:06:07 +0100
  • eb7f779bb8 Apply new proposition from Copilot + little refine in player design (with better responsive design) (lint done this time) TheNexter 2025-11-19 17:59:15 +0100
  • edfbd6b073 fix(web): refresh sidebar tags when creating/updating memos Steven 2025-11-19 22:30:00 +0800
  • cabd0d61c6 fix(web): resolve Leaflet DOM cleanup error causing app crashes Steven 2025-11-19 22:21:01 +0800
  • 3989100a27 fix(parser): handle additional Unicode punctuation in tag parsing Steven 2025-11-19 22:19:56 +0800
  • 64e9d82d67 fix(parser): support Unicode characters in tags Steven 2025-11-19 22:06:11 +0800
  • 6e6ade0ab5 Fix lint TheNexter 2025-11-19 13:05:10 +0100
  • 1cd79734b8 Apply suggestion made by Copilot TheNexter 2025-11-19 12:53:59 +0100
  • 02b36d5bae Lint fix (sorry) TheNexter 2025-11-19 08:19:29 +0100
  • e4e5a03dd8
    feat(ios): add native iOS app support with gomobile Claude 2025-11-19 03:44:38 +0000
  • 865e0ff962
    Merge pull request #1 from hax429/claude/enable-offline-mode-012ESoD6URUW86A7YxtdJGpb Gabriel Wang 2025-11-18 22:37:08 -0500
  • 923a346eac
    feat(web,server): improve offline mode functionality Claude 2025-11-19 03:36:06 +0000
  • 7717f84afe
    feat(web): enable offline mode support Claude 2025-11-19 03:20:21 +0000
  • 063128e75f little css fix TheNexter 2025-11-18 22:08:40 +0100
  • 25f1bcf8fa Little refine TheNexter 2025-11-18 20:30:34 +0100
  • 61a314254b Audio player redesign, better looking version TheNexter 2025-11-18 20:06:05 +0100
  • bbc82f9fe5 Custom audio player that match design of memos TheNexter 2025-11-18 18:32:27 +0100
  • 9027ece395 Better design audio record button TheNexter 2025-11-18 18:13:29 +0100
  • abcab8d6ab Audio recording TheNexter 2025-11-18 17:58:47 +0100
  • e6a345e428 fix: address Copilot review. Add error handling and remove unnecessary memo preloading gitkeniwo 2025-11-18 15:08:17 +0100
  • 46111277ea chore: fix lint on attachments gitkeniwo 2025-11-18 13:17:39 +0100
  • 96fa685440
    Merge d72cad23f6 into 4de8712cb0 Edge-Seven 2025-11-18 14:47:52 +0700
  • d72cad23f6 Fix typos in some files khanhkhanhlele 2025-11-18 14:47:47 +0700
  • c9d44c0526 fix: add load-more button and pagination to attachments page gitkeniwo 2025-11-18 00:06:07 +0100
  • 174e8b3dbd
    Remove the max-w from tags in the sidebar Thomas R. Koll 2025-11-17 13:21:34 +0100
  • 4de8712cb0
    fix: keyboard shortcuts (#5250) Neo 2025-11-17 09:55:57 +0900
  • 357118804e feat(web): add Focus Mode UI entry in Insert Menu Johnny 2025-11-17 08:55:10 +0800
  • 4bd85ac86d Review neo 2025-11-17 09:10:01 +0900
  • c8162ff3cc feat(web): add Focus Mode for distraction-free writing Johnny 2025-11-16 23:15:36 +0800
  • f15e46cb6e
    Merge 0c1f462233 into 156908c77f Dmytro Manchynskyi 2025-11-15 20:04:05 +0700
  • 156908c77f chore(web): migrate from ESLint+Prettier to Biome Steven 2025-11-14 23:58:07 +0800
  • 64111369d3
    fix(web): refactor task list styles to follow GitHub standard (#5253) Johnny 2025-11-14 23:37:00 +0800
  • fe7d5b0ade Focused memo cards now visibly change when selected neo 2025-11-14 11:05:09 +0900
  • 5c2010195e Fixing not working keyboard shortcuts neo 2025-11-14 10:53:57 +0900
  • 56de6db4aa
    fix(web): refactor task list styles to follow GitHub standard Claude 2025-11-13 08:46:03 +0000
  • d1b2c0308b chore: add demo user access token for testing purposes Steven 2025-11-11 08:31:05 +0800
  • dc398cf6a7 chore(web): unify metadata badge styling and fix event handling Steven 2025-11-10 21:53:56 +0800
  • 659c63165b
    chore: add Vercel OSS Program badge boojack 2025-11-10 20:18:41 +0800
  • 9a100d55be
    chore(server): remove profiler code and endpoints (#5244) Johnny 2025-11-10 20:17:21 +0800
  • 775bed73f4
    chore(server): remove profiler code and endpoints Claude 2025-11-10 12:13:39 +0000
  • bb3d808e0e
    feat: allow closing image preview via backdrop click (#5243) Simon 2025-11-10 03:12:45 -0800
  • 92b63437a2 allow closing image preview via backdrop click sawatkins 2025-11-09 17:27:50 -0800
  • 6fc0ef7cc2 chore(web): remove redundant and minimal README files Johnny 2025-11-09 14:21:10 +0800
  • fa3e0fc7f9 fix(web): make MermaidBlock reactive to system theme changes and improve code quality Johnny 2025-11-09 14:19:11 +0800
  • fb736c20d3
    feat(web): add Mermaid diagram support in markdown (#5242) Johnny 2025-11-09 14:13:10 +0800
  • 1bcc8dfb6f
    refactor(web): use MobX observer for Mermaid theme detection Claude 2025-11-09 06:11:00 +0000
  • 6fb7520518
    feat(web): add theme-aware Mermaid diagram rendering Claude 2025-11-09 06:07:18 +0000
  • 8259757800
    feat(web): add Mermaid diagram support in markdown Claude 2025-11-09 06:03:26 +0000
  • 5925e3cfc1 chore(web): simplify command system and improve editor UX (#5242) Johnny 2025-11-09 13:09:50 +0800
  • fc43f86571
    chore(web): unify Location/Attachments/Relations components (#5241) Johnny 2025-11-09 07:23:31 +0800
  • fe3c8e0971
    chore(web): remove old Location/Attachments/Relations component files Claude 2025-11-08 23:19:46 +0000
  • 4e37fcfa22
    refactor(web): unify Location/Attachments/Relations components for consistency Claude 2025-11-08 23:11:34 +0000
  • a2ccf6b201
    feat(web): improve list auto-completion and tag insertion UX (#5240) Johnny 2025-11-09 01:26:29 +0800
  • ff745bfebe
    feat(web): improve list auto-completion and tag insertion UX Claude 2025-11-08 17:16:06 +0000
  • e8b0273473
    chore(web): improve CommandSuggestions and TagSuggestions components (#5239) Johnny 2025-11-09 01:05:24 +0800
  • 858c1d2448
    refactor(web): improve consistency and design of editor components Claude 2025-11-08 17:01:58 +0000
  • 7f8f0c753d
    refactor(web): extract list auto-completion logic into custom hook Claude 2025-11-08 16:55:22 +0000
  • f11c355446
    refactor(web): improve CommandSuggestions and TagSuggestions components Claude 2025-11-08 16:51:22 +0000
  • bd21338fdb
    fix(web): markdown list auto-completion creates new line correctly (#5238) Johnny 2025-11-08 10:47:10 +0800
  • 5243e2963c
    fix(web): markdown list auto-completion creates new line correctly Claude 2025-11-08 02:37:08 +0000
  • c54fcf7aa7
    refactor(web): redesign Settings components (#5237) Johnny 2025-11-08 10:32:55 +0800
  • 805bb4e741 chore(github): streamline issue templates with validation and better structure Steven 2025-11-08 10:28:51 +0800
  • 3354869525
    refactor(web): redesign Settings components with consistent design system Claude 2025-11-08 02:23:58 +0000
  • 906412013f
    refactor(api): remove test_auth.go and inline test helpers (#5235) boojack 2025-11-08 09:53:29 +0800
  • 63ee0c0307
    refactor(api): remove test_auth.go and inline test helpers Claude 2025-11-08 01:47:47 +0000
  • 13fea64d15
    fix(api): implement custom memo ID support in CreateMemo (#5234) boojack 2025-11-08 09:43:10 +0800
  • 9fcf654b40
    style: fix golangci-lint issues in memo_service.go Claude 2025-11-08 01:36:32 +0000
  • 652c855145
    fix(api): return AlreadyExists error for duplicate memo IDs (AIP-133) Claude 2025-11-08 01:32:03 +0000
  • c8900acc4e
    feat(api): validate custom memo_id format in CreateMemo Claude 2025-11-08 01:28:53 +0000
  • 94483ea2a4
    refactor(api): remove redundant UID existence check in CreateMemo Claude 2025-11-08 01:27:36 +0000
  • ce835ca145
    fix(api): implement custom memo ID support in CreateMemo Claude 2025-11-08 01:21:32 +0000
  • ef9eee19d6 fix: implement tag suggestions functionality Steven 2025-11-08 09:15:38 +0800