Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Release v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 23:09
· 58 commits to main since this release

πŸŽ‰ New Features

  • add buildReplyEntry method
  • add media compression
  • add media compression while parsing media

πŸ› Bugfixes

  • add missing SYNC_* env variables output
  • properly detect outdated images

πŸ—οΈ Build System

  • remove retry count
  • remove constant.ts file from coverage
  • rely on ts-jest/presets/default-esm preset
  • add transformIgnorePatterns
  • exclude root index from coverage
  • update configuration
  • make sure to load files
  • exclude migrations index from coverage
  • exclude tests directories from build
  • expand test timeout duration

πŸ“š Documentation Changes

  • update readme
  • add badges links
  • add sonar badge
  • add touitomamout branding

πŸ” Tests

  • rely on more stable url
  • cover buildProfileUpdate
  • add buildReplyEntry method
  • extend coverage on isTweetCached
  • cover getCache
  • extend coverage on getEligibleTweet
  • cover restorePreviousSession
  • cover oraPrefixer
  • cover getBlueskyChunkLinkMetadata
  • cover base tweet-getter-service
  • cover tweet-getter-service
  • add mock
  • extract tweet-getter-service tooling
  • cover bluesky-sender-service
  • cover makeMastodonPost
  • cover getCachedProfile
  • cover getCachedPosts
  • cover uploadBlueskyMedia
  • cover makeBlueskyPost
  • cover getCookies
  • cover saveCookies
  • cover mediaDownloaderService
  • enhance coverage on blueskySenderService
  • cover mastodonSenderService
  • cover profileSynchronizerService
  • cover makPost
  • cover runMigration
  • cover postsSynchronizerService
  • cover handleTwitterAuth
  • enhance mock
  • cover buildConfigurationRules