Skip to content

Latest commit

 

History

History
249 lines (140 loc) · 14 KB

CHANGELOG.md

File metadata and controls

249 lines (140 loc) · 14 KB

1.15.0 (2023-02-27)

Features

  • add dropdown for graph layout (0a3888d)
  • highlight relations of hovered node (4a277d5)
  • highlight selected node (76983ab)
  • select node when clicked (77c5f8b)
  • use G6 for graph visualization (aed2d59)

Performance Improvements

1.14.0 (2023-01-16)

Features

  • add plausible analytics script (a4184c9)

1.13.0 (2022-11-28)

Features

  • show chip when followed by profile (afeae4f)
  • use stamp when profile picture is missing (65e1563)

1.12.0 (2022-11-23)

Features

  • add button which adds followed profiles (ae5093e)

1.11.0 (2022-11-22)

Features

  • show indicator for queried followers per profile (202905e)

1.10.0 (2022-11-21)

Bug Fixes

  • access non-reactive state to get node count in async function (10db757)
  • return empty array when no followers or following (dbd8309)

Features

  • query followers chronologically (ecdb69b)
  • select searched profile if already present (048ab2f)
  • show percentage value in progress indicator (ffe940c)

Performance Improvements

  • query following profile ids from subgraph (c85f257)
  • retrieve followers in batches (afd6bdb)

1.9.2 (2022-11-15)

Bug Fixes

  • change add followers button behavior (1092297)
  • ensure string type for ALCHEMY_API_KEY (3235a49)

1.9.1 (2022-11-14)

Bug Fixes

  • hide disabled add button if all followers have been added (ce5680a)

1.9.0 (2022-11-11)

Bug Fixes

  • clear search options when inconsistent (e6e6434)
  • reset search bar options when input empty (f11e0aa)

Features

  • implement 'search as you type' for profiles (2eac504)
  • move search bar to header (5268669)
  • show querying indicator in header (c6ffc9f)

1.8.1 (2022-11-09)

Bug Fixes

  • change button color (0f05da0)
  • hide follow button for current profile (bd6ad77)

1.8.0 (2022-11-08)

Features

1.7.0 (2022-11-07)

Features

Performance Improvements

1.6.0 (2022-11-07)

Features

  • increase following limit (0520e7c)

1.5.0 (2022-11-06)

Features

  • show picture of current profile (4d7da75)

1.4.0 (2022-11-06)

Bug Fixes

  • clear optimistic cache when profile is switched (1f68d56)
  • clear urql cache when user profile changes (ee81029)
  • hide add followers button when profile has no followers (22618d4)
  • refetch profile data when user profile changes (83e288b)
  • show stat name in singular when value is one (54e87b1)

Features

  • add unfollow button (c3a2403)
  • don't require profile to be set as default (9b5bf50)
  • make follow optimistic (7b43d93)
  • support optimistic proxy action follow (949be0b)

Performance Improvements

  • only update graph when nodes were added or removed (0dc8f37)

1.3.0 (2022-11-02)

Features

1.2.1 (2022-11-01)

Bug Fixes

  • switch to theme colors with higher contrast (9fcc797)

1.2.0 (2022-11-01)

Bug Fixes

  • avoid disabled button as tooltip child (14fdc8d)
  • avoid querying when follower list exhausted (9700846)
  • convert jwt expiration time to milliseconds (f4ea659)
  • remove

    wrapper around

    elements (0b99dd2)

  • return auth state after refreshing expired token (dc3fbe2)
  • use correct property when refreshing token (4f4780a)

Features

  • add avatar with menu (9d7b1a7)
  • add connect wallet button (b270f43)
  • add follow on lens functionality (c169559)
  • add help dialog (c75601e)
  • add sign in functionality (a02d030)
  • add support for follow modules (323778d)
  • close profile menu on right-click (7e444dd)
  • disable follow button when no wallet is connected (b482c1c)
  • make color mode changeable (00b08e8)
  • open profile menu on right-click (73316f7)
  • show all follow connections between profiles (6ef96c6)
  • show info about selected node in sidebar (b9b494e)
  • show selected profile in sidebar (36f537e)
  • use proxy and broadcast for follow (b5c5bab)

Performance Improvements

  • use cache for profile details (ddf516c)

1.1.0 (2022-09-30)

Features

  • add header (95315b9)
  • add setting to change node style (1099591)
  • resize graph with window (5fd9d29)
  • set default node style to lens handle (b565dc6)

1.0.0 (2022-09-29)

Bug Fixes

  • catch errors during handle retrieval (09af0a9)
  • update fetching handle when returning early (a6f7baa)

Features

  • add handle when pressing enter (1c5edea)
  • append .lens if handle not found (2cd8611)
  • change theme colors (08517fd)
  • create-react-app (ca8df7c)
  • disable button while adding first handle (7366af8)
  • fetch data interactively (bb8e5c4)
  • install recoil (e01a284)
  • let user enter first handle manually (a777017)
  • show errors in snackbar (8832ecf)
  • show followers (657f658)
  • show fully fetched nodes in yellow (c53c0a5)
  • show graph of handle and following (c84b45b)
  • show nodes as text (cd378b2)
  • visualize link direction (c9fff78)