Skip to content

Releases: thekid/dialog

1.3.0: Search

22 Oct 14:08
Compare
Choose a tag to compare
  • Merged PR #20: Implement search function using MongoDB Atlas Search
    (@thekid)
  • Added small improvements to /feed and improved LightHouse score
    See issue #18
    (@thekid)

1.2.0: Consistent date display

08 Oct 14:16
Compare
Choose a tag to compare
  • Changed home page to display from and until dates for journeys
    instead of just showing their start date
    (@thekid)
  • Changed alt attributes to continue entry title and date. First part
    of feature suggested in #16
    (@thekid)

1.1.1: Accessibility fix

05 Oct 19:11
Compare
Choose a tag to compare
  • Fixed missing alt attributes for images. See #15 - @thekid

1.1.0: Journey map

04 Oct 21:21
Compare
Choose a tag to compare
  • Merged PR #14: Show a map and list of all journeys - @thekid

1.0.0: Scroll links

03 Oct 17:24
Compare
Choose a tag to compare
  • Fix scroll links on Safari - li::marker doesn't work - @thekid
  • Add links to scroll back to the top of the page to journeys - @thekid

0.9.0: Media sorting

02 Oct 11:43
Compare
Choose a tag to compare
  • Sort images by date and time originally taken. This fixes the ordering
    when using images from multiple cameras (e.g. DSLR and smart phone)
    and when image numbers wrap around (IMG_9999.jpg -> IMG_0001.jpg)
    (@thekid)

0.8.0: EXIF support

01 Oct 23:40
Compare
Choose a tag to compare
  • Merged PR #11: Show EXIF meta data along with images - @thekid

0.7.0: Image synchronization

01 Oct 13:24
Compare
Choose a tag to compare
  • Merged PR #10: Synchronize images. The import tool now uses server
    information to synchronize images instead of relying on the local
    directory being in a consistent state.
    (@thekid)
  • Fixed Codec AVOption g (set the group of picture (GOP) size) specified
    for input file
    error
    (@thekid)

0.6.0: Video support

30 Sep 17:35
Compare
Choose a tag to compare
  • Merged PR #8: Video support. Dialog can now import .mov, .mp4 and .mpeg
    files, converting them to web-optimized H.264 video and automatically
    extracting poster images.
    (@thekid)

0.5.0: Cover page

25 Sep 12:28
Compare
Choose a tag to compare
  • Merged PR #7: Add cover page displaying the newest 5 entries from the
    feed, and optionally a cover picture and text.
    (@thekid)