Skip to content

Releases: matteoveglia/AstraNotes

v0.16.3

04 Oct 12:10

Choose a tag to compare

Release Notes

New Features:

  • None

Bug Fixes:

  • Fixed issue where, in Demo Mode, note labels may not be picked up correctly

Known Issues:

  • None

Full Changelog: v0.16.2...v0.16.3

v0.16.2

03 Oct 22:57

Choose a tag to compare

Re-Release

  • Fixed critical connection issue caused by strict Tauri system protections

Release Notes

New Features:

  • Added a Demo Mode, found in Settings, which loads into a full suite of mock data to test the app before connecting to live data.
    -- Thumbnails are bundled with the app, movie files however need to be downloaded (here) and extracted to your Downloads folder.
  • Redesigned the video player UI
  • Further removed legacy code
  • Switched to a contract-based service protocol as an early step for potential future ShotGrid/Flow integration

Bug Fixes:

  • None

Known Issues:

  • None

Full Changelog: v0.16.1...v0.16.2

v0.16.0

03 Oct 12:05

Choose a tag to compare

Release Notes

New Features:

  • Added a Demo Mode, found in Settings, which loads into a full suite of mock data to test the app before connecting to live data.
    -- Thumbnails are bundled with the app, movie files however need to be downloaded (here) and extracted to your Downloads folder.
  • Redesigned the video player UI
  • Further removed legacy code
  • Switched to a contract-based service protocol as an early step for potential future ShotGrid/Flow integration

Bug Fixes:

  • None

Known Issues:

  • None

Full Changelog: v0.15.0...v0.16.0

v0.15.0

24 Sep 18:39

Choose a tag to compare

Release Notes

New Features:

  • Added PDF export functionality to allow exporting of draft and/or published notes to a nicely styled PDF
  • Added a switch to turn on Debug logging

Bug Fixes:

  • Various UI tweaks
  • Improved playlist loading performance by batching status loads

Known Issues:

  • None

Full Changelog: v0.14.0...v0.15.0

v0.14.0

23 Sep 13:45

Choose a tag to compare

Release Notes

New Features:

  • Added a Related Notes tool, when selected from any version in any playlist it will show all notes on that shot - along with attachments and the ability to play back that version

Bug Fixes:

  • Fixed missing ARIA/Accessibility labels
  • Various UI and animation fixes

Known Issues:

  • None

Full Changelog: v0.13.0...v0.14.0

v0.13.0

22 Sep 07:59
119063f

Choose a tag to compare

Release Notes

New Features:

  • Added 7 day persistence in the backend for version deletion, if a version is deleted from a playlist and then re-added in that timeframe then any notes will be recovered

Bug Fixes:

  • Major refactor
    • Cleaned up over 900+ lines of old code caused by rapid early development
    • Broke up many monolithic functions into smaller reusable ones to help with future development (e.g. ShotGrid/Flow support)
    • Major performance/memory improvements gained by fixing up race conditions and removing checks used as workarounds
    • Playlist and Version deletion is now much cleaner logically
    • Strengthened DB usage by making sure the UI cache and DB are better deduplicated to avoid random misfires
    • Much better error handling and fallbacks

Known Issues:

  • None

Full Changelog: v0.12.0...v0.13.0

v0.12.0

04 Jul 03:46
b75c885

Choose a tag to compare

Release Notes

New Features:

  • Related Versions - User can now view all versions of a given shot #24
    • Purpose build modal, accessible from a given version/note card
    • Showing in either a grid or list view all versions, from that shot
    • Allows changing of Shot/Version status of any related versions
    • Allows adding one or more related versions to the current playlist
    • Full fuzzy search and sorting capable

Bug Fixes:

  • None

Known Issues:

  • None

Full Changelog: v0.11.1...v0.12.0

v0.11.1

30 Jun 19:32
e0bbb5f

Choose a tag to compare

Release Notes

New Features:

  • None

Bug Fixes:

  • Fixed outlier where in some cases the publish buttons wouldn't function

Known Issues:

  • None

Full Changelog: v0.11.0...v0.11.1

v0.11.0

30 Jun 02:35
cd6a284

Choose a tag to compare

Release Notes

New Features:

  • Now using React useDeferredValue on version search, status/label API query and playlist name validation to improve performance greatly.
  • Using React Suspense across the board to improve performance greatly
  • Playlist list now sorts by date created
  • Re-introduced auto-polling refresh mode for playlists
  • Small UI tweaks and fixes

Bug Fixes:

  • Multi-selects in version search had a CSS class conflict that dropped the colour outline on selecting a version

Known Issues:

  • None

Full Changelog: v0.10.0...v0.11.0

v0.10.0

26 Jun 16:56
cd4eb6d

Choose a tag to compare

Release Notes

New Features:

  • In-App Playlist Creation and Syncing to ftrack #23
    • Empty playlists can be made or derived from Quick Notes, with versions (only) carry over to the new playlist
    • Playlists start as local-only, as a middle ground for organisation
    • At any time a local playlist can be synced back to ftrack, this is a one time operation and will sync the playlist inc. all versions
    • On playlist creation and sync, checks are made for playlist name conflicts with ftrack
  • Version Search now shows the publisher/artist first name along with version name and number
  • General UI, readability and dark mode tweaks
  • Manually added versions can now be individually removed from a given playlist
  • Users can now click the ℹ️ info button on a given version to find out more info about that version
  • Added a Reload Thumbnails button to the playlist ≡ hamburger menu to force a reload of version thumbnails
  • Added a progress modal for publishing notes for better progression tracking
  • Major performance improvements, especially to app startup/connection

Bug Fixes:

  • Clear Added Versions would sometimes, due to a race condition, not commit back to the DB

Known Issues:

  • None

Full Changelog: v0.9.0...v0.10.0