Skip to content

Releases: michelcrypt4d4mus/fedialgo

v1.2.37

01 Jan 15:27

Choose a tag to compare

  • More tagOnlyStrings
  • Upgrade js-yaml to 4.1.0 with npm audit fix

v1.2.32

05 Nov 21:35

Choose a tag to compare

  • Add image alt text to Toot.contentWithCard() string, scan alt text when looking for hashtag matches
  • Reduce config.toots.maxAgeInDays from 7 to 5
  • Update masto package to 7.3.0
  • More tagOnlyStrings

v1.2.23

20 Oct 06:10

Choose a tag to compare

  • Update masto package to 7.3.0
  • More tagOnlyStrings
  • Fix issue where followed hashtags with 0 toots were showing up in filter list when sorted alphabetically with "always show followed" option enabled

v1.2.0

21 Sep 16:26

Choose a tag to compare

  • Add includeFollowed param to BooleanFilter functions

v1.1.59

21 Sep 11:55

Choose a tag to compare

  • More tagOnlyStrings

v1.1.49

16 Sep 08:53

Choose a tag to compare

  • Bump axios to 1.12.2 via npm audit fix
  • Increase config.api.mutexWarnSeconds to 10 seconds
  • More tagOnlyStrings

v1.1.38

10 Sep 18:23

Choose a tag to compare

  • Raise config.toots.batchCompleteSleepBetweenMS from 150ms to 210ms because responsiveness is pretty impaired while running
  • More tagOnlyStrings

v1.1.35

07 Sep 19:03

Choose a tag to compare

  • More tagOnlyStrings

v1.1.31

05 Sep 19:32

Choose a tag to compare

  • Logging of env vars

v1.1.24

04 Sep 22:07

Choose a tag to compare

  • Push MastodonServer scraping errors into MastoApi.apiErrors array for display to user
  • Consolidate API error tracking to new MastoApi.recordApiError() method
  • Refactor AgeIn helper class to replace ageInSeconds(), ageInHours(), etc. and export it
  • Add debugWithTraceObjs() method to Logger class
  • Rename MoarDataPoller to UserDataPoller
  • More tagOnlyStrings