Releases: louisgrasset/touitomamout
Releases · louisgrasset/touitomamout
Release v1.8.0
🎉 New Features
- allow to disable post backdating
🐛 Bugfixes
- make sure all variables are double quoted to prevent some parsing issues
🏗️ Build System
- bump actions
- setup vite
- setup vitest
- configuration cleanup
📚 Documentation Changes
- mention the ability to disable post backdating
- add open graph template
🔍 Tests
- allow to disable post backdating
Release v1.7.0
🎉 New Features
- allow image/webp and image/gif
🐛 Bugfixes
- add missing catch; add some debug logs
- use the new field export
- add gif support
🔍 Tests
- update expectations
Release v1.6.6
🐛 Bugfixes
- remove svg in the middle of discover.md page
⚙️ Internal
- chore: bump deps
- chore(docs): bump deps
Release v1.6.5
🏗️ Build System
- add docker image support for arm64
- bump actions versions
Release v1.6.4
🐛 Bugfixes
- make card image optional
Release v1.6.3
🏗️ Build System
- drastically reduce image size
Release v1.6.2
🐛 Bugfixes
- install
sharp
with the right arch
Release v1.6.1
🐛 Bugfixes
- make bluesky sync work; prevent jest to fail
Release v1.6.0
🎉 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
Release v1.5.0
🎉 New Features
- better splitting system, taking long urls and punctuation into account
- support link cards on bluesky
🐛 Bugfixes
- make sure to sync 4 images maximum, not 3
- rely on .exec
- decode tweet text HTML entities
- prevent quoting unavailable tweet
🔍 Tests
- support link metadata
- prevent quoting unavailable tweet