Rustdoc Settings Sync의 버전 기록 - 9개 버전
Rustdoc Settings Sync 제작자: notriddle
Rustdoc Settings Sync의 버전 기록 - 9개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.6.4
2023년 9월 17일에 출시 - 137.82 KBfirefox 48.0 이상에서 작동Update to support current version of rustdoc.
https://github.com/rust-lang/rust/commit/acbfb8c3bdbcb29b23b11221ae2ec1386b061aa7MIT License에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 0.6.3
2023년 4월 3일에 출시 - 137.78 KBfirefox 48.0 이상에서 작동Fix busted check for undefined variable.MIT License에 따라 릴리스된 소스 코드
버전 0.6.2
2023년 4월 3일에 출시 - 137.77 KBfirefox 48.0 이상에서 작동Fix failure to sync theme after https://github.com/rust-lang/rust/commit/727a1fd1945685f21d4d2b1d86dbf6429372f3ef#diff-8c049b94fec9a823ef7bd2e7d8d5ac32c7591be2804d7d754bf54b4e92e53c66MIT License에 따라 릴리스된 소스 코드
버전 0.6.1
2023년 3월 10일에 출시 - 137.76 KBfirefox 48.0 이상에서 작동* A way to redirect standard library URLs in the docs to point at a local copy.
* Update options.html to match the latest tweaked version of the settings panel.
* Update to handle new version of rustdoc that uses document.write for themes.MIT License에 따라 릴리스된 소스 코드
버전 0.4.2
2022년 5월 3일에 출시 - 136.61 KBfirefox 42.0 이상에서 작동Fix error on new, nightly version of rustdoc. Caused by https://github.com/rust-lang/rust/pull/96390/files#diff-0c4c5f4709d4f85219afe9ed48a00370c8de11eed5fb3ebee6c683ebb391a72bR173MIT License에 따라 릴리스된 소스 코드
버전 0.4.1
2022년 2월 9일에 출시 - 136.6 KBfirefox 42.0 이상에서 작동Fix nightly rustdoc bug in updateLocalStorage
https://github.com/rust-lang/rust/commit/7efba33582ab226e64a8cbee73041d44e7789528#diff-0c4c5f4709d4f85219afe9ed48a00370c8de11eed5fb3ebee6c683ebb391a72bR109MIT License에 따라 릴리스된 소스 코드
버전 0.4
2022년 1월 25일에 출시 - 136.57 KBfirefox 42.0 이상에서 작동Fix ordering bug that affects setups where system themes are turned off.MIT License에 따라 릴리스된 소스 코드
버전 0.3
2022년 1월 25일에 출시 - 136.52 KBfirefox 42.0 이상에서 작동# Avoid subscribing to rustdoc sync until after startup
This is because rustdoc sets its localstorage at startup, and we need
to ignore all that or we get a race condition between addons settings
being loaded and rustdoc being loaded.MIT License에 따라 릴리스된 소스 코드