Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ccbikai/BroadcastChannel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.7
Choose a base ref
...
head repository: ccbikai/BroadcastChannel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 9, 2024

  1. fix: ensure canonical URL pathname consistency

    ccbikai committed Nov 9, 2024
    Copy the full SHA
    1d22719 View commit details

Commits on Nov 14, 2024

  1. Copy the full SHA
    8431086 View commit details
  2. Update README.zh-cn.md

    zijiuok authored Nov 14, 2024
    Copy the full SHA
    0ea8d4b View commit details
  3. Merge pull request #83 from zijiuok/patch-1

    Added a new real user
    ccbikai authored Nov 14, 2024
    Copy the full SHA
    15e27d4 View commit details
  4. feat: enhance SEO settings and improve title extraction

    - Prioritize SEO settings from page data over environment variables
    - Improve title extraction logic to handle new line characters
    - Set SEO parameters for specific pages to improve search visibility
    ccbikai committed Nov 14, 2024
    Copy the full SHA
    b4a5dd0 View commit details

Commits on Nov 23, 2024

  1. fix: update Sentry configuration in Docker builds

    Improves Sentry integration in Docker builds by:
    - Moving Sentry environment variables to build args
    - Adding .env to dockerignore for security
    - Properly passing Sentry configuration during build process
    
    This change ensures better security practices and more reliable Sentry configuration in containerized environments.
    ccbikai committed Nov 23, 2024
    Copy the full SHA
    13b1d7f View commit details

Commits on Dec 14, 2024

  1. fix: update X (Twitter) social profile link

    Updates social profile link on X (formerly Twitter) to use a redirect URL through 404.li service instead of direct x.com link
    ccbikai committed Dec 14, 2024
    Copy the full SHA
    7268894 View commit details

Commits on Dec 22, 2024

  1. feat: enhance channel favicon with dynamic resizing

    Implements dynamic favicon handling using wsrv.nl image service:
    - Resizes channel avatar to 64x64
    - Applies circular mask for consistent appearance
    - Ensures HTTPS compatibility by stripping protocol
    - Falls back to default favicon when no avatar exists
    
    Improves visual consistency across different platforms and scales
    ccbikai committed Dec 22, 2024
    Copy the full SHA
    a4ee6ef View commit details

Commits on Dec 26, 2024

  1. docs: add x links

    ccbikai authored Dec 26, 2024
    Copy the full SHA
    668b70d View commit details
Loading