Skip to content

Releases: Oreoxmt/octopus-github

v0.6

13 Dec 09:25
16a4d00
Compare
Choose a tag to compare

What's Changed

  • feat: add create translation pr button on pr page by @qiancai in #13
  • make sure createTranslationPR does not work for PRs with the translation/done label by @qiancai in #14
  • fix the PR description for translation PR by @qiancai in #15
  • CreateTransPR: add the translation label for the target PR by @qiancai in #16
  • fix: trim the trailing params in SourcePRURL by @ran-huang in #17
  • optimize the error detecting mechanism for SyncMyRepoBranch by @qiancai in #18
  • Fix the wrong CLA link for the translation PR by @qiancai in #19

New Contributors

Full Changelog: v0.5...v0.6

v0.5

25 May 03:06
d9db0c1
Compare
Choose a tag to compare

What's Changed

  • make sure the pr number does not include #... by @ran-huang in #11

Full Changelog: v0.4...v0.5

v0.4

22 May 13:08
e303659
Compare
Choose a tag to compare

What's Changed

  • fix Uncaught TypeError and update metadata by @Oreoxmt in #10
  • feat: add comment button on pr page by @ran-huang in #9

Full Changelog: v0.3...v0.4

v0.3

04 Apr 06:25
3a24613
Compare
Choose a tag to compare

What's Changed

  • README: add the user.js link as title by @Oreoxmt in #5
  • feat: allow quickly scroll to top or bottom or PR page by @ran-huang in #8

New Contributors

Full Changelog: v0.2...v0.3

v0.2

09 Feb 15:27
aa76b69
Compare
Choose a tag to compare

What's Changed

New features

  • The script is injected before the page load which improves user experience (PR: #3)

Bug fixes

  • Fix the issue that the script fails to work when switching pages in GitHub (issue: #2 PR: #3)

How to update the userscript to v0.2 ? #4

The following uses Tampermonkey as an example.

  1. Click the Tampermonkey icon in the browser toolbar.

  2. Click Dashboard. The Tampermonkey dashboard is displayed.

  3. Click Installed userscripts. The list of installed userscripts is displayed.

  4. Select Octopus GitHub.

  5. Choose Trigger update from the Apply this to all selected scripts menu and click Start. The userscript is updated from v0.1 to v0.2.

Full Changelog: v0.1...v0.2

v1.0

09 Feb 14:49
5d34e1d
Compare
Choose a tag to compare

What's Changed

New features

  • Quick access to the Files changed page of a PR in #1
  • Bulk comment on multiple PRs in #1
  • Add the feature description, usage and FAQs in README.md

New Contributors

Full Changelog: https://github.com/Oreoxmt/octopus-github/commits/v0.1