Releases: Notifiarr/toolbarr
Releases · Notifiarr/toolbarr
v0.1.2 May 26, 2024
UH OH
This release is broken on Windows. Please use the unstable version until we cut a new release.
Updates
- Merging two root folders works now instead of throwing an error.
- UI lockups and freezes are fixed.
- Adding new instance properly resets view.
- Removing instances works now.
- Windows paths can be properly migrated to and from now.
- Adds Portuguese translations.
- Updates macOS signing to use new version of gon.
- Updates all typescript and go deps.
What's Changed
- Update go, npm, lint, modules, deps by @davidnewhall in #133
- more updates by @davidnewhall in #138
- Update svelte and sveltestrap by @davidnewhall in #141
- fix macOS signing with new gon provider by @davidnewhall in #156
- Xlate by @davidnewhall in #157
- Lint and bug fixes. by @davidnewhall in #158
- Typescript lint fixes by @davidnewhall in #160
- Fix invalid path updates by @davidnewhall in #163
- fix some bugs by @davidnewhall in #162
- DB path merger by @davidnewhall in #165
Full Changelog: v0.1.1...v0.1.2
Second Base
Thank you!
This application has received great feedback. Thank you for trying it out. Thank you for telling me how it went. Let me know what features you'd like to see next!
Changes
- Fixes a bug when renaming paths in a sqlite3 database.
- Updates dozens of frontend and backend dependencies (
typescript
andgo
modules). - A few new translations.
Merged Pull Requests
- Upgrade deps, fix vscode build. by @davidnewhall in #81
- Update dependency @sveltejs/vite-plugin-svelte to v2.4.1 by @renovate in #75
- Update dependency vite to v4.3.9 by @renovate in #76
- Update dependency tslib to v2.5.3 by @renovate in #80
- Update golift.io/rotatorr digest to 3b26224 by @renovate in #83
- Update dependency svelte-fa to v3.0.4 by @renovate in #84
- Update module modernc.org/sqlite to v1.23.0 by @renovate in #88
- Xlate by @davidnewhall in #89
- Update dependency svelte-check to v3.4.3 by @renovate in #85
- Update dependency svelte-preprocess to v5.0.4 by @renovate in #86
- Update dependency typescript to v5.1.3 by @renovate in #87
- Updates all deps. by @davidnewhall in #101
- Update dependency svelte-i18n to v3.7.0 by @renovate in #103
- Update dependency svelte to v3.59.2 by @renovate in #94
- Update Font Awesome to v6.4.2 by @renovate in #102
- Translated using Weblate (Swedish) by @davidnewhall in #105
- More front end dep updates by @davidnewhall in #109
- Update dependency tslib to v2.6.2 by @renovate in #98
- fix missing path separator on db update by @davidnewhall in #104
- Update dependency @tsconfig/svelte to v5.0.2 by @renovate in #111
- Update dependency typescript to v5.2.2 - autoclosed by @renovate in #112
- Update module golift.io/starr to v1 by @renovate in #113
- Update dependency svelte-check to v3.5.1 by @renovate in #114
- Update dependency sveltestrap to v5.11.2 by @renovate in #115
- Update module golang.org/x/text to v0.13.0 by @renovate in #116
- Update dependency svelte-i18n to v3.7.4 by @renovate in #117
- Update actions/checkout action to v4 by @renovate in #118
- Update golift.io/rotatorr digest to afb48f7 by @renovate in #119
Full Changelog: v0.1.0...v0.1.1
First Release
This is the first toolbarr release.
Features
- Updating Root Folders: Use this when you need to migrate your starr application to another host, and the file system paths to your media are changing.
- Mass Quality Profiles management.
- Mass Indexer management.
- Mass Import List management.
- Mass Import List Exclsions management.
- Mass Download Client management.
- Mass Block List management.
What's Changed
- Adds instance config page by @notifiarr-translator in #21
- Update module github.com/wailsapp/wails/v2 to v2.4.1 by @renovate in #20
- Unstable by @davidnewhall in #24
- Rearrange a bunch of front end files, add instance tests by @davidnewhall in #25
- Final layout. by @davidnewhall in #26
- Instance Config polish by @davidnewhall in #27
- Change Root Folder paths. by @davidnewhall in #28
- Change the layout by @davidnewhall in #32
- switch min files, fix radarr logo by @davidnewhall in #34
- Update starr navigation. by @davidnewhall in #35
- Update module golang.org/x/text to v0.9.0 by @renovate in #40
- Indexers by @davidnewhall in #41
- Quality Profiles, Import Lists, Download Clients and Indexers by @davidnewhall in #45
- Typescript by @davidnewhall in #46
- Update module modernc.org/sqlite to v1.21.2 by @renovate in #47
- Update dependency @sveltejs/vite-plugin-svelte to v2.0.4 by @renovate in #51
- Update dependency vite to v4.3.1 by @renovate in #52
- Exclusions by @davidnewhall in #59
- Block Lists by @davidnewhall in #61
- Add Test Buttons by @davidnewhall in #63
- Fix visual issues by @davidnewhall in #65
- Default instance, form/basic auth login, configurable timeout by @davidnewhall in #66
- Update dependency @sveltejs/vite-plugin-svelte to v2.1.1 by @renovate in #60
- Update module modernc.org/sqlite to v1.22.1 by @renovate in #62
- Update dependency vite to v4.3.3 by @renovate in #69
- Update dependency svelte-check to v3.3.0 by @renovate in #72
- Update dependency vite to v4.3.4 by @renovate in #71
- Pretty a few things by @davidnewhall in #73
New Contributors
- @notifiarr-translator made their first contribution in #21
Full Changelog: v0.0.3...v0.1.0
Boilerplate, take 3
- Adds Makefile to make local building and testing easier.
- Makes windows exe signing work.
- Moves config structure into go routine for thread safety.
- Makes 'running time' on About page use epoch math instead of javascript counter.
- Adds helper methods for javascript intervals that allow auto-clearing.
- Creates component for external (browser) links.
- Moves non-writable data into Version() and an 'app' readable js store.
- Organizes entire config structure and puts it into a useable writable js store.
- Fixes some dark mode css nonsense.
- Creates component for config input items to make it very easy to add new configuration settings.
- Makes toasts dark mode reactive.
- Provides dedicated wails logging interface.
- While updating the existing logging interface to support localization.
- Adds backend (go) and frontend (svelte) translation systems.
- Provides web component (custom element) that allows opening a browser window from translations (external links).
Boilerplate, take two
Still doesn't do much.
- Adds a new component for background image overlay.
- Many fixes to the Windows installer:
- Remembers install location.
- Uninstaller only uninstalls original install location.
- Custom side bitmap.
- Check boxes on final page to open the app and create desktop shortcut.
- Adds custom config location.
- Adds an update check and downloader.
- Adds unstable deploys.
- Code to sign windows files (not complete).
- Makes AppLogo component capable of vending Font awesome in addition to images.
- Progress bar component tied to http downloads.
- Advanced settings for DevMode and update channel.
- Updates to Logs settings.
- Moves saveInput and toast funcs to shared library.
Boilerplate
This is a boilerplate release. The app doesn't do anything at this point and can be built into anything.