diff --git a/docs/.nojekyll b/docs/.nojekyll deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/extension-overview.png b/docs/extension-overview.png deleted file mode 100644 index 265237daa..000000000 Binary files a/docs/extension-overview.png and /dev/null differ diff --git a/docs/favicon.ico b/docs/favicon.ico deleted file mode 100644 index f4cdb3ee0..000000000 Binary files a/docs/favicon.ico and /dev/null differ diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 79f6c0b69..000000000 --- a/docs/index.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - Polkadot-js extension, manage accounts for substrate based chains - - - - - - - - - - - -
- -
-
- -

- This browser extension does one thing: it manages accounts and allows the signing of transactions with those accounts. It does not inject providers for use by dapps at this early point, nor does it perform wallet functions, - e.g send funds. -

- -
- -
- - Download for Chrome -
-
- -
- - Download for Firefox -
-
-
- -

More info

-

This extension is open source and the code is available on GitHub.

-

For developers wanting to use the accounts from the extension in a Dapp, head to the developer documentation.

-
- - - diff --git a/docs/logo.jpg b/docs/logo.jpg deleted file mode 100644 index 5b28f46f6..000000000 Binary files a/docs/logo.jpg and /dev/null differ diff --git a/packages/extension-polkagate/src/popup/home/news.ts b/packages/extension-polkagate/src/popup/home/news.ts index 41ea8ea41..bce744a52 100644 --- a/packages/extension-polkagate/src/popup/home/news.ts +++ b/packages/extension-polkagate/src/popup/home/news.ts @@ -10,12 +10,13 @@ export interface News { export const news: News[] = [ { - version: '0.7.72', + version: '0.10.0', notes: [ - 'New Transferable Formula: The on-chain formula for calculating transferable balances has been updated, potentially increasing users’ transferable balances for those with staked solo and reserved balances.', - 'Re-authorize New Accounts: Show a popup requesting authorization for previously authorized dapps when new accounts are added.', - 'Social Icons Update: PolkaGate\'s GitHub, discord, and docs link have been added.', - 'Known Issues Resolved: Fixes include chain switching on staking pages, track selection in delegate votes, unexpected closures on import account pages, missing connected dApp icons, and profile menu issues—all within extension mode.' + 'Updated Transferable Balance Formula: The on-chain formula for calculating transferable balances has been updated, potentially increasing transferable balances for users with staked solo and reserved funds.', + 'Re-authorize Accounts: A popup will now request authorization for dapps when new accounts are added.', + 'Social Icons Update: Links to PolkaGate’s GitHub, Discord, and docs have been added.', + 'Vote Type Display: The vote types of referenda commenters are now visible in the comments section.', + 'Resolved Issues: Fixes include chain switching on staking pages, delegate vote tracking, unexpected account import closures, missing connected dApp icons, and profile menu bugs in extension mode.' ] }, {