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: GeiserX/Telegram-Archive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.1
Choose a base ref
...
head repository: GeiserX/Telegram-Archive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 26, 2026

  1. fix(viewer): display caption for album posts with grouped messages (#97)

    Albums group multiple messages by grouped_id, but only one message
    carries the caption text. With reverse-chronological sorting, the
    displayed "first" message may not be the one with the caption,
    causing it to be lost. Add getAlbumCaption() to scan all messages
    in the album group and find the one with non-empty text.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    vadimvolk and claude authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    ef6e994 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 7.3.2

    GeiserX committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    d4be681 View commit details
    Browse the repository at this point in the history
Loading