Skip to content

Releases: MoyDesign/MoyPlugin

Version 2.2.1

24 Dec 07:36
Compare
Choose a tag to compare
  • Add per-template zoom support (desktop only)
  • Improve stability (especially on mobile)
  • Improve parser validation and error handling

Version 2.2.0

31 Oct 06:08
Compare
Choose a tag to compare
  • Local (stored in browser) parsers and templates are added
  • Basic parser/template editor is added
  • Bugfixes

Version 2.1.6

17 Sep 09:09
Compare
Choose a tag to compare

Various fixes and improvements (mostly minor and initernal).

Version 2.1.0

22 Aug 05:00
Compare
Choose a tag to compare

Changes:

  • The Welcome page is added. It is shown to new users the first time they install the plugin (and will be shown one time for existing users, once they upgrade the plugin to 2.1.0). It provides a list of URL to test the plugin on.
  • Also, some advanced stuff is added to the plugin. It probably is not interesting to most users, but vital to users who want to control the plugin better, including making their own looks:
    • The Advanced sub-menu is added to the pop-up. You can open the plugin's settings via it, as well as the parser and the template used to render the current page (if any).
    • The Settings page is added. There, you can specify GitHub account to take looks from. The default value is MoyDesign. If you want to play with parsers and templates, you can fork MoyData and specify your GitHub account there.

Version 2.0.2

10 Aug 07:57
Compare
Choose a tag to compare

Changes:

  • Don't show plugin's icon on tabs with special content (browser settings, plugin stores, etc) -- plugins can't work on them anyway
  • Display the plugin icon properly on Firefox for Android

Internal:

  • Moved from browserAction to pageAction

Version 2.0.0

10 Aug 08:48
09afdcd
Compare
Choose a tag to compare

This is a major update.

Changes for users

  • Reworked plugin pop-up. It's now simpler and (hopefully) nicer looking. It's also mobile-friendly.
  • No need to have an account on moy.design anymore. The plugin doesn't rely on the site now.
    • The site became out-of-date. It'll be updated soon.
  • As a result, some of user settings may be lost. By default, the plugin uses Gray template. So, users will need to change it for their favorite.
  • The plugin now renders known pages by default. To return certain pages their original look, click 'Original look' in the pop-up.
  • The 'Share link' feature is temporarily gone. It'll be restored in a future release.

Internal changes