What's new in Tachi Code v1.2.1?
This is the first release using a new semi-automated release process for the browser extension, which will enable delivering smaller, more frequent updates to patch bugs and improve the overall user experience.
v1.2.1 Patch notes
Section titled “v1.2.1 Patch notes”- Fixed an issue where about dialog state was being persisted across browser sessions, causing the dialog to remain open across page reloads.
- Fixed an issue where a blue flickering outline would appear around the editor when opening new tabs.
- Fixed an issue where the workbench would not allow opening more than 10 unnamed tabs.
- Migrated from
npm
topnpm
for package management to resolve cross-platform build issues. - Migrated from
npm sbom
tocdxgen
for generating the Software Bill of Materials (SBOM) as a result of migrating topnpm
. This will result in a different SBOM ascdxgen
uses different techniques to generate the list of dependencies referenced in the SBOM.