• v0.0.76 ea9aa96674

    v0.0.76 Stable

    thm released this 2024-02-06 10:00:23 +01:00 | 76 commits to main since this release

    Changelog

    All notable changes to this project will be documented in this file.

    [0.0.76] - 2024-02-06

    Bug Fixes

    • Fix types for putBlob(), returns a single address

    Features

    • Upload progress
    • Files can be added or removed from the upload dialog
    • Select all uploaded files when done
    • Start upload on Enter press

    Miscellaneous Tasks

    • Enable CACHE
    • --force pnpm install, DRY Earthfile slightly
    • Cache all rust earthly targets
    • Get rid of AppImage upload to S3
    • Update Earthly image version
    • Remove parallelization
    • Force rebundling of dependencies for dev script

    Styling

    • Upload progress bar spacing, hide add button

    Build

    • Update shared paths with webui, fix build
    • Further refactor Earthfile & build process
    • Fix upend-bin target

    Dev

    • Intellij dev config builds jslib before webui launch
    • Git ignore uploaded files in example_vault
    Downloads
     
  • v0.0.75 009007fc8b

    v0.0.75 Stable

    thm released this 2024-02-02 16:11:23 +01:00 | 96 commits to main since this release

    Changelog

    All notable changes to this project will be documented in this file.

    [0.0.75] - 2024-02-02

    Bug Fixes

    • Fix upload, re-add forgotten components (Footer, AddModal, DropPasteHandler)

    Miscellaneous Tasks

    • Update Earthly image version

    Refactor

    • Fix typo, rename ProgessBar -> ProgressBar

    Styling

    • Fix uneven heights of roots
    Downloads
     
  • v0.0.74 b275d04c23

    v0.0.74 Stable

    thm released this 2024-01-28 19:32:26 +01:00 | 101 commits to main since this release

    Changelog

    All notable changes to this project will be documented in this file.

    [0.0.74] - 2024-01-28

    Bug Fixes

    • Serve new SPA version
    • Selector race conditions / wonkiness
    • Serving web ui in Docker/AppImage
    • Ordering of attributes in Selector
    • Correct types for UpObject.attr()

    Features

    • Add timeouts / aborts to all api calls
    • Required & optional attributes

    Miscellaneous Tasks

    • Optimize Earthly target dependencies
    • Put /dist into .eslintignore

    Refactor

    • Switch to SvelteKit | touchdown
    • Switch to SvelteKit | great lint fixing
    • Switch to SvelteKit | prettier everything
    • Switch to SvelteKit | fix image annotation
    • Switch to SvelteKit | fix nested blob preview
    • Switch to SvelteKit | properly handle BrowseColumn error
    • Misc fixes in ImageViewer

    Styling

    • Blob preview labels

    Build

    • Finish webui SPA build config

    Dev

    • Fix HMR
    • Make dev intellij config not run --release version
    Downloads
     
  • v0.0.73 bbcaa58dd1

    v0.0.73 Stable

    thm released this 2024-01-27 18:26:27 +01:00 | 122 commits to main since this release

    Changelog

    All notable changes to this project will be documented in this file.

    [0.0.73] - 2024-01-27

    Bug Fixes

    • Version display
    • Don't require confirmation for set remove in combine
    • "Required" without "Included" also now works in Combine
    • "Groups" label in Inspect column
    • Allow selection with cmd for macos
    • Various app sizing fixes
    • Fix sizing / overflows on <=1080 screens?
    • Upobject label overflow
    • Fix editing through inspect attribute list
    • Surface allows rudimentary rescaling
    • UpLink label overflows
    • Overflow of "Used" section in Attribute Inspect
    • Lint
    • Remove surface story, fix lint
    • Z-index on surface
    • Surface: point position matches axes
    • Surface starts at center
    • Error on search confirm
    • SurfaceColumn with new Selectors
    • Error in SurfaceColumn due to missing y
    • "initial" Selector values are no longer uneditable
    • Multiple Surface columns
    • Position of selector on surface
    • Surface centering on resize
    • Fix duplicate Selector options (?)
    • Handling (again) existing files + tests
    • Prevent crashes while formatting unexpected value types
    • Selectors keep focus while adding entries
    • Url type display in UpObject
    • Attribute columns being squashed to unreadability
    • Editable overflow
    • Uploads via API are assigned paths like via FS
    • Image previews work for paths without extensions
    • Add ID3_PICTURE attribute description
    • Sort & optimize Keyed section
    • Selection in EntryList

    Features

    • Proper set operations
    • Add group view, duplicate group view
    • Quick & dirty reverse path resolution for duplicate group distinction
    • Turn groups view into a column, allow selection
    • Add new vault scan modes (flat, depthfirst)
    • Add an "INCOMING" rescan mode
    • Add an "INCOMING" rescan mode
    • Duplicate blob paths on initial scan
    • Add vault options functions
    • Show current vault mode in setup
    • Add variables to jslib query builder
    • Distinguish between correctly & incorrectly typed members in Inspect
    • Surface: add "display as point"
    • Surface view as Column in Browse
    • Add --rescan_mode CLI option, fix storybook cmd
    • "Last searched" options in header
    • SurfaceColumn's axes are fully reflected in URL
    • Or/and/not/join query builder support
    • SurfaceColumn automatically finds PERPENDICULAR attributes, if set
    • Press shift and click close to reload a column
    • Proper autofit of SurfaceColumn
    • Check file presence via HEAD, disable download button if necessary
    • Stable type sort in Inspect: by amount of attributes, address
    • Implement toString for UpObject
    • Add spinner to Selector
    • Add ID3 image extraction
    • Allow search / selection of entries via their attributes
    • Display KEYs in UpObject banner
    • Vault name in title on home
    • Add Keyed display to Home
    • Add section links from Home

    Miscellaneous Tasks

    • Add appimages & changelogs to gitea releases
    • Specify crate resolver
    • Test before lint
    • Add eslint ava
    • Rebuild before running tests
    • Version bump
    • Fix eslint
    • Use detached signature for appimages
    • Update storybook
    • Update entity addresses for storybook
    • Bump version
    • Add mail pipeline step
    • Fix mail?
    • Remove mail (for the time being)
    • Add intellij run configurations
    • Fix types
    • Fix prerelease step

    Performance

    • Only check for file existence for UpObjct banners
    • Use addressToComponents to get attribute addresses without querying backend
    • Add attr cache
    • Cancel unfinished updates in Selector
    • Early set for static Selector options

    Refactor

    • Use EntitySetEditor in Inspect & MultiGroup
    • Better impls for UNode/UHierPath
    • Upobject label into own component
    • Use parse instead of from_str
    • Refactor tests in fs store
    • Tree mode -> (new) blob mode
    • Use jwalk instead of walkdir
    • Refactor rescan process
    • Specific constant for any instead of undefined
    • Use new query api
    • Use cargo manifest dir for resources in dev mode
    • Selector refactor, non-destructive search
    • Button labels on columns are i18n'd
    • Get rid of any in Surface
    • I18n in UpObject
    • ...
    • Remove url and attribute from getAddress, fix build
    • Remove forgotten println
    • Refix log level for vault rescans
    • Chores in Selector.svelte
    • Dbg calls in Selector.svelte identify element
    • Remove unnecessary scoped leftovers from Vue
    • Formatting
    • Remove deprecation notice until there's actually a better way
    • Clippy fixes
    • Use constants

    Styling

    • Non-inspect columns are lighter
    • Padding on groups in inspect
    • Notes in properties, enlarge scrollable area
    • Roots on home are in a column
    • Embolden 0 axes in Surface, text shadow
    • Reorder options in selector
    • Fix partially hidden Home footer; spacing
    • Column/inspect sizing, avoid scrollbar overlap
    • 2 columns at home
    • Show multiple roots as banners instead of full cards
    • -> ⌘

    • Key display in non-banners also
    • Monospace & diminished key display
    • Hide type keys
    Downloads
     
  • v0.0.72 ea8d30ebc4

    v0.0.72 Stable

    thm released this 2023-10-22 21:19:47 +02:00 | 256 commits to main since this release

    Downloads