Skip to content

Commit

Permalink
Update changelog, manifest, and what's new page for v0.6.3 release (#273
Browse files Browse the repository at this point in the history
)
  • Loading branch information
david-tejada authored Feb 2, 2024
1 parent a27e42a commit 11d74fa
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to the Rango extension will be documented in this file.

## [0.6.3](https://github.com/david-tejada/rango/releases/tag/v0.6.3) - 2024-2-2

### Added

- Log to the console the selectors used when showing references.

### Fixed

- Fix some reference not working when the unique selector uses `href`.
- Fix some instances of hints within tables breaking layout.
- Fix weird behavior displaying hints in contenteditable in
https://pad.cogneon.io/.

## [0.6.2](https://github.com/david-tejada/rango/releases/tag/v0.6.2) - 2023-12-8

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/mv2-safari/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rango",
"version": "0.6.2",
"version": "0.6.3",
"description": "Extension that allows you to interact with webpages using only your keyboard or your voice and talon",
"homepage_url": "https://github.com/david-tejada/rango",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion src/mv2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rango",
"version": "0.6.2",
"version": "0.6.3",
"description": "Extension that allows you to interact with webpages and the browser using your voice and talon or your keyboard",
"homepage_url": "https://github.com/david-tejada/rango",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion src/mv3/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rango",
"version": "0.6.2",
"version": "0.6.3",
"description": "Extension that allows you to interact with webpages and the browser using your voice and talon or your keyboard",
"homepage_url": "https://github.com/david-tejada/rango",
"manifest_version": 3,
Expand Down
18 changes: 17 additions & 1 deletion src/pages/whatsNew/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</head>
<body>
<div class="container">
<h1>Rango has been updated to version 0.6.2</h1>
<h1>Rango has been updated to version 0.6.3</h1>
<section>
<h2>What's new?</h2>
<p>
Expand Down Expand Up @@ -91,6 +91,22 @@ <h2>Become a sponsor</h2>
>
</section>

<section>
<h2>Changelog for v0.6.3</h2>

<h3>Added</h3>
<ul>
<li>Log to the console the selectors used when showing references.</li>
</ul>

<h3>Fixed</h3>
<ul>
<li>Fix some reference not working when the unique selector uses `href`.</li>
<li>Fix some instances of hints within tables breaking layout.</li>
<li>Fix weird behavior displaying hints in contenteditable in https://pad.cogneon.io/.</li>
</ul>
</section>

<section>
<h2>Changelog for v0.6.2</h2>

Expand Down

0 comments on commit 11d74fa

Please sign in to comment.