Skip to content

Releases: usememos/memos

v0.3.1

06 Aug 18:21
Compare
Choose a tag to compare

What's Changed

  • feat: add resource dialog;

    image
  • chore: update icons with react-feather;

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Jul 13:09
Compare
Choose a tag to compare
  • Add a new visibility value PROTECTED to memo. So the visibility field is the same as the access specifiers in C++;

    image
  • Allow the host user to achieve/delete members;

    image

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

22 Jul 15:52
Compare
Choose a tag to compare

What's Changed

  • feat: add relative time format for memo createdTs;
  • chore: update icons with fontawesome;
  • chore: update memo badge styles;
  • fix: generate html image in safari by @boojack in #123

Full Changelog: v0.2.1...v0.2.2

v0.2.1

15 Jul 14:49
Compare
Choose a tag to compare

What's Changed

  • add Focus Editting Mode;
  • update create memo api with optional visibility field;

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Jul 06:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

01 Jul 12:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 Jun 12:08
4871ebf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

19 Jun 03:46
Compare
Choose a tag to compare

Responsive view

CleanShot.2022-06-19.at.10.33.43.mp4

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 May 10:11
Compare
Choose a tag to compare

image

There are lots of markable changes at the code level in this release:

  • new memo_organizer table to store pinned memos;
  • add row_status field for user table;
  • use redux as state container;
  • use axios as HTTP client;

What's Changed

v0.0.1

17 May 15:25
Compare
Choose a tag to compare