Skip to content

Releases: quoid/userscripts

v4.5.3, v1.5.3

12 Sep 01:47
f8b1a27
Compare
Choose a tag to compare

Installation

Apple App Store

Note

Release builds will available after being reviewed by Apple and our QA Team.

What's Changed

  • fix: avoid two potential thread crashes by @ACTCD in #714

Full Changelog: v4.5.2...v4.5.3

v5.0.0-beta.1

06 Sep 05:42
75ee89b
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

TestFlight

https://testflight.apple.com/join/7k1tJmec

Note

Beta builds will available after being reviewed by Apple and our QA Team.

Important

Please backup your data and user scripts before using the beta version.

What's Changed

  • feat: add document type support and performance improvements for xhr by @ACTCD in #710

Full Changelog: v4.6.0-beta.8...v5.0.0-beta.1


About version number

Since beta and release are actually on two different branches at the moment, and the development target since v4.5.0-beta.1 has been v5.0.0 and the environment and structure have been reconstructed several times, then selective forward porting of some fixes constitutes release-v4.5.x. Instead of confusing the two branches and chasing versions, let's officially switch beta to the v5.0.0 version number.

What's Changed Since v4.5.0-beta.1

  • refactor(native): several significant improvements around preferences by @ACTCD in #546
  • fix(ios): improve initialization process make sure display document folder by @ACTCD in #548
  • refactor: update dev and build process and improvements by @ACTCD in #560
  • refactor(dev): update linters and adopt prettier by @ACTCD in #564
  • refactor(dev): setup jsconfig and type checking and fixes by @ACTCD in #570
  • refactor(dev): introduce new remote real-time development experience by @ACTCD in #591
  • fix: correctly handle url containing hash but without search by @ACTCD in #593
  • chore(dev): xcode swift indent replace spaces to tabs by @ACTCD in #594
  • feat: refactor settings page and related improvements by @ACTCD in #613
  • chore: update dependencies by @ACTCD in #615
  • chore: enable sourcemap for beta builds by @ACTCD in #617
  • fix: make the Open Extension Page button work stably by @ACTCD in #616
  • feat: introduce enhanced installation prompts and setting by @ACTCD in #620
  • refactor: improve basic popup view structure and fix issues by @ACTCD in #624
  • feat: support ios dynamic type to improve a11y by @ACTCD in #628
  • refactor: improve settings interface layout adaptability by @ACTCD in #633
  • refactor: make editor search component reactivity more reliable by @ACTCD in #640
  • chore: update dependencies by @ACTCD in #641
  • docs: improve usage instructions and add few tips by @ACTCD in #656
  • refactor: adopt svelte 5 for subsequent development by @ACTCD in #651
  • refactor: unify version numbers and versioned documentation by @ACTCD in #661
  • ci: verifiable open source automated builds and deployments by @ACTCD in #665
  • fix: avoid potentially infinite hangs on async messages by @ACTCD in #669
  • fix: avoid potentially infinite hangs on async messages (revise) by @ACTCD in #671
  • ci: automatic build distribution to QA test group by @ACTCD in #676
  • feat: add ios app webview dynamic type support by @ACTCD in #677
  • fix: solve extension popup subview return damage by @ACTCD in #679
  • build: update dependencies by @ACTCD in #680
  • fix: strictly new remote file type and related improvements by @ACTCD in #682
  • refactor: use dynamic rules for dnr and improvements by @ACTCD in #684
  • fix: make @grant none work correctly by @ACTCD in #693
  • fix: avoid path trailing slash stripped in older os versions by @ACTCD in #695
  • feat: add document type support and performance improvements for xhr by @ACTCD in #710

Full Changelog: v4.4.4...v5.0.0-beta.1

v4.6.0-beta.8

26 Aug 03:55
fc65c23
Compare
Choose a tag to compare
v4.6.0-beta.8 Pre-release
Pre-release

TestFlight

https://testflight.apple.com/join/7k1tJmec

Note

Beta builds will available after being reviewed by Apple and our QA Team.

Important

Please backup your data and user scripts before using the beta version.

