Lenster is a decentralized, and permissionless social media app built with Lens Protocol 🌿

Overview
Lenster Logo

Lenster

Decentralized, and permissionless social media app 🌿

🌿 About Lenster

Lenster is a decentralized, and permissionless social media app built with Lens Protocol 🌿

Community

For a place to have open discussions on features, voice your ideas, or get help with general questions please visit our community at Discord.

🤝 Contributing

We encourage you to contribute to Lenster! Please check out the Contributing guide for guidelines about how to proceed.

⚙️ Setup

Using Local Environment

cp .env.example .env
yarn
yarn dev

and visit http://localhost:3000

Using Gitpod

🤝 Supporting Repos

⚖️ License

Lenster is open-sourced software licensed under the © Mozilla Public License 2.0.

Comments
  • feat: add user popover for user mentions

    feat: add user popover for user mentions

    What does this PR do?

    #47 Add user popover for user mentions Attaching video

    Type of change

    • [ ] New feature (non-breaking change which adds functionality)

    How should this be tested?

    • [ ] Test A
    • [ ] Test B

    Checklist

    • I haven't added tests that prove my fix is effective or that my feature works

    ezgif com-gif-maker

    opened by harryranakl 19
  • feat: remove `.lens` everywhere

    feat: remove `.lens` everywhere

    What does this PR do?

    Fixes # (issue)

    • [x] component
    • [x] URLs
    • [x] Mentions
    • [x] Mention in composer

    https://www.loom.com/share/a202a2e2fc2d416d82e60d2ea036e244

    Type of change

    • [x] Enhancement (non-breaking small changes to existing functionality)

    Checklist

    • I haven't read the contributing guide
    • My code doesn't follow the style guidelines of this project
    • I haven't performed a self-review of my own code and corrected any misspellings
    • I haven't commented my code, particularly in hard-to-understand areas
    • I haven't checked if my PR needs changes to the documentation
    • I haven't checked if my changes generate no new warnings
    • I haven't added tests that prove my fix is effective or that my feature works
    • I haven't checked if new and existing unit tests pass locally with my changes
    opened by hungds99 17
  • feat: add message header

    feat: add message header

    Note - This is a draft PR and WIP. Will be merging this post current open PR's are merged

    What does this PR do?

    Adds message header component and also infinite scroll for messages

    Type of change

    • [ ] New feature (non-breaking change which adds functionality)
    • [ ] Enhancement (non-breaking small changes to existing functionality)

    How should this be tested?

    • [ ] Renders messages correctly and loads 20 at a time
    • [ ] Message Header component renders correctly

    Screenshots

    image
    opened by bhavya2611 14
  • feat: Add icon to searchbar

    feat: Add icon to searchbar

    CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code

    Add a left-icon prop to input, add SearchIcon to search input in mobile view

    unfocused Screen Shot 2022-07-29 at 3 56 57 AM

    focused Screen Shot 2022-07-29 at 3 57 08 AM

    disabled Screen Shot 2022-07-29 at 4 24 04 AM

    unfocused error Screen Shot 2022-07-29 at 4 47 28 AM

    focused error Screen Shot 2022-07-29 at 4 47 38 AM

    ✨ feature 
    opened by danschewy 11
  • Client-side exception error

    Client-side exception error

    Is there an existing issue for this?

    • [X] I have searched the existing issues

    Current Behavior

    Getting this error when I visit the Homepage after logging in

    “ Application error: a client-side exception has occurred (see the browser console for more information).”

    Expected Behavior

    It should show my feed instead

    Steps To Reproduce

    Login to Lenster, then go to “Home”

    What platform(s) does this occur on?

    Web, Mobile

    What browser(s) does this occur on?

    Chrome, Safari

    Anything else?

    4DEF7FAE-B7F4-4F71-B64E-213F612465F0

    needs review 
    opened by jelilat 10
  • feat: context of parent posts in comment detail

    feat: context of parent posts in comment detail

    What does this PR do?

    Fixes #810

    Type of change

    • [ ] Bug fix (non-breaking change which fixes an issue)
    • [x] New feature (non-breaking change which adds functionality)
    • [x] Enhancement (non-breaking small changes to existing functionality)
    • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • [ ] This change requires a documentation update

    How should this be tested?

    • [ ] Test A
    • [ ] Test B

    Checklist

    • I haven't read the contributing guide
    • My code doesn't follow the style guidelines of this project
    • I haven't performed a self-review of my own code and corrected any misspellings
    • I haven't commented my code, particularly in hard-to-understand areas
    • I haven't checked if my PR needs changes to the documentation
    • I haven't checked if my changes generate no new warnings
    • I haven't added tests that prove my fix is effective or that my feature works
    • I haven't checked if new and existing unit tests pass locally with my changes
    opened by sasicodes 10
  • feat: add prominent ENS badge to user profile and timeline

    feat: add prominent ENS badge to user profile and timeline

    What does this PR do?

    Community feature request

    • https://lenster.xyz/posts/0x017cc9-0x6a

    If ENS name matches the lens handle, display ENS icon in Timeline and in Profile, next to "verified" badge.

    Type of change

    • [x] Enhancement (non-breaking small changes to existing functionality)

    How should this be tested?

    • Test A: Open Vitalik's profile
    • Test B: Open Vitalik's post in the feed
    vitalik-profile vitalik-timeline-feed
    opened by pavel-lens 9
  • feat: Twitter-like hexagon profile images for NFT avatars

    feat: Twitter-like hexagon profile images for NFT avatars

    What does this PR do?

    TODO

    • [x] Figure out how to distinguish between NFT avatar and simple image
    • [x] Review all places where avatar image is used

    Fixes #50

    Type of change

    • [x] New feature (non-breaking change which adds functionality)

    How should this be tested?

    • Review the displayed avatars in all changed components

    Screenshots

    Screenshot 2022-11-18 at 14 02 18 Screenshot 2022-11-18 at 14 02 04 Screenshot 2022-11-18 at 14 01 53 Screenshot 2022-11-18 at 14 01 48 Screenshot 2022-11-18 at 14 01 45
    opened by pavel-lens 9
  • feat: add bottom nav in mobile

    feat: add bottom nav in mobile

    What does this PR do?

    Fixes #43 (issue)

    Type of change

    • [ ] New feature (non-breaking change which adds functionality)
    • [x] Enhancement (non-breaking small changes to existing functionality)

    How should this be tested?

    • [ ] Should nav correctly
    • [ ] Should only showup above lg width
    • [ ] Should not showup if users not login
    opened by ercwangwh 9
  • feat: i18n support

    feat: i18n support

    What does this PR do?

    Port to LinguiJS and add Crowdin integration. Fixes #1343

    The feature can be tested on Vercel deployment, by switching to PseudoLanguage under Settings > Account > Locale settings. (About pseudolocalization: https://lingui.js.org/guides/pseudolocalization.html )

    Screen capture: https://user-images.githubusercontent.com/667227/209463143-41576848-31d9-4267-a7f4-9f388abd1d04.mp4

    Temporary Crowdin project: https://crowdin.com/project/lenstertest

    Important files in this PR: apps/web/src/lib/i18n.ts - Helper for loading and switching locales on-the-fly apps/web/src/locales/en/messages.po - English source strings, uploaded to Crowdin apps/web/src/locales/*/messages.po - Translated strings, will be updated with translations from Crowdin apps/web/package.json - added/updated scripts (see I18N.md) apps/web/src/components/Settings/Account/Language.tsx - Settings page I18N.md - i18n readme apps/web/.babelrc, apps/web/.linguirc, apps/web/crowdin.yml - config files

    opened by foolo 8
  • feat: add ability to mention user from his profile page

    feat: add ability to mention user from his profile page

    What does this PR do?

    Inspiration: Twitter

    When you open user's profile, you are able to tweet him directly from his page. When you open "compose message", user's handle is pre-filled.

    List of changes

    • Add NewPost component to pages/profile
      • The component is not displayed when user is at his own profile
    • Pre-fill Editor content to contain handle of user profile
    • Set cursor to the right place

    Type of change

    • [x] New feature (non-breaking change which adds functionality)

    How should this be tested?

    • Test A: Create new message from default/Timeline page
    • Test B: Create new message from user's profile page

    Checklist

    Screenshots

    Screenshot 2022-11-14 at 15 52 15 Screenshot 2022-11-14 at 15 52 29
    opened by pavel-lens 8
  • Fix

    Fix "You can't reply to this post" not being visible in dark mode

    What does this PR do?

    Hopefully, this will fix the "You can't reply to this post" text not being visible in dark mode according to your style guidelines and design choices.

    I tested in light mode as well, and it is still visible with this change.

    Fixes #1562

    Type of change

    • [X ] Bug fix (non-breaking change which fixes an issue)
    • [X ] Enhancement (non-breaking small changes to existing functionality)

    How should this be tested?

    To make sure the issue exists, open a gated post in dark mode and verify that you can't see the "You can't reply to this post" text. Then, do the same with this PR applied and you should now be able to see the text in a greyish color.

    opened by kyrers 2
  • Can't see

    Can't see "you can't reply to this post" in dark mode

    Is there an existing issue for this?

    • [X] I have searched the existing issues

    Current Behavior

    The text color of the "You can't reply to this post" warning is not visible in dark mode.

    image image

    Expected Behavior

    Text color should be darker for the blueish background

    Steps To Reproduce

    Open the post in dark mode

    What platform(s) does this occur on?

    Web

    What browser(s) does this occur on?

    Brave

    Anything else?

    No response

    🐛 bug 
    opened by kyrers 0
  • Dependency Dashboard

    Dependency Dashboard

    This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

    Open

    These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

    Ignored or Blocked

    These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

    Detected dependencies

    github-actions
    .github/workflows/chore-issue.yml
    • imjohnbo/issue-bot v3
    .github/workflows/ci.yml
    • actions/checkout v3
    • actions/setup-node v3
    .github/workflows/codeql.yml
    • actions/checkout v3
    • github/codeql-action v2
    • github/codeql-action v2
    • github/codeql-action v2
    .github/workflows/crowdin-download.yml
    • actions/checkout v3
    • crowdin/github-action 1.5.2
    .github/workflows/crowdin-upload.yml
    • actions/checkout v3
    • crowdin/github-action 1.5.2
    .github/workflows/sync-issue.yml
    • fjogeleit/http-request-action v1
    npm
    apps/api/package.json
    • @apollo/client ^3.7.3
    • @aws-sdk/client-s3 ^3.245.0
    • @aws-sdk/client-sts ^3.245.0
    • @bundlr-network/client ^0.9.11
    • axios ^1.2.2
    • dotenv ^16.0.3
    • next ^13.1.1
    • next-transpile-modules ^10.0.0
    • react ^18.2.0
    • react-dom ^18.2.0
    • uuid ^9.0.0
    • @types/react ^18.0.23
    • @types/react-dom ^18.0.10
    • @types/uuid ^9.0.0
    • typescript ^4.9.3
    apps/web/package.json
    • @apollo/client ^3.7.3
    • @aws-sdk/client-s3 ^3.245.0
    • @giphy/js-fetch-api ^4.7.1
    • @giphy/react-components ^6.5.1
    • @headlessui/react ^1.7.7
    • @heroicons/react v1
    • @hookform/resolvers ^2.9.10
    • @lens-protocol/sdk-gated 1.1.5
    • @lexical/code ^0.7.5
    • @lexical/hashtag ^0.7.5
    • @lexical/link ^0.7.5
    • @lexical/markdown ^0.7.5
    • @lexical/react ^0.7.5
    • @lingui/macro ^3.15.0
    • @lingui/react ^3.15.0
    • @tanstack/react-query ^4.20.9
    • @tippyjs/react ^4.2.6
    • @xmtp/xmtp-js ^7.7.2
    • axios ^1.2.2
    • clsx ^1.2.1
    • dayjs ^1.11.5
    • dayjs-twitter ^0.5.0
    • dotenv ^16.0.3
    • ethers 5.6.0
    • framer-motion ^8.2.4
    • graphql ^16.6.0
    • interweave ^13.0.0
    • jwt-decode ^3.1.2
    • lexical ^0.7.5
    • next ^13.1.1
    • next-pwa ^5.6.0
    • next-themes ^0.2.1
    • next-transpile-modules ^10.0.0
    • plyr-react ^5.1.0
    • react ^18.2.0
    • react-copy-to-clipboard ^5.1.0
    • react-dom ^18.2.0
    • react-hook-form ^7.41.5
    • react-hot-toast ^2.4.0
    • react-infinite-scroll-component ^6.1.0
    • uuid ^9.0.0
    • wagmi ^0.10.5
    • websocket ^1.0.34
    • zod ^3.20.2
    • zustand ^4.2.0
    • @babel/core ^7.20.12
    • @crowdin/cli ^3.9.1
    • @giphy/js-types ^4.2.1
    • @lingui/cli ^3.15.0
    • @tailwindcss/aspect-ratio ^0.4.2
    • @tailwindcss/forms ^0.5.3
    • @tailwindcss/line-clamp ^0.4.2
    • @types/react ^18.0.23
    • @types/react-copy-to-clipboard ^5.0.4
    • @types/react-dom ^18.0.10
    • @types/uuid ^9.0.0
    • @types/websocket ^1.0.5
    • autoprefixer ^10.4.13
    • babel-plugin-macros ^3.1.0
    • cypress ^12.3.0
    • postcss ^8.4.21
    • tailwindcss ^3.2.1
    • typescript ^4.9.3
    package.json
    • husky ^8.0.3
    • node >=14.0.0
    • yarn 1.22.19
    packages/abis/package.json
    • typescript 4.9.4
    packages/data/package.json
    • typescript ^4.9.4
    • @types/node ^18.11.18
    packages/eslint-config-weblint/package.json
    • @typescript-eslint/eslint-plugin ^5.48.0
    • eslint ^8.31.0
    • eslint-config-next ^13.1.1
    • eslint-plugin-prettier ^4.2.1
    • eslint-plugin-simple-import-sort ^8.0.0
    • eslint-plugin-unicorn ^45.0.2
    • eslint-plugin-unused-imports ^2.0.0
    • prettier ^2.7.1
    packages/lens/package.json
    • @apollo/client ^3.7.3
    • @graphql-codegen/cli ^2.16.3
    • @graphql-codegen/fragment-matcher ^3.3.1
    • @graphql-codegen/typescript ^2.8.7
    • @graphql-codegen/typescript-operations ^2.5.12
    • @graphql-codegen/typescript-react-apollo ^3.3.6
    • prettier ^2.8.1
    • typescript ^4.9.4
    packages/tsconfig/package.json
    nvm
    .nvmrc
    • node 16

    • [ ] Check this box to trigger a request for Renovate to run again on this repository
    opened by renovate[bot] 0
  • fix(deps): update dependency @lens-protocol/sdk-gated to v1.1.6

    fix(deps): update dependency @lens-protocol/sdk-gated to v1.1.6

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​lens-protocol/sdk-gated | 1.1.5 -> 1.1.6 | age | adoption | passing | confidence |


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 2
  • feat: mobile menu drawer

    feat: mobile menu drawer

    What does this PR do?

    Fixes # (issue)

    Type of change

    • [ ] Bug fix (non-breaking change which fixes an issue)
    • [x] New feature (non-breaking change which adds functionality)
    • [x] Enhancement (non-breaking small changes to existing functionality)
    • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • [ ] This change requires a documentation update

    How should this be tested?

    • [ ] Test A
    • [ ] Test B

    Checklist

    • I haven't read the contributing guide
    • My code doesn't follow the style guidelines of this project
    • I haven't performed a self-review of my own code and corrected any misspellings
    • I haven't commented my code, particularly in hard-to-understand areas
    • I haven't checked if my PR needs changes to the documentation
    • I haven't checked if my changes generate no new warnings
    • I haven't added tests that prove my fix is effective or that my feature works
    • I haven't checked if new and existing unit tests pass locally with my changes
    opened by sasicodes 2
  • added: max character length plugin for comments & publication

    added: max character length plugin for comments & publication

    What does this PR do?

    #401 - Limit to 10k characters for posts and comments to utilise free node2 bundlr

    Type of change

    • [ ] New feature (non-breaking change which adds functionality)

    How should this be tested?

    ezgif com-gif-maker (1)

    Checklist

    • My code doesn't follow the style guidelines of this project
    opened by harryranakl 4
Releases(v1.0.5-beta)
  • v1.0.5-beta(Dec 26, 2022)

    What's Changed

    • feat: init pro mf by @bigint in https://github.com/lensterxyz/lenster/pull/1325
    • chore: add pro check in web by @bigint in https://github.com/lensterxyz/lenster/pull/1326
    • feat: add pwa by @bigint in https://github.com/lensterxyz/lenster/pull/1336
    • chore(deps-dev): Bump @types/uuid from 8.3.4 to 9.0.0 in /apps/api by @dependabot in https://github.com/lensterxyz/lenster/pull/1328
    • chore(deps-dev): Bump @types/uuid from 8.3.4 to 9.0.0 in /apps/web by @dependabot in https://github.com/lensterxyz/lenster/pull/1329
    • Update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/1337
    • Format code with prettier by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/1338
    • chore: add analytics to footer by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1347
    • fix: image duplicated when multiple upload by @hungds99 in https://github.com/lensterxyz/lenster/pull/1350
    • chore(deps): Bump eslint-config-next from 13.0.5 to 13.0.6 in /packages/eslint-config-weblint by @dependabot in https://github.com/lensterxyz/lenster/pull/1346
    • chore: fix mentions color by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1355
    • chore(deps): Bump eslint from 8.28.0 to 8.29.0 in /packages/eslint-config-weblint by @dependabot in https://github.com/lensterxyz/lenster/pull/1356
    • feat: add rel="me" to a profile's website url by @haideralipunjabi in https://github.com/lensterxyz/lenster/pull/1334
    • Revert "chore: add analytics to footer" by @bigint in https://github.com/lensterxyz/lenster/pull/1357
    • chore: update aave-members.ts by @oneski in https://github.com/lensterxyz/lenster/pull/1361
    • chore: update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/1360
    • chore: set RevertCollectModule by default by @bigint in https://github.com/lensterxyz/lenster/pull/1363
    • feat: 3 image grid support (#1344) by @saurabhdoteth in https://github.com/lensterxyz/lenster/pull/1362
    • feat: remove .lens everywhere by @hungds99 in https://github.com/lensterxyz/lenster/pull/1352
    • feat: add absolute timestamp tooltips by @foolo in https://github.com/lensterxyz/lenster/pull/1335
    • chore: profile follow token gating by @bigint in https://github.com/lensterxyz/lenster/pull/1384
    • fix: case insensitive checking by @harryranakl in https://github.com/lensterxyz/lenster/pull/1386
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1389
    • Update xmtp-js by @neekolas in https://github.com/lensterxyz/lenster/pull/1391
    • chore: update terms and privacy by @bigint in https://github.com/lensterxyz/lenster/pull/1396
    • fix: duplicate posts and profiles by @hungds99 in https://github.com/lensterxyz/lenster/pull/1395
    • fix: copy text of post, prevent jump to the detail page of the … by @metadiver in https://github.com/lensterxyz/lenster/pull/1327
    • chore: remove pro mf by @bigint in https://github.com/lensterxyz/lenster/pull/1398
    • fix: support attaching same images by @ercwangwh in https://github.com/lensterxyz/lenster/pull/1379
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1401
    • feat: copy and paste photos by @hungds99 in https://github.com/lensterxyz/lenster/pull/1397
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1404
    • fix: copy paste text in lexical by @bigint in https://github.com/lensterxyz/lenster/pull/1408
    • chore(temp): remove imgproxy by @bigint in https://github.com/lensterxyz/lenster/pull/1409
    • chore: add 4everland to thanks by @bigint in https://github.com/lensterxyz/lenster/pull/1410
    • chore: rename leafwatch to analytics by @bigint in https://github.com/lensterxyz/lenster/pull/1411
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1412
    • fix: make dark mode darker by @foolo in https://github.com/lensterxyz/lenster/pull/1416
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1418
    • chore: enhance dark mode by @bigint in https://github.com/lensterxyz/lenster/pull/1420
    • fix: add break words in profile bio by @bigint in https://github.com/lensterxyz/lenster/pull/1421
    • feat: add user popover for user mentions by @harryranakl in https://github.com/lensterxyz/lenster/pull/1274
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1425
    • feat: token gate decrypt by @bigint in https://github.com/lensterxyz/lenster/pull/1393
    • chore: move login to global modal by @bigint in https://github.com/lensterxyz/lenster/pull/1428
    • chore: add more gating checks on decrypt by @bigint in https://github.com/lensterxyz/lenster/pull/1429
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1431
    • feat: add SimpleConditionFields fragment by @bigint in https://github.com/lensterxyz/lenster/pull/1432
    • feat: add nft and token details in gating by @bigint in https://github.com/lensterxyz/lenster/pull/1433
    • feat: add getAlchemyChainName by @bigint in https://github.com/lensterxyz/lenster/pull/1435
    • chore: remove count from feed type and tab button by @bigint in https://github.com/lensterxyz/lenster/pull/1436
    • feat: add support for eth-goerli and polygon-mumbai by @bigint in https://github.com/lensterxyz/lenster/pull/1437
    • chore: mvp token gating by @bigint in https://github.com/lensterxyz/lenster/pull/1439
    • feat: set video poster by @sasicodes in https://github.com/lensterxyz/lenster/pull/1438
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1440
    • chore: remove useBroadcast hook by @bigint in https://github.com/lensterxyz/lenster/pull/1441
    • fix: move try catch to correct places by @bigint in https://github.com/lensterxyz/lenster/pull/1442
    • chore: remove RELAY_ON flag by @bigint in https://github.com/lensterxyz/lenster/pull/1443
    • fix: use proper async await by @bigint in https://github.com/lensterxyz/lenster/pull/1444
    • chore: remove unwanted else by @bigint in https://github.com/lensterxyz/lenster/pull/1445
    • chore(deps): Bump framer-motion from 7.10.3 to 8.0.1 in /apps/web by @dependabot in https://github.com/lensterxyz/lenster/pull/1447
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1449
    • fix: 400 error while commenting by @bigint in https://github.com/lensterxyz/lenster/pull/1451
    • chore: add more events for access settings by @bigint in https://github.com/lensterxyz/lenster/pull/1452
    • chore: add events for collect form by @bigint in https://github.com/lensterxyz/lenster/pull/1453
    • chore: add analytics page mvp by @bigint in https://github.com/lensterxyz/lenster/pull/1454
    • feat: sidebar menu to shared by @bigint in https://github.com/lensterxyz/lenster/pull/1455
    • feat: add react query and staff analytics mvp by @bigint in https://github.com/lensterxyz/lenster/pull/1456
    • feat: migrate iframely to react query by @bigint in https://github.com/lensterxyz/lenster/pull/1457
    • Change readme.md license MIT to GPLv3 by @Qsnh in https://github.com/lensterxyz/lenster/pull/1459
    • chore: move to tanstack by @bigint in https://github.com/lensterxyz/lenster/pull/1458
    • feat: update atob api by @ylmin in https://github.com/lensterxyz/lenster/pull/1450
    • docs: fix typo in apps/web/src/components/Shared/Status.tsx by @pgrimaud in https://github.com/lensterxyz/lenster/pull/1462
    • chore: update deps by @bigint in https://github.com/lensterxyz/lenster/pull/1463

    New Contributors

    • @haideralipunjabi made their first contribution in https://github.com/lensterxyz/lenster/pull/1334
    • @saurabhdoteth made their first contribution in https://github.com/lensterxyz/lenster/pull/1362
    • @harryranakl made their first contribution in https://github.com/lensterxyz/lenster/pull/1386
    • @metadiver made their first contribution in https://github.com/lensterxyz/lenster/pull/1327
    • @ercwangwh made their first contribution in https://github.com/lensterxyz/lenster/pull/1379
    • @Qsnh made their first contribution in https://github.com/lensterxyz/lenster/pull/1459
    • @ylmin made their first contribution in https://github.com/lensterxyz/lenster/pull/1450
    • @pgrimaud made their first contribution in https://github.com/lensterxyz/lenster/pull/1462

    Full Changelog: https://github.com/lensterxyz/lenster/compare/v1.0.4-beta...v1.0.5-beta

    Source code(tar.gz)
    Source code(zip)
  • v1.0.4-beta(Nov 28, 2022)

    What's Changed

    • chore(deps): Bump @sentry/nextjs from 7.17.1 to 7.17.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/986
    • chore(deps): Bump @aws-sdk/client-s3 from 3.197.0 to 3.198.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/987
    • chore(deps-dev): Bump autoprefixer from 10.4.12 to 10.4.13 by @dependabot in https://github.com/lensterxyz/lenster/pull/988
    • feat: add open original link in lightbox by @bigint in https://github.com/lensterxyz/lenster/pull/990
    • fix: add dark mode support in toggle by @bigint in https://github.com/lensterxyz/lenster/pull/991
    • feat: add who can collect settings by @bigint in https://github.com/lensterxyz/lenster/pull/995
    • chore: update verified.ts by @sasicodes in https://github.com/lensterxyz/lenster/pull/996
    • revert: switch to imagekit by @bigint in https://github.com/lensterxyz/lenster/pull/999
    • chore: update verified.ts by @cmirran in https://github.com/lensterxyz/lenster/pull/1000
    • fix: clear LocalStorage on other logout mechanisms by @neekolas in https://github.com/lensterxyz/lenster/pull/1001
    • chore(deps): Bump wagmi from 0.7.7 to 0.7.8 by @dependabot in https://github.com/lensterxyz/lenster/pull/1004
    • chore(deps): Bump @vercel/analytics from 0.1.2 to 0.1.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/1006
    • chore: update verified.ts by @cmirran in https://github.com/lensterxyz/lenster/pull/1002
    • feat: use one stream for all messages by @neekolas in https://github.com/lensterxyz/lenster/pull/1003
    • Wipe out message when changing conversations by @neekolas in https://github.com/lensterxyz/lenster/pull/1005
    • fix: useMessagePreviews loading state by @neekolas in https://github.com/lensterxyz/lenster/pull/1008
    • chore: lint and fix DMs by @bigint in https://github.com/lensterxyz/lenster/pull/1014
    • chore: lint and fix DMs by @bigint in https://github.com/lensterxyz/lenster/pull/1015
    • feat: add url matcher locally by @bigint in https://github.com/lensterxyz/lenster/pull/1017
    • chore: sentry to ts and rip vercel analytics by @bigint in https://github.com/lensterxyz/lenster/pull/1019
    • feat: add sts support by @bigint in https://github.com/lensterxyz/lenster/pull/1020
    • fix: light mode styles in dark mode by @saulmc in https://github.com/lensterxyz/lenster/pull/1021
    • chore: update enable dm copy by @saulmc in https://github.com/lensterxyz/lenster/pull/1023
    • feat: add tunnel endpoint by @bigint in https://github.com/lensterxyz/lenster/pull/1025
    • feat: disambiguate sender in preview tile by @saulmc in https://github.com/lensterxyz/lenster/pull/1024
    • fix: message list shouldn't get stuck loading by @elisealix22 in https://github.com/lensterxyz/lenster/pull/1009
    • doc: empty feed typo fix by @ryancreatescopy in https://github.com/lensterxyz/lenster/pull/1033
    • fix: logout routing issue from other pages by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/982
    • chore: update verified.ts by @cmirran in https://github.com/lensterxyz/lenster/pull/1046
    • chore(deps): Bump zustand from 4.1.3 to 4.1.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/1045
    • chore(deps): Bump @aws-sdk/client-sts from 3.199.0 to 3.200.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1044
    • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.41.0 to 5.42.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1043
    • chore(deps): Bump @sentry/nextjs from 7.17.2 to 7.17.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/1042
    • feat: selected preview item background color by @neekolas in https://github.com/lensterxyz/lenster/pull/1026
    • feat: clickable links in messages by @saulmc in https://github.com/lensterxyz/lenster/pull/1027
    • feat: adding hover states to top navigation icons by @darickdang in https://github.com/lensterxyz/lenster/pull/1035
    • fix: DM page title while loading by @neekolas in https://github.com/lensterxyz/lenster/pull/1037
    • fix: remove "This is the beginning of the conversation" flicker by @neekolas in https://github.com/lensterxyz/lenster/pull/1038
    • chore(deps): Bump wagmi from 0.7.8 to 0.7.9 by @dependabot in https://github.com/lensterxyz/lenster/pull/1041
    • fix: hover state on disabled send button by @saulmc in https://github.com/lensterxyz/lenster/pull/1029
    • Fixed permanently red dot on notifications by @hungds99 in https://github.com/lensterxyz/lenster/pull/1055
    • fix: movement in nav icons on show badge true by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/1054
    • feat: add a very basic messaging badging by @elisealix22 in https://github.com/lensterxyz/lenster/pull/1047
    • fix: search profiles modal width by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/1040
    • feat: redirect to first conversation in list by @neekolas in https://github.com/lensterxyz/lenster/pull/1036
    • chore(deps): Bump next from 13.0.0 to 13.0.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/1060
    • chore(deps): Bump framer-motion from 7.6.2 to 7.6.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/1059
    • chore(deps-dev): Bump @graphql-codegen/cli from 2.13.8 to 2.13.10 by @dependabot in https://github.com/lensterxyz/lenster/pull/1058
    • chore(deps-dev): Bump @graphql-codegen/typescript from 2.8.0 to 2.8.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/1057
    • chore: update verified.ts by @cmirran in https://github.com/lensterxyz/lenster/pull/1056
    • fix: resolve issue where badge would pop back up on messages by @elisealix22 in https://github.com/lensterxyz/lenster/pull/1062
    • chore(deps): Bump @xmtp/xmtp-js from 7.0.0-beta.10 to 7.0.0-beta.11 by @dependabot in https://github.com/lensterxyz/lenster/pull/1061
    • fix: notification dot by @sasicodes in https://github.com/lensterxyz/lenster/pull/1063
    • chore: message overflow issue fixed by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/1070
    • fix: change hover link styling to same as twitter by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/1071
    • fix: preview list styling by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/1072
    • chore: refactor DM codebase by @bigint in https://github.com/lensterxyz/lenster/pull/1073
    • chore: shuffle RecommendedProfiles by @bigint in https://github.com/lensterxyz/lenster/pull/1075
    • deps: use non-beta xmtp-js release by @neekolas in https://github.com/lensterxyz/lenster/pull/1079
    • chore(deps): Bump @aws-sdk/client-s3 from 3.201.0 to 3.202.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1082
    • chore(deps): Bump @bundlr-network/client from 0.8.9 to 0.9.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1080
    • revert: redirect to first conversation by @neekolas in https://github.com/lensterxyz/lenster/pull/1078
    • feat: show post thread with OG post by @sasicodes in https://github.com/lensterxyz/lenster/pull/1034
    • fix: parsing user names with dash by @devanoneth in https://github.com/lensterxyz/lenster/pull/1076
    • fix: add back ellipsizing to message preview by @elisealix22 in https://github.com/lensterxyz/lenster/pull/1077
    • Revert "feat: show post thread with OG post" by @sasicodes in https://github.com/lensterxyz/lenster/pull/1084
    • feat: enable lens dms by @elisealix22 in https://github.com/lensterxyz/lenster/pull/1074
    • feat: unkownmodules support by @arttu0 in https://github.com/lensterxyz/lenster/pull/786
    • fix: chat page in dark mode by @sasicodes in https://github.com/lensterxyz/lenster/pull/1088
    • fix: error message in preview list by @bigint in https://github.com/lensterxyz/lenster/pull/1092
    • fix: break up profiles into batches of 50 by @neekolas in https://github.com/lensterxyz/lenster/pull/1091
    • chore: use lazy query hook in preview list by @bigint in https://github.com/lensterxyz/lenster/pull/1093
    • chore(deps): Bump next from 13.0.1 to 13.0.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/1094
    • chore(deps): Bump @next/bundle-analyzer from 13.0.1 to 13.0.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/1097
    • chore(deps-dev): Bump eslint-config-next from 13.0.1 to 13.0.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/1095
    • chore(deps): Bump @headlessui/react from 1.7.3 to 1.7.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/1096
    • chore: update verified list by @cmirran in https://github.com/lensterxyz/lenster/pull/1086
    • feat: add shop button to collect on the secondary marketplace by @bigint in https://github.com/lensterxyz/lenster/pull/1099
    • chore(deps): Bump @sentry/nextjs from 7.17.3 to 7.17.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/1098
    • feat: add comments tab in notifications by @bigint in https://github.com/lensterxyz/lenster/pull/1100
    • Update MessagesList.tsx by @sasicodes in https://github.com/lensterxyz/lenster/pull/1101
    • feat: nft imge for text pubs by @sasicodes in https://github.com/lensterxyz/lenster/pull/1102
    • fix: add ipfs nft upload after loading by @sasicodes in https://github.com/lensterxyz/lenster/pull/1104
    • revert: leafwatch by @bigint in https://github.com/lensterxyz/lenster/pull/1112
    • Revert "revert: leafwatch" by @bigint in https://github.com/lensterxyz/lenster/pull/1113
    • Revert "Revert "revert: leafwatch"" by @bigint in https://github.com/lensterxyz/lenster/pull/1117
    • Revert "Revert "Revert "revert: leafwatch""" by @bigint in https://github.com/lensterxyz/lenster/pull/1118
    • Revert "Revert "Revert "Revert "revert: leafwatch"""" by @bigint in https://github.com/lensterxyz/lenster/pull/1120
    • chore: add DM events by @bigint in https://github.com/lensterxyz/lenster/pull/1122
    • chore: rip sentry by @bigint in https://github.com/lensterxyz/lenster/pull/1123
    • chore: update verified.ts by @sasicodes in https://github.com/lensterxyz/lenster/pull/1124
    • chore: add datadog by @bigint in https://github.com/lensterxyz/lenster/pull/1126
    • chore: add ip storage by @bigint in https://github.com/lensterxyz/lenster/pull/1129
    • chore: add appVersion to xmtp client config by @saulmc in https://github.com/lensterxyz/lenster/pull/1128
    • feat: add profile popover by @sasicodes in https://github.com/lensterxyz/lenster/pull/1121
    • chore: handle mobile view profile preview by @sasicodes in https://github.com/lensterxyz/lenster/pull/1130
    • feat: add profile preview to notifications by @sasicodes in https://github.com/lensterxyz/lenster/pull/1133
    • chore(deps): Bump wagmi from 0.7.12 to 0.7.13 by @dependabot in https://github.com/lensterxyz/lenster/pull/1140
    • chore(deps-dev): Bump husky from 8.0.1 to 8.0.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/1139
    • chore: make website optional by @sasicodes in https://github.com/lensterxyz/lenster/pull/1135
    • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.42.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/1138
    • chore: update verified.ts by @cmirran in https://github.com/lensterxyz/lenster/pull/1144
    • chore: update verified.ts by @cmirran in https://github.com/lensterxyz/lenster/pull/1141
    • feat: show time ago timestamp under message tile (#947) by @foolo in https://github.com/lensterxyz/lenster/pull/1137
    • chore: add publication analytics endpoint by @bigint in https://github.com/lensterxyz/lenster/pull/1146
    • chore: remove console by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1147
    • chore: update aave members list by @BenSparksCode in https://github.com/lensterxyz/lenster/pull/1151
    • chore: add more aave-members by @0x4Graham in https://github.com/lensterxyz/lenster/pull/1150
    • feat: add filter to profile feed media by @sasicodes in https://github.com/lensterxyz/lenster/pull/1149
    • feat: add analytics modal by @bigint in https://github.com/lensterxyz/lenster/pull/1152
    • feat: filter conversations as followed and requested by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/1119
    • chore(deps): Bump @xmtp/xmtp-js from 7.0.1 to 7.1.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/1155
    • refactor: auth by @bigint in https://github.com/lensterxyz/lenster/pull/1158
    • chore: update verified.ts by @cmirran in https://github.com/lensterxyz/lenster/pull/1153
    • chore(deps): Bump wagmi from 0.7.13 to 0.8.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1154
    • chore: use rpc urls by @bigint in https://github.com/lensterxyz/lenster/pull/1159
    • feat: add usd price in collect module by @bigint in https://github.com/lensterxyz/lenster/pull/1161
    • chore(deps): Bump @aws-sdk/client-sts from 3.204.0 to 3.208.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1170
    • chore(deps-dev): Bump postcss from 8.4.18 to 8.4.19 by @dependabot in https://github.com/lensterxyz/lenster/pull/1168
    • chore(deps): Bump react-hook-form from 7.39.2 to 7.39.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/1169
    • feat: add access-control ff by @bigint in https://github.com/lensterxyz/lenster/pull/1171
    • feat: add access icons with ff and refactor composer folder by @bigint in https://github.com/lensterxyz/lenster/pull/1172
    • chore(deps): Bump @aws-sdk/client-s3 from 3.204.0 to 3.208.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1167
    • feat: add access basic settings view by @bigint in https://github.com/lensterxyz/lenster/pull/1173
    • fix: url matching by @foolo in https://github.com/lensterxyz/lenster/pull/1179
    • fix: load profiles serially by @neekolas in https://github.com/lensterxyz/lenster/pull/1181
    • feat!: replace current text editor by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1090
    • fix: markdown url matching by @foolo in https://github.com/lensterxyz/lenster/pull/1182
    • fix: hashtag matcher by @foolo in https://github.com/lensterxyz/lenster/pull/1184
    • fix: Pressing 'Shop Collects' button takes you to mirror by @ahomentc in https://github.com/lensterxyz/lenster/pull/1186
    • fix: matching of Italic nested within Bold (and avoid crash) by @svitekpavel in https://github.com/lensterxyz/lenster/pull/1189
    • chore: update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/1192
    • fix: stop click propagation for open original (#1176) by @foolo in https://github.com/lensterxyz/lenster/pull/1190
    • refactor: move to typescript-react-apollo by @bigint in https://github.com/lensterxyz/lenster/pull/1194
    • chore(deps): Bump wagmi from 0.8.2 to 0.8.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/1196
    • feat: add emoji picker by @bigint in https://github.com/lensterxyz/lenster/pull/1200
    • deprecate: shop collects button by @bigint in https://github.com/lensterxyz/lenster/pull/1205
    • chore(deps-dev): Bump @graphql-codegen/cli from 2.13.11 to 2.13.12 by @dependabot in https://github.com/lensterxyz/lenster/pull/1203
    • chore(deps-dev): Bump @types/react-dom from 18.0.8 to 18.0.9 by @dependabot in https://github.com/lensterxyz/lenster/pull/1201
    • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.42.1 to 5.43.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1202
    • feat: add serverlessClient for seo by @bigint in https://github.com/lensterxyz/lenster/pull/1206
    • chore(deps): Bump framer-motion from 7.6.6 to 7.6.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/1211
    • chore(deps-dev): Bump @graphql-codegen/typescript from 2.8.1 to 2.8.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/1212
    • fix: spellcheck by @foolo in https://github.com/lensterxyz/lenster/pull/1216
    • fix: grammar in feed empty state by @foolo in https://github.com/lensterxyz/lenster/pull/1210
    • feat: add virtual list for timelines by @bigint in https://github.com/lensterxyz/lenster/pull/1221
    • Revert "feat: add virtual list for timelines" by @bigint in https://github.com/lensterxyz/lenster/pull/1222
    • chore(deps-dev): Bump @graphql-codegen/typescript-operations from 2.5.6 to 2.5.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/1213
    • chore(deps-dev): Bump @graphql-codegen/typed-document-node from 2.3.6 to 2.3.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/1214
    • chore: update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/1223
    • fix: profile crash by @sasicodes in https://github.com/lensterxyz/lenster/pull/1224
    • chore: update verified.ts by @cmirran in https://github.com/lensterxyz/lenster/pull/1229
    • chore(deps): Bump @aws-sdk/client-s3 from 3.210.0 to 3.211.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1227
    • chore(deps): Bump wagmi from 0.8.3 to 0.8.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/1226
    • chore(deps): Bump @aws-sdk/client-sts from 3.211.0 to 3.212.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/1230
    • chore(deps-dev): Bump typescript from 4.8.4 to 4.9.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/1215
    • feat: profile status by @bigint in https://github.com/lensterxyz/lenster/pull/1240
    • Add vitalik to verified people on Lenster by @JosepBove in https://github.com/lensterxyz/lenster/pull/1249
    • feat: migrate to turborepo by @bigint in https://github.com/lensterxyz/lenster/pull/1250
    • chore: move graphql docs to packages by @bigint in https://github.com/lensterxyz/lenster/pull/1252
    • chore: move data and abis to packages by @bigint in https://github.com/lensterxyz/lenster/pull/1254
    • chore(deps-dev): Bump eslint-config-next from 13.0.3 to 13.0.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/1246
    • chore: move constants to data by @bigint in https://github.com/lensterxyz/lenster/pull/1259
    • fix: crash on some posts containing markdown code formatting by @foolo in https://github.com/lensterxyz/lenster/pull/1242
    • chore(deps): Bump eslint from 8.27.0 to 8.28.0 in /packages/eslint-config-weblint by @dependabot in https://github.com/lensterxyz/lenster/pull/1260
    • fix: add showStatus prop by @bigint in https://github.com/lensterxyz/lenster/pull/1261
    • chore: add networks by @bigint in https://github.com/lensterxyz/lenster/pull/1263
    • feat: add staging-sandbox env by @bigint in https://github.com/lensterxyz/lenster/pull/1270
    • chore: rip new comment and new post component by @bigint in https://github.com/lensterxyz/lenster/pull/1275
    • Update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/1276
    • fix: nonce issue for LensPeriphery by @bigint in https://github.com/lensterxyz/lenster/pull/1277
    • feat: see through lens by @sasicodes in https://github.com/lensterxyz/lenster/pull/1265
    • Revert "feat: see through lens" by @bigint in https://github.com/lensterxyz/lenster/pull/1279
    • feat: add emojis convertor plugin by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1231
    • chore(deps): Bump eslint-plugin-unicorn from 44.0.2 to 45.0.0 in /packages/eslint-config-weblint by @dependabot in https://github.com/lensterxyz/lenster/pull/1281
    • Replace short hand type conversions with function calls by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/1283
    • chore: migrate to pnpm by @bigint in https://github.com/lensterxyz/lenster/pull/1284
    • chore: regenerate working lock file by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1285
    • Add the u flag in regular expressions by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/1282
    • chore: migrate to simple analytics by @bigint in https://github.com/lensterxyz/lenster/pull/1286
    • feat: see through lens by @sasicodes in https://github.com/lensterxyz/lenster/pull/1280
    • chore: move stats to simple analytics by @bigint in https://github.com/lensterxyz/lenster/pull/1287
    • chore: prefer destructuring by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1295
    • chore: verify memester & founders by @ape-dev-cs in https://github.com/lensterxyz/lenster/pull/1288
    • feat: add profile interests by @bigint in https://github.com/lensterxyz/lenster/pull/1300
    • Update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/1299
    • Update aave-members.ts by @oneski in https://github.com/lensterxyz/lenster/pull/1298
    • chore: move to umami by @bigint in https://github.com/lensterxyz/lenster/pull/1301
    • Revert "chore: move to umami" by @bigint in https://github.com/lensterxyz/lenster/pull/1302
    • chore: migrate to yarn by @bigint in https://github.com/lensterxyz/lenster/pull/1310
    • chore: move description above followers by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1312
    • chore: add SELECT_USER_FEED event by @bigint in https://github.com/lensterxyz/lenster/pull/1313
    • chore(deps): Bump eslint-config-next from 13.0.4 to 13.0.5 in /packages/eslint-config-weblint by @dependabot in https://github.com/lensterxyz/lenster/pull/1304
    • chore: add pradeep kumar to verified by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1314
    • chore: update readme by @bigint in https://github.com/lensterxyz/lenster/pull/1316
    • chore: remove all ts-ignores by @bigint in https://github.com/lensterxyz/lenster/pull/1317
    • deprecate: spoiler matcher by @bigint in https://github.com/lensterxyz/lenster/pull/1318
    • chore: fix ui of mentions and border in editor for dark mode by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/1319

    New Contributors

    • @saulmc made their first contribution in https://github.com/lensterxyz/lenster/pull/1021
    • @ryancreatescopy made their first contribution in https://github.com/lensterxyz/lenster/pull/1033
    • @darickdang made their first contribution in https://github.com/lensterxyz/lenster/pull/1035
    • @hungds99 made their first contribution in https://github.com/lensterxyz/lenster/pull/1055
    • @devanoneth made their first contribution in https://github.com/lensterxyz/lenster/pull/1076
    • @arttu0 made their first contribution in https://github.com/lensterxyz/lenster/pull/786
    • @foolo made their first contribution in https://github.com/lensterxyz/lenster/pull/1137
    • @BenSparksCode made their first contribution in https://github.com/lensterxyz/lenster/pull/1151
    • @0x4Graham made their first contribution in https://github.com/lensterxyz/lenster/pull/1150
    • @ahomentc made their first contribution in https://github.com/lensterxyz/lenster/pull/1186
    • @svitekpavel made their first contribution in https://github.com/lensterxyz/lenster/pull/1189
    • @ape-dev-cs made their first contribution in https://github.com/lensterxyz/lenster/pull/1288

    Full Changelog: https://github.com/lensterxyz/lenster/compare/v1.0.3-beta...v1.0.4-beta

    Source code(tar.gz)
    Source code(zip)
  • v1.0.3-beta(Oct 28, 2022)

    What's Changed

    • fix: use TX_STATUS_QUERY for post is indexed or not by @bigint in https://github.com/lensterxyz/lenster/pull/707
    • chore(deps): bump framer-motion from 7.5.0 to 7.5.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/703
    • chore(deps-dev): bump postcss from 8.4.16 to 8.4.17 by @dependabot in https://github.com/lensterxyz/lenster/pull/704
    • chore(deps): bump @apollo/client from 3.6.9 to 3.7.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/705
    • chore(deps): bump @headlessui/react from 1.7.2 to 1.7.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/706
    • chore: fix state names by @bigint in https://github.com/lensterxyz/lenster/pull/708
    • refactor: use generated document by @bigint in https://github.com/lensterxyz/lenster/pull/709
    • deprecate: crowdfund feature by @bigint in https://github.com/lensterxyz/lenster/pull/710
    • chore: remove explicit types by @bigint in https://github.com/lensterxyz/lenster/pull/711
    • fix: types by @bigint in https://github.com/lensterxyz/lenster/pull/713
    • feat: Expand image, Improve search, Use reflect API by @bigint in https://github.com/lensterxyz/lenster/pull/714
    • feat: add feature flags data by @bigint in https://github.com/lensterxyz/lenster/pull/715
    • feat: messages by @bigint in https://github.com/lensterxyz/lenster/pull/716
    • fix: canComment and canMirror in commentOn field by @bigint in https://github.com/lensterxyz/lenster/pull/718
    • chore(deps-dev): bump eslint-plugin-unicorn from 43.0.2 to 44.0.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/717
    • Format code with prettier by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/719
    • chore(deps-dev): bump @types/node from 18.7.23 to 18.8.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/720
    • chore(deps-dev): bump @graphql-codegen/cli from 2.13.1 to 2.13.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/723
    • chore(deps): bump @sentry/nextjs from 7.14.0 to 7.14.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/722
    • feat:composer v2 by @bigint in https://github.com/lensterxyz/lenster/pull/724
    • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/726
    • chore: remove revenue stats by @bigint in https://github.com/lensterxyz/lenster/pull/727
    • fix: sonarjs lint errors by @bigint in https://github.com/lensterxyz/lenster/pull/728
    • fix: remove React import by @bigint in https://github.com/lensterxyz/lenster/pull/729
    • feat: composer v2 by @bigint in https://github.com/lensterxyz/lenster/pull/730
    • fix: reduce dom depth in card component by @bigint in https://github.com/lensterxyz/lenster/pull/732
    • chore(deps-dev): bump @graphql-codegen/cli from 2.13.2 to 2.13.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/735
    • chore(deps): bump axios from 0.27.2 to 1.0.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/736
    • chore(deps): bump framer-motion from 7.5.1 to 7.5.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/737
    • chore(deps-dev): bump @types/node from 18.8.1 to 18.8.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/738
    • chore: add lint github action by @elisealix22 in https://github.com/lensterxyz/lenster/pull/734
    • chore: add isFeatureEnabled by @bigint in https://github.com/lensterxyz/lenster/pull/739
    • refactor: remove conditions check inside tsx by @bigint in https://github.com/lensterxyz/lenster/pull/740
    • chore: rename SEO to MetaTags by @bigint in https://github.com/lensterxyz/lenster/pull/741
    • refactor: components by @bigint in https://github.com/lensterxyz/lenster/pull/742
    • feat: add message button to profile using xmtp by @elisealix22 in https://github.com/lensterxyz/lenster/pull/733
    • chore(deps): bump @xmtp/xmtp-js from 6.7.0 to 6.8.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/744
    • chore(deps): bump wagmi from 0.6.7 to 0.6.8 by @dependabot in https://github.com/lensterxyz/lenster/pull/745
    • feat: add core message components and store by @elisealix22 in https://github.com/lensterxyz/lenster/pull/743
    • chore: use @typescript-eslint/no-unused-vars by @bigint in https://github.com/lensterxyz/lenster/pull/747
    • chore: update new post modal by @bigint in https://github.com/lensterxyz/lenster/pull/748
    • refactor: who can comment and mirror by @bigint in https://github.com/lensterxyz/lenster/pull/749
    • chore(deps-dev): bump @types/node from 18.8.2 to 18.8.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/751
    • chore(deps): bump axios from 1.0.0 to 1.1.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/752
    • chore(deps-dev): bump @graphql-codegen/cli from 2.13.4 to 2.13.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/753
    • chore(deps): bump @sentry/nextjs from 7.14.1 to 7.14.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/754
    • refactor: collect settings by @bigint in https://github.com/lensterxyz/lenster/pull/756
    • chore: move trending to feature flag by @bigint in https://github.com/lensterxyz/lenster/pull/757
    • chore(deps): bump framer-motion from 7.5.2 to 7.5.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/758
    • chore(deps): bump axios from 1.1.0 to 1.1.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/759
    • chore: use enums from types for strings by @bigint in https://github.com/lensterxyz/lenster/pull/760
    • chore: add profile id to mixpanel by @bigint in https://github.com/lensterxyz/lenster/pull/761
    • chore: add publication id to mixpanel by @bigint in https://github.com/lensterxyz/lenster/pull/762
    • chore: use DegreesOfSeparationReferenceModule as default reference module by @bigint in https://github.com/lensterxyz/lenster/pull/763
    • chore: add dynamic reference module based on following by @bigint in https://github.com/lensterxyz/lenster/pull/764
    • fix: lightbox focus by @bigint in https://github.com/lensterxyz/lenster/pull/765
    • chore: remove excessive DOM usage by @bigint in https://github.com/lensterxyz/lenster/pull/766
    • fix: add consistent-indexed-object-style and consistent-type-imports rules by @bigint in https://github.com/lensterxyz/lenster/pull/767
    • chore: remove console by @shanpriyan in https://github.com/lensterxyz/lenster/pull/768
    • feat: add message list by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/755
    • chore(deps): bump zustand from 4.1.1 to 4.1.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/769
    • chore(deps): bump @bundlr-network/client from 0.8.8 to 0.8.9 by @dependabot in https://github.com/lensterxyz/lenster/pull/770
    • chore: remove @datadog/browser-logs by @bigint in https://github.com/lensterxyz/lenster/pull/777
    • Revert "chore: remove @datadog/browser-logs" by @bigint in https://github.com/lensterxyz/lenster/pull/778
    • feat: move to axiom analytics by @bigint in https://github.com/lensterxyz/lenster/pull/783
    • chore(deps): bump @sentry/nextjs from 7.14.2 to 7.15.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/780
    • chore(deps): bump next-transpile-modules from 9.0.0 to 9.1.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/781
    • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/782
    • chore: prefer let/const by @shanpriyan in https://github.com/lensterxyz/lenster/pull/784
    • chore: add type attribute in button by @shanpriyan in https://github.com/lensterxyz/lenster/pull/785
    • revert: use mixpanel by @bigint in https://github.com/lensterxyz/lenster/pull/787
    • feat: add timeline v2 feature flag by @bigint in https://github.com/lensterxyz/lenster/pull/788
    • chore(deps-dev): bump @graphql-codegen/typescript from 2.7.3 to 2.7.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/789
    • chore(deps-dev): bump @graphql-codegen/cli from 2.13.5 to 2.13.6 by @dependabot in https://github.com/lensterxyz/lenster/pull/790
    • chore(deps-dev): bump @graphql-codegen/typed-document-node from 2.3.3 to 2.3.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/791
    • chore(deps-dev): bump @graphql-codegen/typescript-operations from 2.5.3 to 2.5.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/792
    • feat: add message preview component by @elisealix22 in https://github.com/lensterxyz/lenster/pull/779
    • chore: codegen by @bigint in https://github.com/lensterxyz/lenster/pull/797
    • feat: add new explore tab by @bigint in https://github.com/lensterxyz/lenster/pull/800
    • fix: mutual followers modal close by @bigint in https://github.com/lensterxyz/lenster/pull/801
    • feat: introduce message preview list component by @elisealix22 in https://github.com/lensterxyz/lenster/pull/793
    • chore(deps-dev): bump @types/node from 18.8.4 to 18.8.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/802
    • chore(deps-dev): bump postcss from 8.4.17 to 8.4.18 by @dependabot in https://github.com/lensterxyz/lenster/pull/803
    • chore: refactor dm design by @bigint in https://github.com/lensterxyz/lenster/pull/804
    • chore: use axiom by @bigint in https://github.com/lensterxyz/lenster/pull/806
    • feat: add tab button component by @bigint in https://github.com/lensterxyz/lenster/pull/811
    • feat: add notification filter by @bigint in https://github.com/lensterxyz/lenster/pull/812
    • fix: proper tracking and add explore tabs to leafwatch by @bigint in https://github.com/lensterxyz/lenster/pull/813
    • feat: add feed highlights by @bigint in https://github.com/lensterxyz/lenster/pull/814
    • feat: add virtual list by @bigint in https://github.com/lensterxyz/lenster/pull/815
    • chore(deps-dev): bump @graphql-codegen/cli from 2.13.6 to 2.13.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/817
    • Revert "feat: add virtual list" by @bigint in https://github.com/lensterxyz/lenster/pull/818
    • chore(deps): bump wagmi from 0.6.8 to 0.7.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/819
    • fix: add error handling for leafwatch by @bigint in https://github.com/lensterxyz/lenster/pull/820
    • fix: add sentry ignoreErrors by @bigint in https://github.com/lensterxyz/lenster/pull/821
    • fix: text color and bg of explore tab in dark mode by @bigint in https://github.com/lensterxyz/lenster/pull/822
    • chore: Unexpected await inside a loop by @shanpriyan in https://github.com/lensterxyz/lenster/pull/823
    • Revert "chore: Unexpected await inside a loop" by @bigint in https://github.com/lensterxyz/lenster/pull/827
    • chore(deps): Bump @hookform/resolvers from 2.9.8 to 2.9.9 by @dependabot in https://github.com/lensterxyz/lenster/pull/825
    • fix: upload multiple files at ones by @bigint in https://github.com/lensterxyz/lenster/pull/828
    • fix: use profileId for message routing by @elisealix22 in https://github.com/lensterxyz/lenster/pull/824
    • feat: add enable DMs panel by @elisealix22 in https://github.com/lensterxyz/lenster/pull/826
    • chore: remove PAGINATION from leafwatch by @bigint in https://github.com/lensterxyz/lenster/pull/838
    • feat: move to react infinite scroller by @bigint in https://github.com/lensterxyz/lenster/pull/839
    • chore(deps): Bump axios from 1.1.2 to 1.1.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/842
    • chore(deps): Bump wagmi from 0.7.2 to 0.7.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/843
    • chore(deps): Bump @types/react-mentions from 4.1.6 to 4.1.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/844
    • chore(deps): Bump ua-parser-js from 1.0.2 to 1.0.32 by @dependabot in https://github.com/lensterxyz/lenster/pull/845
    • feat(api): init by @bigint in https://github.com/lensterxyz/lenster/pull/849
    • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.40.0 to 5.40.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/850
    • chore(deps): Bump framer-motion from 7.5.3 to 7.5.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/852
    • chore: add XMTP team members to feature flag by @neekolas in https://github.com/lensterxyz/lenster/pull/853
    • chore(deps): Bump wagmi from 0.7.4 to 0.7.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/851
    • feat: add markdown link matcher by @bigint in https://github.com/lensterxyz/lenster/pull/856
    • feat: add message header by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/798
    • fix: using infura as backup by @sasicodes in https://github.com/lensterxyz/lenster/pull/861
    • chore: add jazz, akhil, j-ha & matt to messages by @elisealix22 in https://github.com/lensterxyz/lenster/pull/865
    • chore(deps): Bump framer-motion from 7.5.4 to 7.6.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/863
    • chore: move to react-infinite-scroll-component by @bigint in https://github.com/lensterxyz/lenster/pull/867
    • feat: new conversation by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/859
    • feat: add reverse pagination to messages by @elisealix22 in https://github.com/lensterxyz/lenster/pull/864
    • Hotfix: enabling href to profile by default by @donosonaumczuk in https://github.com/lensterxyz/lenster/pull/873
    • chore(deps-dev): Bump tailwindcss from 3.1.8 to 3.2.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/871
    • feat: audio upload and audio player by @sasicodes in https://github.com/lensterxyz/lenster/pull/847
    • Revert "feat: audio upload and audio player" by @bigint in https://github.com/lensterxyz/lenster/pull/874
    • Conversation filtering by @neekolas in https://github.com/lensterxyz/lenster/pull/866
    • feat: audio upload + player by @sasicodes in https://github.com/lensterxyz/lenster/pull/878
    • Add aave members to ff by @neekolas in https://github.com/lensterxyz/lenster/pull/883
    • chore(deps-dev): Bump @graphql-codegen/typescript-operations from 2.5.4 to 2.5.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/882
    • chore(deps): Bump @hookform/resolvers from 2.9.9 to 2.9.10 by @dependabot in https://github.com/lensterxyz/lenster/pull/880
    • chore(deps-dev): Bump @graphql-codegen/typed-document-node from 2.3.4 to 2.3.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/879
    • feat: message any profile by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/877
    • feat: implement key cache by @neekolas in https://github.com/lensterxyz/lenster/pull/872
    • feat: stream all ongoing conversations by @neekolas in https://github.com/lensterxyz/lenster/pull/884
    • chore: prefer boolean attributes notation for JSX by @shanpriyan in https://github.com/lensterxyz/lenster/pull/893
    • feat: migrate to new imgproxy by @bigint in https://github.com/lensterxyz/lenster/pull/897
    • chore: remove == null check by @elisealix22 in https://github.com/lensterxyz/lenster/pull/900
    • chore: add missing type attribute in button elements by @shanpriyan in https://github.com/lensterxyz/lenster/pull/896
    • chore: remove async keyword from function with no await by @shanpriyan in https://github.com/lensterxyz/lenster/pull/894
    • chore: use production messaging env on mainnet by @elisealix22 in https://github.com/lensterxyz/lenster/pull/901
    • fix: insert date divider before date's messages by @elisealix22 in https://github.com/lensterxyz/lenster/pull/902
    • fix: handle mobile view in audio player by @sasicodes in https://github.com/lensterxyz/lenster/pull/899
    • fix: UI issues by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/898
    • chore(deps): Bump @xmtp/xmtp-js from 7.0.0-beta.4 to 7.0.0-beta.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/904
    • chore(deps-dev): Bump tailwindcss from 3.2.0 to 3.2.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/905
    • chore: remove unused propTypes by @shanpriyan in https://github.com/lensterxyz/lenster/pull/895
    • fix: dm issues by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/903
    • chore: remove imgkit by @bigint in https://github.com/lensterxyz/lenster/pull/907
    • fix: audio metadata by @sasicodes in https://github.com/lensterxyz/lenster/pull/908
    • feat: open a modal to start a new message by @elisealix22 in https://github.com/lensterxyz/lenster/pull/906
    • chore: set XMTP environment consistently by @neekolas in https://github.com/lensterxyz/lenster/pull/913
    • chore(deps-dev): Bump eslint from 8.25.0 to 8.26.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/918
    • chore(deps): Bump zustand from 4.1.2 to 4.1.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/919
    • chore: use buffer for imageproxy helper by @sasicodes in https://github.com/lensterxyz/lenster/pull/920
    • chore(deps-dev): Bump @graphql-codegen/typescript from 2.7.5 to 2.8.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/921
    • chore: update copy around enabling dms by @elisealix22 in https://github.com/lensterxyz/lenster/pull/922
    • chore(deps-dev): Bump @types/react-dom from 18.0.6 to 18.0.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/925
    • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.40.1 to 5.41.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/926
    • chore(deps-dev): Bump @types/react from 18.0.21 to 18.0.22 by @dependabot in https://github.com/lensterxyz/lenster/pull/927
    • feat: gasless unfollow by @sasicodes in https://github.com/lensterxyz/lenster/pull/929
    • feat: add loading and empty state for messaging by @elisealix22 in https://github.com/lensterxyz/lenster/pull/923
    • chore: remove multiple from audio, video picker by @sasicodes in https://github.com/lensterxyz/lenster/pull/932
    • Update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/933
    • feat: timeline v2 by @sasicodes in https://github.com/lensterxyz/lenster/pull/796
    • fix: remove fixed padding from top of message list by @elisealix22 in https://github.com/lensterxyz/lenster/pull/934
    • chore(deps-dev): Bump @types/react from 18.0.22 to 18.0.23 by @dependabot in https://github.com/lensterxyz/lenster/pull/935
    • Upgrade to latest beta by @neekolas in https://github.com/lensterxyz/lenster/pull/939
    • feat: migrate to next 13 by @bigint in https://github.com/lensterxyz/lenster/pull/941
    • fix: fallback gifs to imagekit by @bigint in https://github.com/lensterxyz/lenster/pull/942
    • feat: add fallback to proxyaction by @sasicodes in https://github.com/lensterxyz/lenster/pull/945
    • feat: multi profile message by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/930
    • deprecate: leafwatch by @bigint in https://github.com/lensterxyz/lenster/pull/950
    • refactor: dm components by @bigint in https://github.com/lensterxyz/lenster/pull/953
    • feat: responsive dm ui by @bhavya2611 in https://github.com/lensterxyz/lenster/pull/952
    • chore: fallback to free collect and free follow by @sasicodes in https://github.com/lensterxyz/lenster/pull/951
    • chore: support all video/audio formats by @sasicodes in https://github.com/lensterxyz/lenster/pull/940
    • feat: migrate to 4everland by @bigint in https://github.com/lensterxyz/lenster/pull/954
    • chore(deps): Bump @apollo/client from 3.7.0 to 3.7.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/955
    • deprecate: timeline v1 by @bigint in https://github.com/lensterxyz/lenster/pull/959
    • chore(deps): Bump @vercel/analytics from 0.1.1 to 0.1.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/958
    • chore(deps): Bump @aws-sdk/client-s3 from 3.196.0 to 3.197.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/957
    • feat: improve combined reactions label by @sasicodes in https://github.com/lensterxyz/lenster/pull/960
    • fix: xmtp env mismatch by @snormore in https://github.com/lensterxyz/lenster/pull/963
    • chore: add @next/bundle-analyzer by @bigint in https://github.com/lensterxyz/lenster/pull/966
    • chore: use txId for new comment and post by @bigint in https://github.com/lensterxyz/lenster/pull/967
    • feat: add cleanup page by @bigint in https://github.com/lensterxyz/lenster/pull/969
    • chore: update to xmtp-js to beta 9 by @neekolas in https://github.com/lensterxyz/lenster/pull/968
    • fix: ellipsize preview list content by @elisealix22 in https://github.com/lensterxyz/lenster/pull/970
    • chore: update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/979
    • chore(deps): Bump @sentry/nextjs from 7.17.0 to 7.17.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/977
    • chore: update verified.ts by @cmirran in https://github.com/lensterxyz/lenster/pull/974
    • fix: verified badge in preview by @elisealix22 in https://github.com/lensterxyz/lenster/pull/975
    • chore: allowlist more xmtp testers by @elisealix22 in https://github.com/lensterxyz/lenster/pull/978
    • fix: reload the conversation previews after changing profiles by @elisealix22 in https://github.com/lensterxyz/lenster/pull/980
    • chore: set reactions to false by default by @sasicodes in https://github.com/lensterxyz/lenster/pull/981
    • chore: remove reactions by @sasicodes in https://github.com/lensterxyz/lenster/pull/983
    • fix: slug font size mismatch by @bigint in https://github.com/lensterxyz/lenster/pull/984
    • chore: add report a bug link by @bigint in https://github.com/lensterxyz/lenster/pull/985

    New Contributors

    • @elisealix22 made their first contribution in https://github.com/lensterxyz/lenster/pull/734
    • @bhavya2611 made their first contribution in https://github.com/lensterxyz/lenster/pull/755
    • @neekolas made their first contribution in https://github.com/lensterxyz/lenster/pull/853
    • @snormore made their first contribution in https://github.com/lensterxyz/lenster/pull/963
    • @cmirran made their first contribution in https://github.com/lensterxyz/lenster/pull/974

    Full Changelog: https://github.com/lensterxyz/lenster/compare/v1.0.2-beta...v1.0.3-beta

    Source code(tar.gz)
    Source code(zip)
  • v1.0.2-beta(Sep 30, 2022)

    What's Changed

    • fix: auth loading by @bigint in https://github.com/lensterxyz/lenster/pull/572
    • chore(deps): bump @bundlr-network/client from 0.8.1 to 0.8.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/573
    • fix: call refresh api in async way by @bigint in https://github.com/lensterxyz/lenster/pull/574
    • chore(deps): bump dotenv from 16.0.1 to 16.0.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/577
    • chore(deps-dev): bump @types/node from 18.7.13 to 18.7.14 by @dependabot in https://github.com/lensterxyz/lenster/pull/578
    • chore(deps): bump @bundlr-network/client from 0.8.2 to 0.8.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/579
    • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.35.1 to 5.36.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/581
    • chore: Verifying reecej.lens by @donosonaumczuk in https://github.com/lensterxyz/lenster/pull/582
    • refactor: recommended followers by @bigint in https://github.com/lensterxyz/lenster/pull/586
    • refactor: home and explore sidebar by @bigint in https://github.com/lensterxyz/lenster/pull/587
    • feat: trending by @bigint in https://github.com/lensterxyz/lenster/pull/592
    • chore(deps): bump @tailwindcss/aspect-ratio from 0.4.0 to 0.4.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/591
    • chore(deps-dev): bump @graphql-codegen/cli from 2.11.8 to 2.12.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/589
    • chore(deps-dev): bump @tailwindcss/line-clamp from 0.4.0 to 0.4.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/588
    • chore(deps): bump @sentry/nextjs from 7.11.1 to 7.12.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/590
    • feat: add tags shimmer by @bigint in https://github.com/lensterxyz/lenster/pull/593
    • fix: crowdfund creation issue by @bigint in https://github.com/lensterxyz/lenster/pull/595
    • chore(deps-dev): bump @tailwindcss/line-clamp from 0.4.1 to 0.4.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/596
    • chore(deps): bump @tailwindcss/aspect-ratio from 0.4.1 to 0.4.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/597
    • chore(deps-dev): bump @tailwindcss/forms from 0.5.2 to 0.5.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/599
    • chore(deps): bump @sentry/nextjs from 7.12.0 to 7.12.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/598
    • chore: move to hog by @bigint in https://github.com/lensterxyz/lenster/pull/600
    • chore: update pageview event by @bigint in https://github.com/lensterxyz/lenster/pull/601
    • feat: add flags in stafftools by @bigint in https://github.com/lensterxyz/lenster/pull/602
    • feat: add events page in staff tools by @bigint in https://github.com/lensterxyz/lenster/pull/603
    • revert: use mixpanel by @bigint in https://github.com/lensterxyz/lenster/pull/604
    • Revert "revert: use mixpanel" by @bigint in https://github.com/lensterxyz/lenster/pull/607
    • chore(deps-dev): bump eslint-plugin-simple-import-sort from 7.0.0 to 8.0.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/605
    • feat: add curated_profiles support by @bigint in https://github.com/lensterxyz/lenster/pull/608
    • chore: rip hog by @bigint in https://github.com/lensterxyz/lenster/pull/609
    • chore(deps): bump next from 12.2.6-canary.8 to 12.2.6-canary.9 by @dependabot in https://github.com/lensterxyz/lenster/pull/610
    • chore(deps-dev): bump @types/node from 18.7.14 to 18.7.15 by @dependabot in https://github.com/lensterxyz/lenster/pull/611
    • chore(deps): bump @bundlr-network/client from 0.8.4 to 0.8.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/612
    • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.36.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/613
    • chore: update verified list by @oneski in https://github.com/lensterxyz/lenster/pull/614
    • Format code with prettier by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/616
    • chore: remove comment modal by @bigint in https://github.com/lensterxyz/lenster/pull/617
    • chore(deps): bump next from 12.2.6-canary.9 to 12.2.6-canary.10 by @dependabot in https://github.com/lensterxyz/lenster/pull/618
    • chore(deps): bump zod from 3.18.0 to 3.19.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/619
    • chore(deps): bump uuid from 8.3.2 to 9.0.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/620
    • chore(deps): bump @headlessui/react from 1.6.6 to 1.7.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/621
    • feat: add reactive variable for new post by @bigint in https://github.com/lensterxyz/lenster/pull/623
    • chore: verify @tamrat.lens by @donosonaumczuk in https://github.com/lensterxyz/lenster/pull/624
    • feat: optimistic comments by @bigint in https://github.com/lensterxyz/lenster/pull/626
    • chore: verify @0xmaki.lens by @oneski in https://github.com/lensterxyz/lenster/pull/627
    • chore(deps): bump framer-motion from 7.2.1 to 7.3.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/625
    • chore(deps-dev): bump eslint-config-next from 12.2.5 to 12.3.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/632
    • chore(deps): bump wagmi from 0.6.4 to 0.6.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/629
    • chore(deps-dev): bump @types/node from 18.7.15 to 18.7.16 by @dependabot in https://github.com/lensterxyz/lenster/pull/628
    • chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/630
    • chore(deps): bump next from 12.2.6-canary.10 to 12.3.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/631
    • chore(deps): bump next-themes from 0.2.0 to 0.2.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/633
    • chore(deps): bump react-hook-form from 7.34.2 to 7.35.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/634
    • chore(deps-dev): bump @types/react from 18.0.18 to 18.0.19 by @dependabot in https://github.com/lensterxyz/lenster/pull/635
    • feat: add getStampFyiURL util by @bigint in https://github.com/lensterxyz/lenster/pull/636
    • chore: remove CardHeader by @bigint in https://github.com/lensterxyz/lenster/pull/637
    • Add arnau ramio to verified by @JosepBove in https://github.com/lensterxyz/lenster/pull/639
    • chore(deps-dev): bump eslint from 8.23.0 to 8.23.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/641
    • chore(deps): bump @hookform/resolvers from 2.9.7 to 2.9.8 by @dependabot in https://github.com/lensterxyz/lenster/pull/642
    • chore(deps-dev): bump autoprefixer from 10.4.8 to 10.4.9 by @dependabot in https://github.com/lensterxyz/lenster/pull/643
    • feat: add like notification by @bigint in https://github.com/lensterxyz/lenster/pull/640
    • chore(deps): bump zod from 3.19.0 to 3.19.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/644
    • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.36.2 to 5.37.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/646
    • chore(deps): bump @headlessui/react from 1.7.0 to 1.7.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/647
    • Format code with prettier by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/650
    • chore(deps-dev): bump @types/node from 18.7.16 to 18.7.17 by @dependabot in https://github.com/lensterxyz/lenster/pull/649
    • chore(deps-dev): bump autoprefixer from 10.4.9 to 10.4.10 by @dependabot in https://github.com/lensterxyz/lenster/pull/651
    • chore(deps-dev): bump @types/react from 18.0.19 to 18.0.20 by @dependabot in https://github.com/lensterxyz/lenster/pull/652
    • chore(deps): bump framer-motion from 7.3.2 to 7.3.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/653
    • feat: gardeners by @bigint in https://github.com/lensterxyz/lenster/pull/654
    • chore(deps): bump wagmi from 0.6.5 to 0.6.6 by @dependabot in https://github.com/lensterxyz/lenster/pull/648
    • feat: add moderation page by @bigint in https://github.com/lensterxyz/lenster/pull/655
    • chore(deps): bump react-hot-toast from 2.3.0 to 2.4.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/657
    • chore(deps-dev): bump @types/node from 18.7.17 to 18.7.18 by @dependabot in https://github.com/lensterxyz/lenster/pull/659
    • chore(deps): bump framer-motion from 7.3.4 to 7.3.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/660
    • chore(deps-dev): bump autoprefixer from 10.4.10 to 10.4.11 by @dependabot in https://github.com/lensterxyz/lenster/pull/661
    • refactor: conditions for contract writes by @bigint in https://github.com/lensterxyz/lenster/pull/662
    • chore: add sandbox env support by @bigint in https://github.com/lensterxyz/lenster/pull/663
    • chore(deps): bump @headlessui/react from 1.7.1 to 1.7.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/664
    • chore(deps): bump @sentry/nextjs from 7.12.1 to 7.13.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/666
    • chore(deps): bump @bundlr-network/client from 0.8.5 to 0.8.6 by @dependabot in https://github.com/lensterxyz/lenster/pull/665
    • fix(temp): update estuary endpoint by @sasicodes in https://github.com/lensterxyz/lenster/pull/667
    • chore(deps): bump next from 12.3.0 to 12.3.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/668
    • chore(deps): bump framer-motion from 7.3.5 to 7.3.6 by @dependabot in https://github.com/lensterxyz/lenster/pull/669
    • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.37.0 to 5.38.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/670
    • chore(deps-dev): bump @graphql-codegen/cli from 2.12.0 to 2.12.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/671
    • chore(deps-dev): bump eslint-config-next from 12.3.0 to 12.3.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/672
    • chore(deps): bump react-hook-form from 7.35.0 to 7.36.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/673
    • chore(deps-dev): bump autoprefixer from 10.4.11 to 10.4.12 by @dependabot in https://github.com/lensterxyz/lenster/pull/674
    • Fix notifications infinite scroll behaviour by @desfero in https://github.com/lensterxyz/lenster/pull/676
    • chore(deps): bump wagmi from 0.6.6 to 0.6.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/675
    • fix: cursor based pagination helper by @bigint in https://github.com/lensterxyz/lenster/pull/678
    • chore(deps): bump @giphy/react-components from 6.1.1 to 6.2.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/679
    • chore(deps-dev): bump @types/react from 18.0.20 to 18.0.21 by @dependabot in https://github.com/lensterxyz/lenster/pull/680
    • chore(deps): bump @bundlr-network/client from 0.8.6 to 0.8.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/681
    • chore(deps-dev): bump @types/node from 18.7.18 to 18.7.19 by @dependabot in https://github.com/lensterxyz/lenster/pull/682
    • Format code with prettier by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/684
    • chore(deps-dev): bump @types/node from 18.7.19 to 18.7.20 by @dependabot in https://github.com/lensterxyz/lenster/pull/685
    • chore(deps-dev): bump eslint from 8.23.1 to 8.24.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/686
    • chore(deps): bump react-hook-form from 7.36.0 to 7.36.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/687
    • chore(deps-dev): bump @types/node from 18.7.20 to 18.7.23 by @dependabot in https://github.com/lensterxyz/lenster/pull/689
    • chore(deps): bump framer-motion from 7.3.6 to 7.4.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/690
    • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.38.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/691
    • chore(deps): bump @bundlr-network/client from 0.8.7 to 0.8.8 by @dependabot in https://github.com/lensterxyz/lenster/pull/692
    • chore(deps-dev): bump @graphql-codegen/cli from 2.12.1 to 2.12.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/693
    • feat: add degrees of separation by @bigint in https://github.com/lensterxyz/lenster/pull/694
    • feat: add isMirror check by @bigint in https://github.com/lensterxyz/lenster/pull/695
    • chore(deps): bump @sentry/nextjs from 7.13.0 to 7.14.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/696
    • chore(deps-dev): bump typescript from 4.8.3 to 4.8.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/697
    • chore(deps-dev): bump @graphql-codegen/cli from 2.13.0 to 2.13.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/698
    • chore: refactor entire codebase by @bigint in https://github.com/lensterxyz/lenster/pull/699
    • chore: add comment warning by @bigint in https://github.com/lensterxyz/lenster/pull/700
    • chore(deps): bump dotenv from 16.0.2 to 16.0.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/701
    • refactor: components by @bigint in https://github.com/lensterxyz/lenster/pull/702

    New Contributors

    • @donosonaumczuk made their first contribution in https://github.com/lensterxyz/lenster/pull/582
    • @JosepBove made their first contribution in https://github.com/lensterxyz/lenster/pull/639
    • @desfero made their first contribution in https://github.com/lensterxyz/lenster/pull/676

    Full Changelog: https://github.com/lensterxyz/lenster/compare/v1.0.1-beta...v1.0.2-beta

    Source code(tar.gz)
    Source code(zip)
  • v1.0.1-beta(Aug 29, 2022)

    What's Changed

    • ⬆️ deps: Bump wagmi from 0.6.1 to 0.6.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/349
    • ⬆️ deps: Bump @giphy/react-components from 6.0.0 to 6.0.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/350
    • Update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/351
    • Format code with prettier by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/352
    • chore: setFollowersCount state by @bigint in https://github.com/lensterxyz/lenster/pull/353
    • fix: remove unwanted deps in useEffect by @bigint in https://github.com/lensterxyz/lenster/pull/354
    • feat: add tracking pref settings by @bigint in https://github.com/lensterxyz/lenster/pull/355
    • feat: add mixpanel proxy by @bigint in https://github.com/lensterxyz/lenster/pull/356
    • fix: infura f*er by @bigint in https://github.com/lensterxyz/lenster/pull/359
    • chore: remove ipfs hash component by @bigint in https://github.com/lensterxyz/lenster/pull/360
    • feat: add copyright year in footer by @shanpriyan in https://github.com/lensterxyz/lenster/pull/361
    • fix: ipfs image upload by @bigint in https://github.com/lensterxyz/lenster/pull/366
    • ⬆️ deps: Bump zod from 3.17.10 to 3.18.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/362
    • ⬆️ deps: Bump framer-motion from 7.0.0 to 7.0.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/363
    • ⬆️ deps(dev): Bump @types/node from 18.6.5 to 18.7.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/364
    • ⬆️ deps: Bump @sentry/nextjs from 7.9.0 to 7.10.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/365
    • feat: update security by @bigint in https://github.com/lensterxyz/lenster/pull/367
    • fix: show og pub date in mirror by @bigint in https://github.com/lensterxyz/lenster/pull/368
    • refactor: collect module store by @bigint in https://github.com/lensterxyz/lenster/pull/371
    • ⬆️ deps(dev): Bump @graphql-codegen/cli from 2.11.3 to 2.11.6 by @dependabot in https://github.com/lensterxyz/lenster/pull/373
    • ⬆️ deps: Bump framer-motion from 7.0.1 to 7.1.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/372
    • feat: lens api updates by @bigint in https://github.com/lensterxyz/lenster/pull/370
    • feat: Add darkmode support for hero section by @andriishupta in https://github.com/lensterxyz/lenster/pull/375
    • ⬆️ deps: Bump next from 12.2.4 to 12.2.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/377
    • ⬆️ deps: Bump dayjs from 1.11.4 to 1.11.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/378
    • ⬆️ deps(dev): Bump @types/node from 18.7.1 to 18.7.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/379
    • ⬆️ deps(dev): Bump eslint-config-next from 12.2.4 to 12.2.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/380
    • Format code with prettier by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/381
    • feat: add alert prompt before deleting the account by @andriishupta in https://github.com/lensterxyz/lenster/pull/376
    • fix: add event stopPropagation for iframe embed by @bigint in https://github.com/lensterxyz/lenster/pull/391
    • chore: remove relay enabled status from staff bar by @bigint in https://github.com/lensterxyz/lenster/pull/392
    • ⬆️ deps: Bump react-hook-form from 7.34.0 to 7.34.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/402
    • ⬆️ deps(dev): Bump eslint from 8.21.0 to 8.22.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/403
    • ⬆️ deps: Bump wagmi from 0.6.2 to 0.6.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/404
    • ⬆️ deps(dev): Bump @types/node from 18.7.2 to 18.7.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/405
    • feat: add global page view tracker by @bigint in https://github.com/lensterxyz/lenster/pull/406
    • feat: fix mp pageviews by @bigint in https://github.com/lensterxyz/lenster/pull/407
    • feat: add on-chain meta details for publication by @bigint in https://github.com/lensterxyz/lenster/pull/408
    • fix: remove all special chars from mentions by @bigint in https://github.com/lensterxyz/lenster/pull/410
    • ⬆️ deps(dev): Bump @typescript-eslint/eslint-plugin from 5.33.0 to 5.33.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/411
    • ⬆️ deps: Bump framer-motion from 7.1.0 to 7.1.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/412
    • ⬆️ deps(dev): Bump @types/node from 18.7.3 to 18.7.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/413
    • Format code with prettier by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/414
    • feat: redirect to community if post type is community by @bigint in https://github.com/lensterxyz/lenster/pull/415
    • feat: move notificationCount to zustand by @bigint in https://github.com/lensterxyz/lenster/pull/416
    • chore: remove nullable and nonempty and make name nullable by @bigint in https://github.com/lensterxyz/lenster/pull/417
    • chore: add mp track for signed data error by @bigint in https://github.com/lensterxyz/lenster/pull/437
    • ⬆️ deps: Bump react-hook-form from 7.34.1 to 7.34.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/434
    • ⬆️ deps: Bump framer-motion from 7.1.1 to 7.1.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/435
    • ⬆️ deps: Bump @giphy/react-components from 6.0.1 to 6.1.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/436
    • ⬆️ deps: Bump framer-motion from 7.1.2 to 7.2.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/438
    • ⬆️ deps: Bump @bundlr-network/client from 0.7.17 to 0.8.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/440
    • ⬆️ deps(dev): Bump @types/node from 18.7.5 to 18.7.6 by @dependabot in https://github.com/lensterxyz/lenster/pull/441
    • ⬆️ deps: Bump graphql from 16.5.0 to 16.6.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/439
    • chore: use standard new for all components by @bigint in https://github.com/lensterxyz/lenster/pull/442
    • feat: add post staff tool by @bigint in https://github.com/lensterxyz/lenster/pull/443
    • chore: update verified section copy by @bigint in https://github.com/lensterxyz/lenster/pull/444
    • fix: community avatar by @bigint in https://github.com/lensterxyz/lenster/pull/445
    • fix: regex for relevant folks sanitizer by @bigint in https://github.com/lensterxyz/lenster/pull/446
    • feat: add vscode task by @bigint in https://github.com/lensterxyz/lenster/pull/447
    • fix: remove unwanted else and add attachments type check by @bigint in https://github.com/lensterxyz/lenster/pull/448
    • fix: follow idiomatic.js by @bigint in https://github.com/lensterxyz/lenster/pull/449
    • Update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/450
    • ⬆️ deps: Bump @sentry/nextjs from 7.10.0 to 7.11.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/452
    • fix|refactor: arweave upload by @bigint in https://github.com/lensterxyz/lenster/pull/453
    • fix: show name and add event stop for crowdfund by @bigint in https://github.com/lensterxyz/lenster/pull/455
    • fix: copy grammar in profile page in empty state by @bigint in https://github.com/lensterxyz/lenster/pull/456
    • fix: has mirrored from mirrored publications by @bigint in https://github.com/lensterxyz/lenster/pull/457
    • feat: show has collected by @bigint in https://github.com/lensterxyz/lenster/pull/458
    • fix: remove unwanted pubId by @bigint in https://github.com/lensterxyz/lenster/pull/460
    • fix: use fragments :tada: by @bigint in https://github.com/lensterxyz/lenster/pull/461
    • chore: remove explicit types from useState by @shanpriyan in https://github.com/lensterxyz/lenster/pull/463
    • feat: worldcoin badge 🧿 by @bigint in https://github.com/lensterxyz/lenster/pull/462
    • chore(deps): bump wagmi from 0.6.3 to 0.6.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/465
    • chore(deps): bump undici from 5.8.1 to 5.9.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/466
    • chore(deps): bump @giphy/react-components from 6.1.0 to 6.1.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/469
    • chore(deps): bump zustand from 4.0.0 to 4.1.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/470
    • main => testnet (#471) by @bigint in https://github.com/lensterxyz/lenster/pull/472
    • testnet => main by @bigint in https://github.com/lensterxyz/lenster/pull/473
    • #42 by @jayantdahiya in https://github.com/lensterxyz/lenster/pull/459
    • chore(deps): bump @bundlr-network/client from 0.8.0 to 0.8.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/474
    • chore(deps-dev): bump @types/node from 18.7.6 to 18.7.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/475
    • chore(deps-dev): bump @types/node from 18.7.7 to 18.7.8 by @dependabot in https://github.com/lensterxyz/lenster/pull/476
    • chore(deps): bump ethers from 5.6.9 to 5.7.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/477
    • refactor: iframely by @bigint in https://github.com/lensterxyz/lenster/pull/478
    • feat: add getSignature util by @bigint in https://github.com/lensterxyz/lenster/pull/480
    • chore: reduce bundle size by @bigint in https://github.com/lensterxyz/lenster/pull/481
    • refactor: useEffect in layout by @bigint in https://github.com/lensterxyz/lenster/pull/483
    • chore(deps-dev): bump @types/node from 18.7.8 to 18.7.9 by @dependabot in https://github.com/lensterxyz/lenster/pull/500
    • chore(deps): bump zustand from 4.1.0 to 4.1.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/501
    • feat: add next bundle analyzer by @bigint in https://github.com/lensterxyz/lenster/pull/502
    • chore: use actions/cache@v3 by @bigint in https://github.com/lensterxyz/lenster/pull/503
    • doc: add utils to supporting repos by @bigint in https://github.com/lensterxyz/lenster/pull/504
    • chore: add swcMinify by @bigint in https://github.com/lensterxyz/lenster/pull/505
    • fix: add eslint plugin unicorn by @bigint in https://github.com/lensterxyz/lenster/pull/506
    • fix: move providers to comp by @bigint in https://github.com/lensterxyz/lenster/pull/507
    • chore: add follow proxy by @bigint in https://github.com/lensterxyz/lenster/pull/509
    • feat: add spam reason and pub card by @bigint in https://github.com/lensterxyz/lenster/pull/510
    • feat: add createCollectProxyAction by @bigint in https://github.com/lensterxyz/lenster/pull/511
    • feat: add useBroadcast hook by @bigint in https://github.com/lensterxyz/lenster/pull/512
    • chore: fix who to follow comp cache by @bigint in https://github.com/lensterxyz/lenster/pull/513
    • feat: add apollo cache by @bigint in https://github.com/lensterxyz/lenster/pull/514
    • refactor: onCompleted and onError by @bigint in https://github.com/lensterxyz/lenster/pull/515
    • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.34.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/516
    • fix: use getIPFSLink everywhere by @bigint in https://github.com/lensterxyz/lenster/pull/518
    • chore(deps-dev): bump @types/node from 18.7.9 to 18.7.11 by @dependabot in https://github.com/lensterxyz/lenster/pull/517
    • chore: use type in useMutation by @bigint in https://github.com/lensterxyz/lenster/pull/519
    • feat: add dataIdFromObject and fix cache by @bigint in https://github.com/lensterxyz/lenster/pull/520
    • fix: auth blink by @bigint in https://github.com/lensterxyz/lenster/pull/521
    • feat: add clearAuthData() util by @bigint in https://github.com/lensterxyz/lenster/pull/522
    • fix: hide collect button if hasCollectedByMe by @bigint in https://github.com/lensterxyz/lenster/pull/523
    • chore(deps): bump framer-motion from 7.2.0 to 7.2.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/524
    • chore: remove gitpod by @bigint in https://github.com/lensterxyz/lenster/pull/526
    • chore: remove ts directives by @bigint in https://github.com/lensterxyz/lenster/pull/527
    • chore: reduce usage of any by @bigint in https://github.com/lensterxyz/lenster/pull/528
    • feat: redesign single publication page by @bigint in https://github.com/lensterxyz/lenster/pull/529
    • feat: merge posts + mirrors in profile and call it feed and rename comments to replies by @bigint in https://github.com/lensterxyz/lenster/pull/531
    • feat: add mutual followers by @bigint in https://github.com/lensterxyz/lenster/pull/532
    • fix: mutual followers by @bigint in https://github.com/lensterxyz/lenster/pull/535
    • feat: add media section in profile by @bigint in https://github.com/lensterxyz/lenster/pull/536
    • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.34.0 to 5.35.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/534
    • chore(deps-dev): bump @types/node from 18.7.12 to 18.7.13 by @dependabot in https://github.com/lensterxyz/lenster/pull/533
    • refactor: posted via by @bigint in https://github.com/lensterxyz/lenster/pull/543
    • Collect Module warning text tweak (trivial, and important) by @GrgW in https://github.com/lensterxyz/lenster/pull/545
    • fix: remove unused isAuthenticated state by @bigint in https://github.com/lensterxyz/lenster/pull/544
    • fix: followers can collect copy in collect modal by @bigint in https://github.com/lensterxyz/lenster/pull/547
    • deprecate: communities by @bigint in https://github.com/lensterxyz/lenster/pull/548
    • chore: fix comma in README.md by @yalexis-eth in https://github.com/lensterxyz/lenster/pull/549
    • chore(deps-dev): bump @graphql-codegen/cli from 2.11.6 to 2.11.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/550
    • chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/551
    • chore: remove non profile collect and follow by @bigint in https://github.com/lensterxyz/lenster/pull/553
    • chore: remove lazy loads by @bigint in https://github.com/lensterxyz/lenster/pull/556
    • doc: update CONTRIBUTING.md, text improvements and typos by @omahs in https://github.com/lensterxyz/lenster/pull/557
    • feat: add retryLink by @bigint in https://github.com/lensterxyz/lenster/pull/558
    • chore: use newNextLinkBehavior by @bigint in https://github.com/lensterxyz/lenster/pull/559
    • fix: add auto pausing video when video player leaves viewport by @DanielMurdoch in https://github.com/lensterxyz/lenster/pull/560
    • chore: add apollo state update for likes by @bigint in https://github.com/lensterxyz/lenster/pull/561
    • chore(deps-dev): bump @graphql-codegen/cli from 2.11.7 to 2.11.8 by @dependabot in https://github.com/lensterxyz/lenster/pull/562
    • chore: add apollo state cache modify for mirrors by @bigint in https://github.com/lensterxyz/lenster/pull/563
    • fix: RELAY_ON check by @bigint in https://github.com/lensterxyz/lenster/pull/564
    • feat: add mvp staff tools page by @bigint in https://github.com/lensterxyz/lenster/pull/565
    • fix: use https link to prevent MITM attacks by @l2dy in https://github.com/lensterxyz/lenster/pull/566
    • feat: move stats to staff page by @bigint in https://github.com/lensterxyz/lenster/pull/567
    • chore: remove isAuthenticated state by @bigint in https://github.com/lensterxyz/lenster/pull/568
    • chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/569
    • Update TLD Regex Max Length by @lucemans in https://github.com/lensterxyz/lenster/pull/570
    • fix: refactor auth by @bigint in https://github.com/lensterxyz/lenster/pull/571

    New Contributors

    • @andriishupta made their first contribution in https://github.com/lensterxyz/lenster/pull/375
    • @jayantdahiya made their first contribution in https://github.com/lensterxyz/lenster/pull/459
    • @GrgW made their first contribution in https://github.com/lensterxyz/lenster/pull/545
    • @yalexis-eth made their first contribution in https://github.com/lensterxyz/lenster/pull/549
    • @omahs made their first contribution in https://github.com/lensterxyz/lenster/pull/557
    • @DanielMurdoch made their first contribution in https://github.com/lensterxyz/lenster/pull/560
    • @l2dy made their first contribution in https://github.com/lensterxyz/lenster/pull/566
    • @lucemans made their first contribution in https://github.com/lensterxyz/lenster/pull/570

    Full Changelog: https://github.com/lensterxyz/lenster/compare/v1.0.0-beta...v1.0.1-beta

    Source code(tar.gz)
    Source code(zip)
  • v1.0.0-beta(Aug 9, 2022)

    What's Changed

    • feat: add lint workflows by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/24
    • ⬆️ deps(dev): Bump @graphql-codegen/cli from 2.9.0 to 2.9.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/77
    • chore: remove vs code setttings by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/78
    • 🔁 Sync testnet with main by @github-actions in https://github.com/lensterxyz/lenster/pull/81
    • Merge pull request #81 from lensterxyz/main by @bigint in https://github.com/lensterxyz/lenster/pull/82
    • feat: add POH badge by @bigint in https://github.com/lensterxyz/lenster/pull/84
    • chore: add ens badge by @bigint in https://github.com/lensterxyz/lenster/pull/85
    • ⬆️ deps: Bump zustand from 4.0.0-rc.3 to 4.0.0-rc.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/87
    • 🔁 Sync testnet with main by @github-actions in https://github.com/lensterxyz/lenster/pull/88
    • feat: add sybil badge by @bigint in https://github.com/lensterxyz/lenster/pull/89
    • feat: add badges component by @bigint in https://github.com/lensterxyz/lenster/pull/90
    • feat: add tooltip to badges by @bigint in https://github.com/lensterxyz/lenster/pull/91
    • feat: collect publication without profile 🚀 by @bigint in https://github.com/lensterxyz/lenster/pull/92
    • feat: add non auth follow by @bigint in https://github.com/lensterxyz/lenster/pull/93
    • feat: add non auth crowdfund support by @bigint in https://github.com/lensterxyz/lenster/pull/94
    • 🔁 Sync testnet with main by @github-actions in https://github.com/lensterxyz/lenster/pull/101
    • ⬆️ deps(dev): Bump eslint-config-next from 12.2.2 to 12.2.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/100
    • ⬆️ deps: Bump next from 12.2.2 to 12.2.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/97
    • ⬆️ deps: Bump plyr-react from 5.0.2 to 5.1.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/99
    • ⬆️ deps: Bump zod from 3.17.9 to 3.17.10 by @dependabot in https://github.com/lensterxyz/lenster/pull/98
    • feat: add entire pub clickable by @bigint in https://github.com/lensterxyz/lenster/pull/103
    • Revert "feat: add entire pub clickable" by @bigint in https://github.com/lensterxyz/lenster/pull/104
    • 🔁 Sync testnet with main by @bigint in https://github.com/lensterxyz/lenster/pull/106
    • 🔁 Sync testnet with main (#106) by @bigint in https://github.com/lensterxyz/lenster/pull/107
    • Remove unnecessary boolean casts by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/108
    • Fix explicit type declarations by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/109
    • Remove the undefined type from optional property by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/110
    • feat: add profile warning below navbar by @bigint in https://github.com/lensterxyz/lenster/pull/130
    • fix: use pascal case for seo tag by @bigint in https://github.com/lensterxyz/lenster/pull/131
    • fix: use const instead of let by @bigint in https://github.com/lensterxyz/lenster/pull/132
    • 🔁 Sync testnet with main (#133) by @bigint in https://github.com/lensterxyz/lenster/pull/134
    • feat: add relevant people to pub sidebar by @bigint in https://github.com/lensterxyz/lenster/pull/135
    • Update verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/137
    • ⬆️ deps(dev): Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.31.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/136
    • Testnet by @bigint in https://github.com/lensterxyz/lenster/pull/139
    • feat: FreeCollectModule by default by @bigint in https://github.com/lensterxyz/lenster/pull/140
    • ⬆️ deps: Bump zustand from 4.0.0-rc.4 to 4.0.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/141
    • ⬆️ deps(dev): Bump @graphql-codegen/cli from 2.9.1 to 2.10.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/143
    • fix(Search): rename prop by @shanpriyan in https://github.com/lensterxyz/lenster/pull/152
    • fix: add role attribute to div by @shanpriyan in https://github.com/lensterxyz/lenster/pull/144
    • chore: add no-use-before-define by @harish-sethuraman in https://github.com/lensterxyz/lenster/pull/153
    • ⬆️ deps(dev): Bump @types/react-copy-to-clipboard from 5.0.3 to 5.0.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/150
    • ⬆️ deps: Bump @sentry/nextjs from 7.7.0 to 7.8.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/149
    • ⬆️ deps(dev): Bump @graphql-codegen/cli from 2.10.0 to 2.11.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/148
    • ⬆️ deps: Bump wagmi from 0.5.11 to 0.6.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/142
    • fix: forbidden non-null assertion usage by @shanpriyan in https://github.com/lensterxyz/lenster/pull/157
    • chore: add comments in no-op by @shanpriyan in https://github.com/lensterxyz/lenster/pull/159
    • fix: focus interactive elements by @shanpriyan in https://github.com/lensterxyz/lenster/pull/158
    • ⬆️ deps: Bump @giphy/react-components from 5.12.0 to 5.13.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/160
    • ⬆️ deps(dev): Bump @graphql-codegen/cli from 2.11.0 to 2.11.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/161
    • ⬆️ deps(dev): Bump @types/node from 18.6.1 to 18.6.2 by @dependabot in https://github.com/lensterxyz/lenster/pull/162
    • main => testnet by @bigint in https://github.com/lensterxyz/lenster/pull/167
    • Merge pull request #167 from lensterxyz/main by @bigint in https://github.com/lensterxyz/lenster/pull/168
    • feat: add verified api by @bigint in https://github.com/lensterxyz/lenster/pull/169
    • main => testnet by @bigint in https://github.com/lensterxyz/lenster/pull/170
    • Merge pull request #170 from lensterxyz/main by @bigint in https://github.com/lensterxyz/lenster/pull/171
    • ⬆️ deps(dev): Bump autoprefixer from 10.4.7 to 10.4.8 by @dependabot in https://github.com/lensterxyz/lenster/pull/174
    • ⬆️ deps: Bump react-hook-form from 7.33.1 to 7.34.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/175
    • ⬆️ deps(dev): Bump tailwindcss from 3.1.6 to 3.1.7 by @dependabot in https://github.com/lensterxyz/lenster/pull/176
    • feat: add search icon to searchbar (#173) by @bigint in https://github.com/lensterxyz/lenster/pull/177
    • fix: template literals having non-string type by @shanpriyan in https://github.com/lensterxyz/lenster/pull/178
    • fix: use recklesslyUnprepared mode by @bigint in https://github.com/lensterxyz/lenster/pull/179
    • fix: remove input ring on error and focus by @danschewy in https://github.com/lensterxyz/lenster/pull/180
    • feat: add axiom logger by @bigint in https://github.com/lensterxyz/lenster/pull/181
    • feat: add query error report by @bigint in https://github.com/lensterxyz/lenster/pull/182
    • fix: error object by @bigint in https://github.com/lensterxyz/lenster/pull/183
    • main => testnet by @bigint in https://github.com/lensterxyz/lenster/pull/200
    • Merge pull request #200 from lensterxyz/main by @bigint in https://github.com/lensterxyz/lenster/pull/201
    • ⬆️ deps(dev): Bump eslint from 8.20.0 to 8.21.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/204
    • ⬆️ deps(dev): Bump @types/node from 18.6.2 to 18.6.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/205
    • ⬆️ deps: Bump @sentry/nextjs from 7.8.0 to 7.8.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/208
    • ⬆️ deps(dev): Bump @typescript-eslint/eslint-plugin from 5.31.0 to 5.32.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/206
    • ⬆️ deps(dev): Bump @graphql-codegen/cli from 2.11.2 to 2.11.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/207
    • fix: website validation by @bigint in https://github.com/lensterxyz/lenster/pull/209
    • chore: add no-unexpected-multiline rule by @shanpriyan in https://github.com/lensterxyz/lenster/pull/211
    • chore: use new assets url by @bigint in https://github.com/lensterxyz/lenster/pull/212
    • Revert "chore: use new assets url" by @bigint in https://github.com/lensterxyz/lenster/pull/213
    • fix: retain logged in session by @0xkeivin in https://github.com/lensterxyz/lenster/pull/198
    • ⬆️ deps(dev): Bump cypress from 10.3.1 to 10.4.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/217
    • chore: rename SinglePost component to SinglePublication by @bigint in https://github.com/lensterxyz/lenster/pull/219
    • chore: rename PostBody component to PublicationBody by @bigint in https://github.com/lensterxyz/lenster/pull/220
    • chore: rename Post folder to Publication by @bigint in https://github.com/lensterxyz/lenster/pull/221
    • chore: rename PostShimmer(s) component to PublicationShimmer(s) by @bigint in https://github.com/lensterxyz/lenster/pull/222
    • chore: rename LensterPost type to LensterPublication by @bigint in https://github.com/lensterxyz/lenster/pull/223
    • chore: rename FullPost component to FullPublication by @bigint in https://github.com/lensterxyz/lenster/pull/224
    • chore: rename HiddenPost component to HiddenPublication by @bigint in https://github.com/lensterxyz/lenster/pull/228
    • chore: rename CommunityPost component to CommunityPublication by @bigint in https://github.com/lensterxyz/lenster/pull/229
    • chore: rename PostActions component to PublicationActions by @bigint in https://github.com/lensterxyz/lenster/pull/230
    • chore: rename PostType component to PublicationType by @bigint in https://github.com/lensterxyz/lenster/pull/231
    • chore: rename PostPageShimmer component to PublicationPageShimmer by @bigint in https://github.com/lensterxyz/lenster/pull/232
    • chore: rename PostMenu component to PublicationMenu by @bigint in https://github.com/lensterxyz/lenster/pull/235
    • chore: rename post props to publication by @bigint in https://github.com/lensterxyz/lenster/pull/236
    • main => testnet by @bigint in https://github.com/lensterxyz/lenster/pull/237
    • Testnet by @bigint in https://github.com/lensterxyz/lenster/pull/238
    • chore: remove next-axiom by @bigint in https://github.com/lensterxyz/lenster/pull/240
    • Updated verified.ts by @oneski in https://github.com/lensterxyz/lenster/pull/241
    • Format code with prettier by @deepsource-autofix in https://github.com/lensterxyz/lenster/pull/243
    • feat: add mixpanel by @bigint in https://github.com/lensterxyz/lenster/pull/242
    • ⬆️ deps: Bump @giphy/react-components from 5.13.0 to 6.0.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/244
    • feat: add x icon to searchbar by @shanpriyan in https://github.com/lensterxyz/lenster/pull/246
    • feat: add more mixpanel events by @bigint in https://github.com/lensterxyz/lenster/pull/247
    • feat: add avatar support for MP by @bigint in https://github.com/lensterxyz/lenster/pull/248
    • refactor: mixpanel by @bigint in https://github.com/lensterxyz/lenster/pull/249
    • chore: remove cypress by @bigint in https://github.com/lensterxyz/lenster/pull/250
    • fix: mp event typo by @bigint in https://github.com/lensterxyz/lenster/pull/251
    • refactor: more mp events by @bigint in https://github.com/lensterxyz/lenster/pull/253
    • fix: click conflict by @bigint in https://github.com/lensterxyz/lenster/pull/254
    • docs: lenster values by @bigint in https://github.com/lensterxyz/lenster/pull/255
    • ⬆️ deps: Bump next from 12.2.3 to 12.2.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/256
    • chore: add paginate tracking by @bigint in https://github.com/lensterxyz/lenster/pull/259
    • ⬆️ deps(dev): Bump eslint-config-next from 12.2.3 to 12.2.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/258
    • ⬆️ deps: Bump framer-motion from 6.5.1 to 7.0.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/257
    • chore: remove logger by @bigint in https://github.com/lensterxyz/lenster/pull/260
    • feat: dogstats by @bigint in https://github.com/lensterxyz/lenster/pull/261
    • Revert "feat: dogstats" by @bigint in https://github.com/lensterxyz/lenster/pull/263
    • fix: margin in gif search by @bigint in https://github.com/lensterxyz/lenster/pull/265
    • feat: add percentage icon for referral input fields by @bigint in https://github.com/lensterxyz/lenster/pull/267
    • ⬆️ deps: Bump @sentry/nextjs from 7.8.1 to 7.9.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/286
    • ⬆️ deps(dev): Bump tailwindcss from 3.1.7 to 3.1.8 by @dependabot in https://github.com/lensterxyz/lenster/pull/287
    • ⬆️ deps(dev): Bump @types/node from 18.6.3 to 18.6.4 by @dependabot in https://github.com/lensterxyz/lenster/pull/288
    • feat: add lenstube bytes by @sasicodes in https://github.com/lensterxyz/lenster/pull/291
    • fix: re-rendering issue of zustand states by @bigint in https://github.com/lensterxyz/lenster/pull/294
    • feat: use global state for publication contents by @bigint in https://github.com/lensterxyz/lenster/pull/296
    • Merge pull request #297 from lensterxyz/main by @bigint in https://github.com/lensterxyz/lenster/pull/298
    • feat: add new post from support by @bigint in https://github.com/lensterxyz/lenster/pull/299
    • feat: support hashtags by @bigint in https://github.com/lensterxyz/lenster/pull/301
    • feat: add preview state and add it to intent by @bigint in https://github.com/lensterxyz/lenster/pull/303
    • fix: action icon size in mweb by @bigint in https://github.com/lensterxyz/lenster/pull/326
    • ⬆️ deps(dev): Bump @types/node from 18.6.4 to 18.6.5 by @dependabot in https://github.com/lensterxyz/lenster/pull/317
    • ⬆️ deps(dev): Bump @graphql-codegen/typescript from 2.7.2 to 2.7.3 by @dependabot in https://github.com/lensterxyz/lenster/pull/319
    • ⬆️ deps(dev): Bump postcss from 8.4.14 to 8.4.16 by @dependabot in https://github.com/lensterxyz/lenster/pull/321
    • ⬆️ deps(dev): Bump tsconfig-paths from 4.0.0 to 4.1.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/322
    • ⬆️ deps: Bump wagmi from 0.6.0 to 0.6.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/324
    • ⬆️ deps(dev): Bump @types/react from 18.0.15 to 18.0.17 by @dependabot in https://github.com/lensterxyz/lenster/pull/325
    • ⬆️ deps(dev): Bump @graphql-codegen/fragment-matcher from 3.3.0 to 3.3.1 by @dependabot in https://github.com/lensterxyz/lenster/pull/323
    • ⬆️ deps(dev): Bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.33.0 by @dependabot in https://github.com/lensterxyz/lenster/pull/318
    • feat: switch to npm by @bigint in https://github.com/lensterxyz/lenster/pull/331
    • main => testnet by @bigint in https://github.com/lensterxyz/lenster/pull/343
    • chore: add react/self-closing-comp rule by @shanpriyan in https://github.com/lensterxyz/lenster/pull/345

    New Contributors

    • @harish-sethuraman made their first contribution in https://github.com/lensterxyz/lenster/pull/24
    • @deepsource-autofix made their first contribution in https://github.com/lensterxyz/lenster/pull/108
    • @oneski made their first contribution in https://github.com/lensterxyz/lenster/pull/137
    • @shanpriyan made their first contribution in https://github.com/lensterxyz/lenster/pull/152
    • @0xkeivin made their first contribution in https://github.com/lensterxyz/lenster/pull/198
    • @sasicodes made their first contribution in https://github.com/lensterxyz/lenster/pull/291

    Full Changelog: https://github.com/lensterxyz/lenster/commits/v1.0.0-beta

    Source code(tar.gz)
    Source code(zip)
Owner
Lenster
Lenster is a composable, decentralized, and permissionless social media web app built with Lens Protocol 🌿
Lenster
Decentralized Social Media. Built using Next.js. Web3 integration with Moralis, Metamask and Ethers.js. Also uses Lens Protofcol to get the profile data.

DecentraGram Decentralized Social Media. Built using Next.js. Web3 integration with Moralis, Metamask and Ethers.js. Also uses Lens Protofcol to get t

Didier Peran Ganthier 8 Dec 20, 2022
A social media platform aimed to capture the essence of all popular, existing social media platforms

Social Fuel Reimagining Social Media, step by step ?? About A social media platform aimed to capture the essence of all popular, existing social media

HariHaran 6 Feb 12, 2022
A Hacker News style forum, built on the Lens Protocol.

Refract A Hacker News style forum, built on the Lens Protocol This starter kit is composed of Next.js and Tailwind CSS, with RainbowKit, ethers, & wag

Miguel Piedrafita 65 Dec 2, 2022
This Lens Protocol module allows you to create a Transparent Promotion system in which the post creator can add a reward for who (ex: influencers) mirror it.

promote-module (in progress) This Lens Protocol module allows you to create a Transparent Promotion system in which the post creator can add a reward

Alessandro Manfredi 9 Oct 2, 2022
A decentralized protocol for indexing and querying data from DecentraMix's on chain contracts across all supported blockchains.

A decentralized protocol for indexing and querying data from DeMix contracts across all supported blockchains.

DecentraWorld Ecosystem 92 May 3, 2022
DecentraMix.io is a cross-chain, non-custodial, universal privacy-preserving protocol with the decentralized governance

DecentraMix.io is a cross-chain, non-custodial, universal privacy-preserving protocol with the decentralized governance. DecentraWorld applies zkSNARKs to enable transactional privacy for all DeFi components by breaking the on-chain link between depositor and recipient addresses.

DecentraWorld Ecosystem 65 May 7, 2022
A health-focused app for users to be able to track workouts and nutritional data with a social media component to inspire friendly competition among the users.

A health-focused app for users to be able to track workouts and nutritional data with a social media component to inspire friendly competition among the users.

Jon Jackson 3 Aug 26, 2022
A social-media mock app for the ones who love to read - and maybe show it off

?? ?? Cachalote ?? ?? Share what you are reading and find people who also likes it - or not! What does it do? This app focuses on three main questions

Thaís França 3 May 22, 2022
A full fledged social media app for foodies :)

Foodzo Site is deployed on netlify : https://fooodzo.netlify.app/ and Server is deployed on heroku. This website is basically a social media for all t

Raunak Agarwal 12 Oct 1, 2022
An app for spinning up social media micro-platforms.

Note: This project is super early. It's not in a usable state at this point. Though I'm working on this full-time, and it's moving ahead at a fast pac

Paul Go 10 Oct 21, 2022
Modern Full Stack Social Media App (MERN)

Pixby A Full Stack Social Media Application Built with React Vite Chakra UI NodeJs Express MongoDB Nodemailer Cloudinary Installation Run the setup.sh

Rwitesh Bera 3 Nov 26, 2022
Decentralized Social Network Money Frauds/Scams including BitClout, Twetch, Steemit, PeakD

Decentralized Social Network Money Frauds and DAOs: BitClout, Twetch, PeakD, Steemit ... Updates 4/29/2021 https://www.coindesk.com/wyoming-dao-llc-la

Scott Stirling 29 Nov 27, 2022
decentralized social network using #nostr

Nauka Nauka is an attempt at creating a social network using the nostr protocol. For now it is just a nostr relay that runs on nodejs, but is going to

null 12 Aug 31, 2022
Trivy-Operator Lens Extension

Trivy-Operator Lens Extension This is a Lens extension for trivy-operator which provides visibility into vulnerability,misconfiguration and secrets as

Aqua Security 18 Dec 5, 2022
A full-stack social media application where users can post and share their coding projects, adding friends, and joining the discussion in threaded comments on project posts.

CodeFlow Description CodeFlow is a social media application where users can post and share their coding projects with others. By logging in or signing

Chris Nohilly 4 Dec 8, 2022
Sharerbox - Free, minimalist and lightweight JavaScript-based social-media sharer for websites

Sharerbox Free minimalist and lightweight JavaScript-based social-media sharer for websites. Version: 0.8.1 Description SharerBox is a free, minimalis

Juan Astudillo 3 Aug 22, 2022
Lets you add a character to Hacker News links to add social media and OpenGraph previews for sharing on things like Slack or Twitter.

news.ycombinator1.com Lets you add a character to Hacker News links to add social media and OpenGraph previews for sharing on things like Slack or Dis

Ian Langworth ☠ 38 Sep 18, 2022
Chrome extension for replacing addictive and annoying features of various social media sites with inspirational quotes.

Saner Social Media Chrome extension for replacing addictive and annoying features of various social media sites with inspirational quotes. Saner Socia

Tobi Dalhof 9 Oct 4, 2022