Sublime Fanhuaji Versions Save

繁化姬的 Sublime Text 插件

4105-2.0.5

3 months ago
  • refactor: use more py38 syntax
  • chore(deps): update dacite 1.8.1

4105-2.0.4

1 year ago
  • refactor: utilize dataclass and dacite

4105-2.0.3

2 years ago
  • fix: modules should be reloaded when update plugin
  • refactor: simplify boot.py

4105-2.0.2

2 years ago
  • chore: update dependencies
  • refactor: entity-ize server responses
  • refactor: change how panel items look image

4105-2.0.1

2 years ago
  • chore: update dependencies

3118-1.3.3

2 years ago
  • fix: fanhuaji_convert_panel is not working

  • chore: add a default keybinding for the fanhuaji_convert_panel command

    [
      {
        keys: ["alt+f", "alt+h", "alt+j"],
        command: "fanhuaji_convert_panel",
      },
    ];
    

    image

4105-2.0.0

2 years ago
  • refactor: drop ST 3 support (min requirement is ST 4105)

    People can still use the legacy 1.3.3 release, which supports ST 3.

1.3.3

3 years ago
  • fix: fanhuaji_convert_panel is not working

  • chore: add a default keybinding for the fanhuaji_convert_panel command

    [
      {
        keys: ["alt+f", "alt+h", "alt+j"],
        command: "fanhuaji_convert_panel",
      },
    ];
    

    image

1.3.2

3 years ago
  • feat: use sublime.QuickPanelItem() if possible

    This will require ST >= 4083.

    image

1.3.1

3 years ago
  • fix: typing dependency for ST 4