Shlink의 버전 기록 - 10개 버전
Shlink 제작자: Edward Shen
Shlink의 버전 기록 - 10개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.6.1
2025년 4월 20일에 출시 - 107.73 KBfirefox 121.0 이상에서 작동0.6.1
0.6.1 is a small change that adds a small "badge" when a shlink was
successfully generated.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 0.6.0
2025년 1월 18일에 출시 - 107.46 KBfirefox 121.0 이상에서 작동0.6.0 "Manifest V3, Types, and Tests"
0.6.0 is a "huge" release with Manifest V3 support and a rewrite to
TypeScript as its headline features.
This release has been manually tested on Chromium and Firefox.
Note that this version requires a minimum Chromium and Firefox version
of 121. This is the earliest version where both browsers will
(begrudgingly) ignore excess fields in the manifest.json file. This was
the blocker for Manifest V3 as this permits the neccessary fields to
keep the manifest.json as one file across browsers.
After a patch version to patch a bad version, I've decided to spend an
entire day migrating the code to something more sustainable --
Typescript and with decent testing capabilities. There's also more
logging in the console to further debug issues. Substaintial test
coverage is not part of this release, but I think we're in a good spot
to cut a release.
Importantly, TypeScript source files require significant revamp to how
the codebase is organized. Because there is now a transpilation stage,
the overall complexity of the codebase has increased, even if there is
no significant new features. While I mourn the loss of simplicity (you
could previously just point Firefox to the repo and it would work!),
having a proper testing framework is absolutely worth it.
Due to some workarounds needed for Chrome, I expect Chrome to
potentially have more bugs than Firefox. This is because we need to
create a hidden document, send a message to that document from the
service worker, and have that document recieve the message to then write
it to a DOM and use a deprecated way to copy text into the clipboard.
Yes, this is obtuse. Yes, this is also the way the Chrome blog
recommends doing this until they support what Firefox already does.
You'll notice that the permissions have changed as well! We no longer
require the tabs permission, just activeTab instead. This restricts the
extension so that it gets access to your tab data only when you press the
button. Hurray for privacy!GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 0.5.3
2025년 1월 13일에 출시 - 97.46 KBfirefox 58.0 이상에서 작동- Fixed "Constructor Set requires 'new'" errorGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 0.5.2
2025년 1월 12일에 출시 - 97.47 KBfirefox 58.0 이상에서 작동- Fixed allowed protocols not working in extension options pageGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 0.5.1
2022년 11월 29일에 출시 - 97.42 KBfirefox 48.0 이상에서 작동Shlinks created by the extension will now use the tab's name as the displayed title. No more long URLs!GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 0.5.0
2021년 11월 7일에 출시 - 97.26 KBfirefox 48.0 이상에서 작동This update is a breaking change and disallows using HTTP to talk to external Shlink instances.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 0.4.3
2021년 8월 6일에 출시 - 97.26 KBfirefox 48.0 이상에서 작동Exposed the protocol filters. Now you can select to disable specific protocols from being Shlinked.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 0.4.2
2021년 7월 25일에 출시 - 96.81 KBfirefox 48.0 이상에서 작동Added an option for shlinks created with this extension to be tagged for better link management.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 0.4.1
2021년 7월 3일에 출시 - 96.44 KBfirefox 48.0 이상에서 작동New options are now available:
- You can now select to either always generate a new short url or use an existing one if it existed. Previously, you would always reuse an existing one.
- You can now choose to modify an existing short url and update the value to the current page you're on.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 0.3.0
2020년 9월 20일에 출시 - 94.83 KBfirefox 48.0 이상에서 작동Removed an extra permission. This no longer asks for the all websites permission, as it was misunderstood and was unnecessary.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드