chore: migrate OneNote Tools to LocalToolBox
This commit is contained in:
@@ -20,7 +20,7 @@ describe('Toolbox application shell', () => {
|
||||
screen.getByRole('link', {
|
||||
name: 'Source for OneNote Tools on Gitea',
|
||||
})
|
||||
).toHaveAttribute('href', 'https://git.add-ideas.de/zemion/onenote-tools');
|
||||
).toHaveAttribute('href', 'https://git.add-ideas.de/lotobo/onenote-tools');
|
||||
expect(
|
||||
Array.from(
|
||||
screen.getByRole('group', { name: 'Toolbox controls' }).children,
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"label": "Local only · no uploads · no storage · no telemetry"
|
||||
},
|
||||
"source": {
|
||||
"repository": "https://git.add-ideas.de/zemion/onenote-tools",
|
||||
"repository": "https://git.add-ideas.de/lotobo/onenote-tools",
|
||||
"license": "MPL-2.0 AND LGPL-2.1-only"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const APP_VERSION = '0.3.3';
|
||||
export const APP_VERSION = '0.3.4';
|
||||
|
||||
Reference in New Issue
Block a user