Skip to content

Releases: prinsss/twitter-web-exporter

v1.3.1

15 Dec 15:37
d59483c

Choose a tag to compare

⛰️ Features

  • Add option for using dedicated DB for accounts - (e7fb63b)
  • Add button for saving media urls to a txt file - (87bb5b2)
  • Add support for community timeline and members - (0ac0f9f)
  • Improve support for mobile twitter web - (0c1a5af)

🐛 Bug Fixes

  • Possible migration error - (7a1707b)
  • Improve robustness when migrating legacy data - (6370c04)

v1.3.0

11 Jun 14:39
c5463b1

Choose a tag to compare

Important

This version includes a database migration script, which will run automatically once installed, to fix some issues caused by a recent platform API change.

The migration should have no impact on your data and will not modify anything other than the script's local cache. You can download a backup of your local database from Settings panel before upgrading.

⛰️ Features

  • Export author's user ID of tweet - (b9bdf90)
  • Export media tags of tweet - (0308628)
  • Upgrade dependencies - (537aaad)
  • Save filename pattern for exporting media to options - (9daaf5c)
  • Add option for exporting URLs in aria2 format - (f54f09d)

🐛 Bug Fixes

  • Adapt to Twitter API changes for users - (9f0327a)
  • Allow undefined typename when extracting media #75 - (c54a544)
  • Use file-saver-es instead of file-saver - (728b993)

Build

  • Migrate from pnpm to bun - (e6701e4)

v1.2.1

03 Apr 05:26
e8c994a

Choose a tag to compare

⛰️ 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

22 Oct 11:23
f7e5074

Choose a tag to compare

⛰️ 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

13 Apr 11:42
24e7632

Choose a tag to compare

⛰️ 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)

📚 Documentation

v1.0.10

10 Apr 17:12
05ba5c7

Choose a tag to compare

🐛 Bug Fixes

  • Add UTF-8 BOM to CSV files - (daf3e45)

v1.0.9

07 Apr 18:17
88c7517

Choose a tag to compare

⛰️ Features

  • Add URL field to exported files #6 - (4eba0b4)
  • Support custom date time format #8 - (1fc98ff)

v1.0.8

14 Mar 12:26
b1bbc88

Choose a tag to compare

⛰️ Features

  • Add more debug logs - (8bb6722)
  • Add background color for media thumbnail - (92ad416)

🐛 Bug Fixes

  • Better responsive design - (0b5340d)
  • Parse error when tweet visibility is limited - (7b707d9)

🎨 Styling

⚙️ Miscellaneous Tasks

  • Add eslint commitlint husky - (a18c6ea)

v1.0.7

04 Jan 12:52
17b2215

Choose a tag to compare

⛰️ Features

  • Show media type and video duration in table - (5683d6f)

🐛 Bug Fixes

  • Missing tweets in UserMedia - (34f5b69)

📚 Documentation

v1.0.6

04 Jan 12:02
da6bdc7

Choose a tag to compare

⛰️ Features

  • Implement exporting search results - (eac6b04)
  • Support parsing UserMedia - (f80df50)

🐛 Bug Fixes

  • Avoid exporting undefined values - (b288201)
  • Update style of html exporter - (ca3aafc)