Skip to content

Commit

Permalink
Add notice for SJ
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Dec 19, 2024
1 parent 8c5c554 commit 6b5b27b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@
- Fixes bugs with apps opening as the full url instead of just the correct link
- Fixes a bug with the iFrame panel where it copies & pastes the full link instead of just the normal link.
- Add Scramjet

# 1.1.3
- Add the notice that ScramJet is in beta and may break
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "incognito",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/options/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ import { Icon } from 'astro-icon/components';
class="py-[20px] px-[18px] cursor-pointer list-none color-[--text-color] hover:underline text-[14px] border-b-[1px] border-b-[--border-color]"
onclick="setProxy('sj')"
>
Scramjet (coming soon)
Scramjet (BETA, MAY BREAK)
</li>
</ul>
</div>
Expand Down

0 comments on commit 6b5b27b

Please sign in to comment.