What's Changed

  • docs: improve usage instructions and add few tips by @ACTCD in #656
  • refactor: adopt svelte 5 for subsequent development by @ACTCD in #651
  • refactor: unify version numbers and versioned documentation by @ACTCD in #661
  • ci: verifiable open source automated builds and deployments by @ACTCD in #665
  • fix: avoid potentially infinite hangs on async messages by @ACTCD in #669
  • fix: avoid potentially infinite hangs on async messages (revise) by @ACTCD in #671
  • ci: automatic build distribution to QA test group by @ACTCD in #676
  • feat: add ios app webview dynamic type support by @ACTCD in #677
  • fix: solve extension popup subview return damage by @ACTCD in #679
  • build: update dependencies by @ACTCD in #680
  • fix: strictly new remote file type and related improvements by @ACTCD in #682
  • refactor: use dynamic rules for dnr and improvements by @ACTCD in #684
  • fix: make @grant none work correctly by @ACTCD in #693
  • fix: avoid path trailing slash stripped in older os versions by @ACTCD in #695

Full Changelog: v4.5.0-beta.7...v4.6.0-beta.8

v4.5.2, v1.5.2

26 Aug 18:23
68d74e0
Compare
Choose a tag to compare

Installation

Apple App Store

Note

Release builds will available after being reviewed by Apple and our QA Team.

What's Changed

  • fix: avoid path trailing slash stripped in older os versions by @ACTCD in #695

Full Changelog: v4.5.1...v4.5.2

v4.6.0-beta.7

22 Aug 02:18
08523ff
Compare
Choose a tag to compare
v4.6.0-beta.7 Pre-release
Pre-release

TestFlight

https://testflight.apple.com/join/7k1tJmec

Note

Beta builds will available after being reviewed by Apple and our QA Team.

Important

Please backup your data and user scripts before using the beta version.

What's Changed

  • docs: improve usage instructions and add few tips by @ACTCD in #656
  • refactor: adopt svelte 5 for subsequent development by @ACTCD in #651
  • refactor: unify version numbers and versioned documentation by @ACTCD in #661
  • ci: verifiable open source automated builds and deployments by @ACTCD in #665
  • fix: avoid potentially infinite hangs on async messages by @ACTCD in #669
  • fix: avoid potentially infinite hangs on async messages (revise) by @ACTCD in #671
  • ci: automatic build distribution to QA test group by @ACTCD in #676
  • feat: add ios app webview dynamic type support by @ACTCD in #677
  • fix: solve extension popup subview return damage by @ACTCD in #679
  • build: update dependencies by @ACTCD in #680
  • fix: strictly new remote file type and related improvements by @ACTCD in #682
  • refactor: use dynamic rules for dnr and improvements by @ACTCD in #684
  • fix: make @grant none work correctly by @ACTCD in #693

Full Changelog: v4.5.0-beta.7...v4.6.0-beta.7

v4.5.1, v1.5.1

22 Aug 20:23
Compare
Choose a tag to compare

Installation

Apple App Store

Note

Release builds will available after being reviewed by Apple and our QA Team.

What's Changed

  • fix: strictly new remote file type and related improvements by @ACTCD in #682
  • fix: make @grant none work correctly by @ACTCD in #693

Full Changelog: v4.5.0...v4.5.1

v4.6.0-beta.6

03 Aug 03:01
521ea59
Compare
Choose a tag to compare
v4.6.0-beta.6 Pre-release
Pre-release

TestFlight

https://testflight.apple.com/join/7k1tJmec

Note

Beta builds will available after being reviewed by Apple and our QA Team.

Important

Please backup your data and user scripts before using the beta version.

