diff --git a/CHANGELOG.md b/CHANGELOG.md index 7169b0b..ba53eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +### 0.0.4 + +Add support for all Australian-Oceania countries + ### 0.0.3 Add support for all Asian countries diff --git a/README.md b/README.md index b245978..9411416 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Get any symbol easily, especially those that aren't on your keyboard. It could b ## Release Notes +### 0.0.4 + +Add support for all Australian-Oceania countries + ### 0.0.3 Add support for all Asian countries diff --git a/logo-128.png b/logo-128.png new file mode 100644 index 0000000..348dca8 Binary files /dev/null and b/logo-128.png differ diff --git a/package.json b/package.json index 91437bb..a207852 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-symbols", "displayName": "Symbols", "description": "Get any symbol easily, especially those that aren't on your keyboard. It could be your native currency, degree symbols, greek alphabets, HTML5 entities, or even crypto currency. All you have to do is type the name.", - "version": "0.0.3", + "version": "0.0.4", "engines": { "vscode": "^1.67.0" }, @@ -22,6 +22,7 @@ ] }, "publisher": "mickela", + "icon": "logo-128.png", "repository": { "type": "git", "url": "https://github.com/hubswitch-africa/vscode-symbols" diff --git a/snippets/snippets.code-snippets b/snippets/snippets.code-snippets index 2752db9..c6ddfda 100644 --- a/snippets/snippets.code-snippets +++ b/snippets/snippets.code-snippets @@ -380,7 +380,7 @@ "prefix": "China", "body": "¥" }, - "United States Dollar": { + "United States Dollar (Timor-Leste)": { "prefix": "Timor-Leste", "body": "$" }, @@ -407,5 +407,132 @@ "Indian Rupee": { "prefix": "India", "body": "₹" + }, + + // Australian-Oceania Currencies + + "Fijian dollar": { + "prefix": "Fiji", + "body": "FJ$" + }, + "Papua New Guinean kina": { + "prefix": "Papua New Guinea", + "body": "K" + }, + "Solomon Islands dollar": { + "prefix": "Solomon Islands", + "body": "Si$" + }, + "United States Dollar (Marshall Islands)": { + "prefix": "Marshall Islands", + "body": "$" + }, + "United States Dollar (Northern Mariana Islands)": { + "prefix": "Northern Mariana Islands", + "body": "$" + }, + "United States Dollar (American Samoa)": { + "prefix": "American Samoa", + "body": "$" + }, + "United States Dollar (Micronesia)": { + "prefix": "Micronesia", + "body": "$" + }, + "New Zealand Dollar": { + "prefix": "New Zealand", + "body": "$" + }, + "Vanuatu vatu": { + "prefix": "Vanuatu", + "body": "VT" + }, + "New Caledonian CFP franc": { + "prefix": "New Caledonia", + "body": "₣" + }, + "French Polynesia CFP franc": { + "prefix": "French Polynesia", + "body": "₣" + }, + "Australian dollar": { + "prefix": "Australia", + "body": "A$" + }, + "Samoan tālā": { + "prefix": "Samoa", + "body": "WS$" + }, + "United States Dollar (Palau)": { + "prefix": "Palau", + "body": "$" + }, + "Cook Islands Dollar": { + "prefix": "Cook Islands", + "body": "$" + }, + "United States Dollar (Guam)": { + "prefix": "Guam", + "body": "$" + }, + "New Zealand dollar (Niue)": { + "prefix": "Niue", + "body": "$" + }, + "New Zealand Dollar (Tokelau)": { + "prefix": "Tokelau", + "body": "$" + }, + "Kiribati dollar": { + "prefix": "Kiribati", + "body": "$" + }, + "Tuvaluan dollar": { + "prefix": "Tuvalu", + "body": "TV$" + }, + "CFP franc (Wallis and Futuna Islands)": { + "prefix": "Wallis and Futuna Islands", + "body": "₣" + }, + "Australian dollar (Nauru)": { + "prefix": "Nauru", + "body": "A$" + }, + "Tongan paʻanga": { + "prefix": "Tonga", + "body": "T$" + }, + "": { + "prefix": "", + "body": "" + }, + "": { + "prefix": "", + "body": "" + }, + "": { + "prefix": "", + "body": "" + }, + "": { + "prefix": "", + "body": "" + }, + "": { + "prefix": "", + "body": "" + }, + "": { + "prefix": "", + "body": "" + }, + "": { + "prefix": "", + "body": "" + }, + "": { + "prefix": "", + "body": "" } } \ No newline at end of file