Releases: prinsss/twitter-web-exporter
Releases · prinsss/twitter-web-exporter
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)