Skip to content

Latest commit

History

History
175 lines (104 loc) 路 10.4 KB

CHANGELOG.md

File metadata and controls

175 lines (104 loc) 路 10.4 KB

[v1.4.3] - 2022-01-11

Release notesCompareTag 路 Archive (ziptar.gz)

Interface changes

  • 3d0215f Add small WebCrate icon to the favicon on link pages

Bug fixes

  • c5a318d Prevent modal from closing when trying to move a link #54 (Issues: #54)- 68ab7ce Handle image loading race condition
  • 59c1d87 Make sure notification is above modal
  • 56956eb Handle all image erros on the frontend and prevnt fallback from being shown

Dependency updates

[v1.4.2] - 2021-12-01

Release notesCompareTag 路 Archive (ziptar.gz)

Updates

  • bbfcae5 Store image mode on a per crate basis
  • d86882d Simplify dropdown actions

Interface changes

  • a772b0c Improved image display with loader and better resizing
  • 6f99958 Use same style for button

Bug fixes

  • 7f53d71 Handle auth errors with axios interceptor
  • a8578f3 Prevent image from being stretched on mobile

[v1.4.1] - 2021-11-01

Release notesCompareTag 路 Archive (ziptar.gz)

Bug fixes

  • 9a0b624 Don't open link in new tab on normal click
  • 9261f4d Prevent changelog from showing up after onboarding
  • 72aaf66 Prevent overflow on copy output modal

[v1.4.0] - 2021-10-21

Release notesCompareTag 路 Archive (ziptar.gz)

New features

  • ef428d9 Full screen link page
  • 57711f6 Replace redirects with link page sharing
  • c80c4bd Use middle click to open links and crates in new tab
  • ada1579 Fullscreen image modal
  • 8502e63 Support links in notes editor (tiptap)

Interface changes

  • 64aad4a Show image toggle on public and external crates
  • 6057621 Allow horizontal resizing of image in link page

Bug fixes

  • aaf26fd Show correct version in help menu for public crates

[v1.3.0] - 2021-09-21

Release notesCompareTag 路 Archive (ziptar.gz)

New features

  • e58f99e Add rich text editor to customize the link description
  • 3dc77db Add image list view and stack items #31 (Issues: #31)

Interface changes

  • 1d7c7f8 Use check icon for change name button (#40) (Issues: #40 #38)- 4dffb1d Add custom error page
  • 0bbd802 Show loading indicator while adding link

Bug fixes

  • facd658 Display all crates in the sidebar (closes #39) (Issues: #39)

[v1.2.0] - 2021-09-07

Release notesCompareTag 路 Archive (ziptar.gz)

New features

  • 2645bd5 Support bulk importing of existing links via API

Interface changes

  • 4486035 Check if update available and show indicator in help menu

Bug fixes

  • 3c875df Prevent edit request for link details in external crate
  • 5de5423 Fix moving links between crates and add success notification

[v1.1.0] - 2021-08-30

Release notesCompareTag 路 Archive (ziptar.gz)

New features

  • 3c1884a Optionally add a custom title during link creation #27 (Issues: #27)

Interface changes

  • edb91e8 Show emoji in crate dropdown

Bug fixes

  • 9bb1dc8 Add links to the top of a crate
  • dcd9e6d Prevent share modal from closing itself accidentally

[v1.0.2] - 2021-08-24

Release notesCompareTag 路 Archive (ziptar.gz)

Interface changes

Bug fixes

  • 7b929cc Use different UA when scraping Twitter URL and add title fallback

[v1.0.1] - 2021-08-24

Release notesCompareTag 路 Archive (ziptar.gz)

Bug fixes

  • bd7bc76 Use correct path to templates in prod
  • 0d654ba Fix modal being triggered accidentally
  • dba570f Use inputs instead of contenteditable

[v1.0.0] - 2021-08-23

Release notesTag 路 Archive (ziptar.gz)

New features

  • 5d925a7 Dynamic meta tags for public crates
  • 0aaac65 Generate dynamic social previews
  • bc783f2 Detect when a external crate is unavailable
  • 4a708bf Add features to welcome screen
  • 151cdb8 Add empty state to index page
  • 345c28b Add external crate explation on empty state

Interface changes

  • f3e2ee4 Add blurred icon background effect to crate menu items
  • 45f0e81 Add hover effect to crate item dropzone
  • d9e8785 Change headline color

Bug fixes

  • 5504572 Try to prevent modal close from triggering element below on mobile
  • 146ec1b Fix addLink modal not closing
  • 61839d1 Fix onboarding links

Dependency updates