Skip to content

Releases: Notifiarr/toolbarr

v0.1.2 May 26, 2024

27 May 05:43
c10febf
Compare
Choose a tag to compare

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

Full Changelog: v0.1.1...v0.1.2

Second Base

05 Sep 04:42
66fcbcd
Compare
Choose a tag to compare

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 and go modules).
  • A few new translations.

Merged Pull Requests

Full Changelog: v0.1.0...v0.1.1

First Release

05 May 15:29
7977ac9
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.3...v0.1.0

Boilerplate, take 3

20 Mar 03:05
9f16f20
Compare
Choose a tag to compare
  • 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

13 Mar 03:05
c81b0ae
Compare
Choose a tag to compare

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

09 Mar 03:55
Compare
Choose a tag to compare

This is a boilerplate release. The app doesn't do anything at this point and can be built into anything.