Skip to content

Releases: GenbuProject/MastodonRater-Nodejs

MastodonRater v1.1.4

30 Apr 06:53

Choose a tag to compare

Changelog

v1.1.4(2019/04/30) <#13>

平成最後のアップデート!

  • Force long-toots to be collapsed with CW

MastodonRater v1.1.3

08 Oct 00:49

Choose a tag to compare

Changelog

v1.1.3(2018/10/08) <#12>

An improvement of user accessibility

  • ✨Implement some notifiers that notify, when this app throw any errors
  • Add a new caution to Relevance Analyzer about 429: Throtted error
  • Optimize a lot of codes

MastodonRater v1.1.2

28 Jul 03:11

Choose a tag to compare

Changelog

v1.1.2(2018/07/28)

Improvement of localization

  • ✨Implement a language-detector from navigator.language
  • Fix a format of README

MastodonRater v1.1.1

20 May 07:36

Choose a tag to compare

Changelog

v1.1.1(2018/05/20)

Improvement of stably and add Autocomplete

  • ✨Implement a new feature, "Autocomplete of instances"
  • Improve stably by replacing xhr to fetch and changing behavior of localization
  • Remove some docs about deploying to Heroku

MastodonRater v1.1.0

20 May 03:41

Choose a tag to compare

Changelog

v1.1.0(2018/05/20)

✨Some improvements✨

  • ✨Implement a redirector to HTTPS
  • ✨Implement "App Validation Checker"
  • Add some toasts for users

MastodonRater v1.0.2

09 May 15:26

Choose a tag to compare

Changelog

v1.0.2(2018/05/10)

A few changes

  • Force an url of instances to format

MastodonRater v1.0.1

05 May 02:33

Choose a tag to compare

Changelog

v1.0.1(2018/05/05)

A patch for Google Analytics

  • Change Analytics-id

MastodonRater v1.0

02 May 08:35

Choose a tag to compare

Changelog

v1.0(2018/05/02)

✨First release✨

  • Change base-language from Pure-JavaScript to Node.js
  • Renew a basis of interfaces from Material Design Component to Materialize
  • ✨Implement a lot of features
    • Automatically tokens generate, by connecting with MongoDB
    • Localization(Japanese and English)
    • APIs to call from anywhere(But reference isn't existing now...)
    • Toot Rater, TPD, and Relevance Analyzer
  • Change behavior of Relevance Analyzer
    It will get ranking from only history of reblogs and mentions of current user, NOT included favorites
  • And so many changes...