The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| atomic-server-x86_64-unknown-linux-musl | 2024-08-21 | 56.1 MB | |
| atomic-server-x86_64-unknown-linux-gnu | 2024-08-21 | 55.5 MB | |
| atomic-server-armv7-unknown-linux-musleabihf | 2024-08-21 | 49.9 MB | |
| README.md | 2024-08-21 | 3.0 kB | |
| v0.39.0 source code.tar.gz | 2024-08-21 | 3.8 MB | |
| v0.39.0 source code.zip | 2024-08-21 | 4.2 MB | |
| Totals: 6 Items | 169.6 MB | 0 | |
AtomicServer
- The download endpoint can now optimize images on the fly. This is controlled via query parameters. [#257]
- Added export endpoint for exporting resources to other formats. Currently only supports exporting tables to csv. #925
Atomic Browser
- #855 Add a dialog that shows how to fetch and use the current resource in your code.
- #896 Fix an issue where sidebar items require a double tap on iOS.
- Updated look of the default resource form.
- #896 Fix an issue where sidebar items require a double tap on iOS.
- Updated the look & feel of the sidebar a bit.
- #893 Fix tables not showing any rows when viewing from a different server.
- Fix an issue where the resource-array properties would be set to an empty array instead of removing the property when removing all items in the input.
- Fix an issue where dropdown menus sometimes jump from the upper left corner of the screen.
- Added a full page view for tags.
- Redesigned the ontology page.
- Moved the resource context menu to the top of the page.
- #861 Fix long usernames overflowing on the share page.
- #906 Reset changes after clicking the cancel button in a form or navigating away.
- #914 Fix an issue where changing the subject in a new resource form could update the parent of existing resources if their subject matched the new subject.
- #925 Added export to CSV option to tables.
- #919 Automatically sort classes and properties in the ontology editor.
- #936 Updated the address bar to make it clearer it's also search bar.
@tomic/lib
- Added
LocalChangeevent toResource. - Added
resource.refresh()method. - Removed
cross-fetch, if your environment does not support fetch make sure to add a polyfill or inject one usingstore.injectFetch().
@tomic/react
- BREAKING CHANGE: Removed the
useLocalStoragehook. - When using any
useValuetype hook, values will now update when local changes are made to the resource from elsewhere in the app. - #257 Added
<Image />component that automatically optimizes images for the web.
@tomic/svelte
- #257 Added
<Image />component that automatically optimizes images for the web.