chore: migrate OneNote Tools to LocalToolBox

This commit is contained in:
2026-07-27 15:50:55 +02:00
parent ad780703ab
commit 13a2253e0f
15 changed files with 58 additions and 49 deletions

View File

@@ -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,

View File

@@ -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"
}
}

View File

@@ -1 +1 @@
export const APP_VERSION = '0.3.3';
export const APP_VERSION = '0.3.4';