What's Changed

  • docs: improve usage instructions and add few tips by @ACTCD in #656
  • refactor: adopt svelte 5 for subsequent development by @ACTCD in #651
  • refactor: unify version numbers and versioned documentation by @ACTCD in #661
  • ci: verifiable open source automated builds and deployments by @ACTCD in #665
  • fix: avoid potentially infinite hangs on async messages by @ACTCD in #669
  • fix: avoid potentially infinite hangs on async messages (revise) by @ACTCD in #671
  • ci: automatic build distribution to QA test group by @ACTCD in #676
  • feat: add ios app webview dynamic type support by @ACTCD in #677
  • fix: solve extension popup subview return damage by @ACTCD in #679
  • build: update dependencies by @ACTCD in #680
  • fix: strictly new remote file type and related improvements by @ACTCD in #682
  • refactor: use dynamic rules for dnr and improvements by @ACTCD in #684

Full Changelog: v4.5.0-beta.7...v4.6.0-beta.6

v4.6.0-beta.5

02 Aug 10:36
cfa656f
Compare
Choose a tag to compare
v4.6.0-beta.5 Pre-release
Pre-release

TestFlight

https://testflight.apple.com/join/7k1tJmec

Note

Beta builds will available after being reviewed by Apple and our QA Team.

Important

Please backup your data and user scripts before using the beta version.

What's Changed

  • docs: improve usage instructions and add few tips by @ACTCD in #656
  • refactor: adopt svelte 5 for subsequent development by @ACTCD in #651
  • refactor: unify version numbers and versioned documentation by @ACTCD in #661
  • ci: verifiable open source automated builds and deployments by @ACTCD in #665
  • fix: avoid potentially infinite hangs on async messages by @ACTCD in #669
  • fix: avoid potentially infinite hangs on async messages (revise) by @ACTCD in #671
  • ci: automatic build distribution to QA test group by @ACTCD in #676
  • feat: add ios app webview dynamic type support by @ACTCD in #677
  • fix: solve extension popup subview return damage by @ACTCD in #679
  • build: update dependencies by @ACTCD in #680
  • fix: strictly new remote file type and related improvements by @ACTCD in #682

Full Changelog: v4.5.0-beta.7...v4.6.0-beta.5

v4.6.0-beta.4

21 Jul 15:43
b7f4558
Compare
Choose a tag to compare
v4.6.0-beta.4 Pre-release
Pre-release

TestFlight

https://testflight.apple.com/join/7k1tJmec

Note

Beta builds will available after being reviewed by Apple and our QA Team.

Important

Please backup your data and user scripts before using the beta version.

What's Changed

  • docs: improve usage instructions and add few tips by @ACTCD in #656
  • refactor: adopt svelte 5 for subsequent development by @ACTCD in #651
  • refactor: unify version numbers and versioned documentation by @ACTCD in #661
  • ci: verifiable open source automated builds and deployments by @ACTCD in #665
  • fix: avoid potentially infinite hangs on async messages by @ACTCD in #669
  • fix: avoid potentially infinite hangs on async messages (revise) by @ACTCD in #671
  • ci: automatic build distribution to QA test group by @ACTCD in #676
  • feat: add ios app webview dynamic type support by @ACTCD in #677
  • fix: solve extension popup subview return damage by @ACTCD in #679
  • build: update dependencies by @ACTCD in #680

Full Changelog: v4.5.0-beta.7...v4.6.0-beta.4

v4.6.0-beta.3

17 Jul 01:38
44138d6
Compare
Choose a tag to compare
v4.6.0-beta.3 Pre-release
Pre-release

TestFlight

https://testflight.apple.com/join/7k1tJmec

Note

Beta builds will available after being reviewed by Apple and our QA Team.

Important

Please backup your data and user scripts before using the beta version.

What's Changed

  • docs: improve usage instructions and add few tips by @ACTCD in #656
  • refactor: adopt svelte 5 for subsequent development by @ACTCD in #651
  • refactor: unify version numbers and versioned documentation by @ACTCD in #661
  • ci: verifiable open source automated builds and deployments by @ACTCD in #665
  • fix: avoid potentially infinite hangs on async messages by @ACTCD in #669
  • fix: avoid potentially infinite hangs on async messages (revise) by @ACTCD in #671
  • ci: automatic build distribution to QA test group by @ACTCD in #676
  • feat: add ios app webview dynamic type support by @ACTCD in #677

Full Changelog: v4.5.0-beta.7...v4.6.0-beta.3