-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prepare for next release * update build process and use make command * update dependencies * add changelog file * update changelog
- Loading branch information
Showing
9 changed files
with
5,617 additions
and
3,674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules/ | ||
vendor/ | ||
js/ | ||
build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## 0.3.0 | ||
### Added | ||
### Fixed | ||
- Build process | ||
- App can now be build using `make` command (see [Makefile](https://github.com/v1r0x/files_3d/blob/master/Makefile)) | ||
### Changed | ||
- Dependency update | ||
- WebGL2 is now used by default | ||
|
||
## 0.2.0 | ||
### Added | ||
- support for `.stl` files | ||
### Fixed | ||
- Working support for different file types (thanks to @awesome-manuel) | ||
### Changed | ||
- Bump required NC version to 19 | ||
- Re-implement as viewer plugin (thanks to @skjnldsv) | ||
|
||
## 0.1.0 | ||
### Added | ||
- Support for more formats (`.fbx`, `.gltf`, `.obj`) | ||
### Fixed | ||
### Changed | ||
|
||
## 0.0.1 - Initial release | ||
### Added | ||
- Initial release | ||
- Support for Collada (`.dae`) files | ||
### Fixed | ||
### Changed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<name>Files 3d</name> | ||
<summary>3D viewer for nextcloud</summary> | ||
<description>Adds support for different 3D file formats (.dae, .fbx, .gltf, .obj) to Nextcloud. Based on three.js.</description> | ||
<version>0.2.0</version> | ||
<version>0.3.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]">Vinzenz Rosenkranz</author> | ||
<namespace>Files3d</namespace> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.