Releases: prinsss/twitter-web-exporter
Releases · prinsss/twitter-web-exporter
v1.2.1
⛰️ Features
- Extend TweetDetail to support hidden replies #66 - (a13508f)
- Show following count in user table - (cf61756)
- Add DirectMessagesModule - (80993d1)
- Show storage quota when analyzing DB - (8dbe72e)
- Support filtering by type when exporting media - (15c0790)
- Add more columns to user table - (bea3fe0)
- Add UserDetailModule - (6089ca3)
🐛 Bug Fixes
- Adapt to timeline_v2 API changes - (4ff3040)
- Update TweetDetail API - (5a50bc6)
- Capture group DM conversations - (df153a4)
- Error when reading views count - (4137b5f)
- Import from proper package - (a5b6e55)
- Missing translation key for modal titles - (172f3f3)
- Catch database errors - (e984b68)
🚜 Refactor
- Extract table view as a common component - (f8e1d18)
📚 Documentation
v1.2.0
⛰️ Features
- Update title text on UI - (0e1409a)
- Support exporting and clearing database - (4cb8035)
- Upgrade dependencies - (5413a9a)
- Add menu command for opening control panel - (37f32f7)
- Export ALT text for images - (1e81fb3)
- Add i18n for headers of exported HTML - (59ca0fe)
- Add local database - (d357c4d)
- Pass ext instance to interceptor and component - (07127f0)
🐛 Bug Fixes
- Import useSignal from proper package - (11eae28)
- Filter out empty tweets in db - (2e35ba0)
- Error when TimelineAddEntries is missing - (9b3ccb8)
- Update min height of modals - (2d284b5)
- Select all rows by default - (e4d6aa2)
- Skip and warn when exporting suspended user - (1c7f970)
- Error when expaned_url does not exist - (f45ee10)
🚜 Refactor
- Adapt modules to new database - (947c9f7)
- Read data from database instead of signals - (c420263)
- Rearrange directory structure of core - (3caafdf)
📚 Documentation
⚙️ Miscellaneous Tasks
- Rename eslint config file - (77d05f3)
v1.1.0
⛰️ Features
- Migration from v1.0 to v1.1 - (db5c124)
- Disable some extensions by default - (8014b9e)
- Add ListTimelineModule - (f2df917)
- Add HomeTimelineModule - (cbba59e)
- Add warning when wrong execution context detected - (fd58190)
- I18n for exporters - (c8c79c3)
- I18n #17 - (da76cba)
🐛 Bug Fixes
- Detect script execution context - (f5d7688)
- Add missing translation text - (d2f67a8)
- I18n for media filename template - (38069a3)