Releases: usememos/memos
Releases · usememos/memos
v0.10.0
Supports to generate embedded code for public memo.
What's Changed
- chore: add skipper in CSRF by @boojack in #885
- chore: update GitHub action name by @boojack in #886
- chore: update middleware skipper by @boojack in #887
- feat: add
activity
table by @boojack in #888 - feat: add Italian Translation by @Block2Paz in #890
- chore: update activity payload by @boojack in #891
- chore: update server activity by @boojack in #898
- feat: update docker command description (#893) by @Helaxious in #900
- feat: support code copy by @Zeng1998 in #901
- feat: persistent session name by @boojack in #902
- chore: update memo create activity by @boojack in #903
- chore: update activity metrics by @boojack in #908
- refactor: return jsx element instead of string in marked by @boojack in #910
- feat: support embed memo with iframe by @boojack in #912
- chore: add skipper for secure by @boojack in #913
- fix: sort version by @boojack in #914
New Contributors
Full Changelog: v0.9.1...v0.10.0
v0.9.1
- Fix lots of security issues 🛡️
- Add Ukrainian and Russian languages 🤝
- And Happy New Year 🎉
What's Changed
- chore: remove secure flag by @boojack in #848
- fix: prioritize user css by moving it to the body end by @m-gschwandtner in #847
- feat: enable word break by @Zeng1998 in #849
- feat: add setting for power editor by @Zeng1998 in #851
- chore: hide host user email by @boojack in #856
- chore: update dev config by @boojack in #857
- feat: add ukrainian locale by @tarik02 in #864
- chore: update userinfo validator by @boojack in #868
- fix: access control by @boojack in #870
- fix: reload page when sign out by @boojack in #871
- chore: update tip text for empty tag list by @boojack in #872
- chore: fix XSS in renderer by @boojack in #875
- chore: fix CSRF by @boojack in #876
- fix: logic of email validation by @Zeng1998 in #877
- feat: add russian locale by @iFaustov in #879
- chore: fix XSS in renderer by @boojack in #880
- chore: update create tag dialog by @boojack in #881
- chore: update version to
0.9.1
by @boojack in #882
New Contributors
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- fix: watermark container width by @boojack in #758
- fix: memo list padding bottom by @boojack in #759
- fix: dialog close when draging from in to out by @hyoban in #760
- fix: heatmap popup showing after logging out by @m-gschwandtner in #761
- feat: editor enhancement by @Zeng1998 in #763
- chore: simplify ordered list in editor by @boojack in #767
- refactor: introducing
use{Module}Store
instead of service by @boojack in #768 - docs: guide to deploy memos with render for beginners by @ajstephens1995 in #769
- chore: update readme with deploy guides by @boojack in #771
- feat:
esc
key to exit multiple dialogs by @Zeng1998 in #692 - feat: customize system profile by @boojack in #774
- chore: remove unused state by @Zeng1998 in #780
- restrict the html file by @lujiefsi in #749
- fix: max open conns for SQLite by @boojack in #781
- chore: return raw text for html by @boojack in #782
- chore: update tag regexp by @boojack in #785
- feat: i18n chinese by @ChasLui in #790
- feat: matching punctuation by @Zeng1998 in #791
- feat: support
command + k
shortcuts insert by @ChasLui in #793 - fix: shortcuts should exclude the shift judgment by @ChasLui in #796
- fix: incorrect cursor when text is selected in range by @ChasLui in #797
- feat: implement translation for days by @jxpsert in #784
- feat: update spanish locale by @PublicHer0 in #786
- feat: implement plurals for stats by @jxpsert in #783
- feat: use shift+tab to unindent by @ChasLui in #799
- feat: press cmd+f to focus on the search bar by @ChasLui in #800
- feat: add arm/v7 to buildx platforms by @m-gschwandtner in #802
- feat: show active panel when searchBar is in focus by @ChasLui in #806
- feat: update marked by @boojack in #810
- feat: tag table by @boojack in #811
- feat: create tag dialog by @boojack in #814
- feat: upsert tag based content by @boojack in #816
- chore: update seed data for tag by @boojack in #817
- chore: update create tag dialog style by @boojack in #818
- fix: fix css of input placeholder in auth page by @Zeng1998 in #824
- feat: prevent page jitter caused by the presence of scroll bars by @ChasLui in #808
- feat: support heading syntax by @boojack in #827
- feat: customize system profile by @boojack in #828
- chore: update logo format to png by @boojack in #830
- fix: disable decode patch id by @boojack in #831
- feat: add secure middleware by @boojack in #832
- chore: add escape to prevent XSS by @boojack in #833
- chore: update dialog title by @boojack in #834
- chore: upgrade version to
0.9.0
by @boojack in #835 - fix: set csp header only for resource by @boojack in #836
New Contributors
- @ajstephens1995 made their first contribution in #769
- @lujiefsi made their first contribution in #749
Full Changelog: v0.8.3...v0.9.0
v0.8.3
What's Changed
- chore: remove lazy import component by @boojack in #724
- fix: set resource list in memo editor by @boojack in #725
- chore: remove ESC to close edit by @boojack in #726
- chore: upgrade vite by @boojack in #728
- feat: enable paste multiple resources by @Zeng1998 in #729
- fix: reset image state in gallery by @Zeng1998 in #730
- fix: fix order in resource dialog by @Zeng1998 in #733
- chore: add vite plugin legacy by @boojack in #734
- chore: update color scheme listener by @boojack in #735
- fix: checklist auto continuation by @Zeng1998 in #737
- fix: url resource filename decode by @Zeng1998 in #738
- feat: add spanish locale by @PublicHer0 in #741
- chore: update light bg color by @boojack in #744
- feat: add 'theme' to translation by @jxpsert in #746
- fix: add a span as wrapper to fix whitespace by @m-gschwandtner in #747
- fix: hr in edited content do not trigger folding by @hyoban in #748
- feat: add
visibility
field to resource by @boojack in #743 - chore: revert "feat: add
visibility
field to resource (#743)" by @boojack in #751 - feat: remove sticky style for memo editor by @boojack in #752
- chore: update list style by @boojack in #754
- chore: upgrade version to
0.8.3
by @boojack in #755
New Contributors
- @PublicHer0 made their first contribution in #741
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- fix: generate sharing memo image by @boojack in #663
- chore: fix some typos of README by @Zeng1998 in #666
- chore: remove emoji picker by @boojack in #667
- feat: add swedish/svenska translation by @Mozzo1000 in #668
- chore: remove table syntax by @boojack in #669
- feat: support follow system appearance by @boojack in #670
- chore: rename
enableFoldMemo
by @boojack in #671 - chore: update demo image by @boojack in #672
- feat: add German i18n item by @mauricebauer in #686
- Dutch locale by @jxpsert in #687
- feat: image preview enhancement by @Zeng1998 in #682
- chore: update German translation by @mauricebauer in #691
- feat: vacuum database in setting by @Zeng1998 in #694
- chore: fix typo by @boojack in #695
- fix: update UsageHeatMap.tsx to account for daylight savings by @apixandru in #696
- feat: auto continuation list in editor by @Zeng1998 in #689
- fix: code highlight in dark mode by @hyoban in #702
- fix: correct priority of keys in editor by @Zeng1998 in #703
- feat: add Uffizzi Integration by @ShrutiC-git in #655
- Bump Version of reusable.yaml by @ShrutiC-git in #707
- fix: break word by @boojack in #708
- feat: responsive layout for create shortcut dialog by @OnlyPain-ctrl in #717
- fix: html lang attr by @boojack in #718
- added dark theme bg color to buttons by @OnlyPain-ctrl in #719
- fix: auto complete in memo editor by @boojack in #720
- feat: get image only when cors error by @boojack in #721
- chore: update version to
0.8.2
by @boojack in #722
New Contributors
- @Mozzo1000 made their first contribution in #668
- @mauricebauer made their first contribution in #686
- @apixandru made their first contribution in #696
- @ShrutiC-git made their first contribution in #655
- @OnlyPain-ctrl made their first contribution in #717
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- chore: disable metrics collector by @boojack in #580
- fix: get markdown image from backend by @Zeng1998 in #581
- chore: update i18n for account settings by @Zeng1998 in #582
- feat: dark mode support for auth page by @hyoban in #569
- feat: dark mode support for explore page by @hyoban in #584
- fix: collapse btn cursor style by @Zeng1998 in #586
- chore: fix some typos by @Zeng1998 in #587
- fix: apperance select by @boojack in #585
- fix: search bar dropdown disappearing by @dmitriisurmin in #593
- chore: add .vscode to gitignore by @dmitriisurmin in #596
- fix: tooltip overlaps a window border by @dmitriisurmin in #599
- fix: initial database schema by @boojack in #601
- chore: show content image by @boojack in #602
- chore: update readme by @boojack in #606
- fix: password field visible by @jxpsert in #609
- fix: clear shortcut filter when delete this shortcut by @Wujiao233 in #611
- fix: shoutcut tag filter handle mutiple tags by @Wujiao233 in #608
- feat: create user repeat password by @Zeng1998 in #614
- fix: change password max length validation by @Zeng1998 in #616
- fix: selector dropdown position in fullscreen mod by @dmitriisurmin in #619
- fix: no user settings returns when patch user by @Zeng1998 in #622
- feat: dark mode support for memo detail by @hyoban in #604
- fix: image url host missing by @boojack in #623
- feat: member management enhancement by @Zeng1998 in #617
- feat: new share dialog by @Zeng1998 in #618
- chore: update readme me with contributors graph by @boojack in #626
- docs: update readme by @eallion in #628
- chore: add joyui tooltip for resources dialog by @Zeng1998 in #630
- fix: add validation for user information update by @Zeng1998 in #633
- feat: support resources reuse by @Zeng1998 in #620
- chore: add theme file for joyui by @boojack in #635
- chore: update i18n for validator message by @Zeng1998 in #636
- feat: dark mode for main pages by @boojack in #637
- feat: dynamic lazy loading route with simple loading page by @almoce in #632
- fix: change folding option need reload by @hyoban in #641
- fix: member menu dropdown position by @dmitriisurmin in #639
- feat: dark mode for dialogs by @boojack in #643
- fix: apperance can not auto switch by @hyoban in #644
- feat: update appearance selector by @boojack in #645
- fix: resource-container overflow by @hoi-lau in #649
- Add a product for logseq plugin by @EINDEX in #652
- chore: update user setting appearance by @boojack in #654
- feat: upgrade dev version to
0.8.1
by @boojack in #656 - chore: update global css by @boojack in #657
- chore: update global css by @boojack in #658
New Contributors
- @jxpsert made their first contribution in #609
- @Wujiao233 made their first contribution in #611
- @eallion made their first contribution in #628
- @almoce made their first contribution in #632
- @hoi-lau made their first contribution in #649
- @EINDEX made their first contribution in #652
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- chore: update i18 for settings by @Zeng1998 in #490
- chore: update dependencies version by @boojack in #491
- feat: add crawler plugin by @boojack in #492
- chore: update db filesize access control by @boojack in #493
- fix: image scrollbar by @boojack in #494
- feat: get image blob in backend by @boojack in #495
- chore: update seed data by @boojack in #507
- chore: add license to README by @boojack in #506
- chore: bgcolor of memo share image by @Zeng1998 in #508
- chore: update i18 for memo sharing by @Zeng1998 in #513
- chore: code clean by @boojack in #516
- chore: update issue template by @boojack in #517
- fix: tag regexp by @boojack in #518
- feat: extend validation config max length by @yardenshoham in #523
- fix: update issue template by @Zeng1998 in #530
- fix: empty filter value by @Zeng1998 in #529
- feat: esc to cancel editing by @Zeng1998 in #532
- chore: update i18n for visibility by @boojack in #537
- chore: update data initial requests by @boojack in #538
- feat: add username field by @boojack in #544
- chore: addition of the French translation and small correction for the English by @baptiste313 in #546
- feat: add French i18n item by @boojack in #547
- chore: update readme by @boojack in #548
- fix: cursor style by @Zeng1998 in #549
- chore: fix typo by @boojack in #551
- fix: icon style by @Zeng1998 in #555
- chore: change memo created time by @boojack in #556
- feat: add
Strikethrough
syntax by @boojack in #557 - feat: support display video by @boojack in #558
- chore: add test docker image by @boojack in #559
- chore: add
SECURITY.md
by @boojack in #562 - chore: fix name field in paragraph parser obj by @dmitriisurmin in #564
- chore: fix vscode settings name by @hyoban in #565
- chore: empty query text by @Zeng1998 in #566
- fix: make tooltip text no-selecting by @dmitriisurmin in #567
- chore: update tests by @boojack in #572
- chore: update action name by @boojack in #573
- chore: update dialog style by @boojack in #574
- feat: highlight the searched text in memo content by @Zeng1998 in #514
- fix: user patch with empty email by @boojack in #578
New Contributors
- @yardenshoham made their first contribution in #523
- @baptiste313 made their first contribution in #546
- @dmitriisurmin made their first contribution in #564
Full Changelog: v0.7.3...v0.8.0
v0.7.3
What's Changed
- fix: remove duplicate tag by @boojack in #450
- feat: update editor style by @boojack in #454
- chore: remove mobile editor style user setting by @boojack in #455
- chore: update editor style by @boojack in #456
- fix: image url extraction by @Zeng1998 in #453
- chore: remove unused visibility selector by @boojack in #457
- refactor: remove mixin colors by @boojack in #458
- feat: add visibility filter by @Zeng1998 in #461
- fix: route confusion entering from non-home page by @hyoban in #460
- feat: visibility click filter by @Zeng1998 in #463
- chore: change rss item title by @hyoban in #464
- fix: duration query string by @Zeng1998 in #465
- feat: folding options by @hyoban in #459
- feat: additional script system setting by @boojack in #467
- chore: change memo card's bg color by @Zeng1998 in #471
- fix: clear query text by @Zeng1998 in #469
- chore: update cancel edit button style by @boojack in #472
- feat: update sharing memo image by @boojack in #473
- fix: abnormal link regex by @Mahoo12138 in #474
- chore: remove memo card dialog by @boojack in #475
- chore: remove mark memo by @boojack in #476
- feat: parser for horizontal rule by @hyoban in #477
- feat: fold memos according to horizontal rule by @hyoban in #478
- chore: update share memo image by @boojack in #482
- chore: update emoji picker by @boojack in #483
- chore: add toast to system settings by @boojack in #486
- feat: add database filesize in UI by @boojack in #488
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- fix: tag compressed by @YuJianghao in #412
- chore: allow skip version by @YuJianghao in #411
- chore: add icon by @Zeng1998 in #414
- fix: delete related resources by @Zeng1998 in #415
- chore: update translation by @Zeng1998 in #417
- feat: vacuum records manually by @boojack in #420
- chore: update MemoResources props by @Zeng1998 in #432
- fix: share memo with resource list by @Zeng1998 in #431
- chore: update seed data by @boojack in #437
- fix: route confusion entering from non-home page by @hyoban in #430
- fix: parser regexp for special character by @boojack in #439
- chore: update session key by @boojack in #440
- feat: editing visibility selection by @Zeng1998 in #421
- feat: add support for time-shortcut by @Zeng1998 in #434
- feat: update visibility selector style by @boojack in #441
- feat: additional style system setting by @boojack in #444
- fix: parse tag list by @boojack in #446
- fix: editor resource list by @boojack in #445
- chore: update version 0.7.2 by @boojack in #447
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- fix: missing column in resource table by @boojack in #368
- fix: resource table migration by @boojack in #369
- fix: get memo list order by @boojack in #370
- feat: unpin button in the corner by @boojack in #374
- chore: update readme by @boojack in #375
- feat: dialog content enhancement by @Zeng1998 in #377
- feat: remove unused resources by @Zeng1998 in #379
- chore: update unpin memo by @boojack in #386
- chore: update memo stats api by @boojack in #387
- feat: cache editing memo id by @boojack in #388
- feat: image preview enhancement by @Zeng1998 in #385
- fix: memo list default value by @boojack in #390
- fix: session max age by @boojack in #392
- fix: heatmap data by @boojack in #394
- chore: update resource dialog style by @boojack in #395
- chore: update pagination for getting all memos by @boojack in #396
- chore: update readme by @boojack in #397
- chore: update corner width by @boojack in #398
- chore: pin button color by @YuJianghao in #399
- chore: fold/expand i18n by @YuJianghao in #400
- chore: update gitignore by @hyoban in #402
- feat: view all images of a memo by @hyoban in #393
- fix: abnormal blockquote regexp by @Mahoo12138 in #404
- feat: text filter regex support by @hyoban in #406
- feat: add system setting to allow user signup by @boojack in #407
- chore: enable
no-unused-vars
by @boojack in #408 - fix: tag regexp by @boojack in #409
- chore: update signin page by @boojack in #410
Full Changelog: v0.7.0...v0.7.1