0.10.0
hanslovsky
released this
26 Feb 16:27
·
2181 commits
to master
since this release
- different rendering modes for navigation and painting (#200)
- experimental features:
- caching recently opened containers at
~/.cache/paintera/${class.getName()}/recent
- paintera config file at
~/.config/paintera.yml
- select from favorites or recent when opening N5/HDF5 datasets with fuzzy matching or browse for container
- fuzzy matching for dataset
- fuzzy matching for type
- introduce mnemonics for buttons in opener dialog -- can now open dataset without touching mouse!
- caching recently opened containers at
- example
~/.config/paintera.yml
:
data:
defaultDirectory: "/data/hanslovskyp"
loadTypeAs:
# has no effect yet
int64: label
uint8: raw
uint64: label
n5:
defaultDirectory: "/data/hanslovskyp"
favorites:
- "/data/hanslovskyp/sample_A_padded_20160501-bs=64.n5"
hdf5:
favorites:
- "/home/hanslovskyp/Downloads/sample_A_padded_20160501.hdf"
- "/home/hanslovskyp/Downloads"