From a220cf013032b4ec5e73d80a9336a521c3c1a05b Mon Sep 17 00:00:00 2001 From: Julien Kipp Date: Fri, 9 Feb 2024 00:15:36 +0100 Subject: [PATCH] bump version --- com.doji.midas/CHANGELOG.md | 12 +++++++++++- com.doji.midas/package.json | 2 +- projects/Midas/ProjectSettings/ProjectSettings.asset | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/com.doji.midas/CHANGELOG.md b/com.doji.midas/CHANGELOG.md index 9588eaa..8322299 100644 --- a/com.doji.midas/CHANGELOG.md +++ b/com.doji.midas/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.0.0] - 2023-12-29 +## [1.0.1] - 2024-02-09 + +### Added + +- Add a sample scene for depth estimation on videos. + +### Fixed + +- Fixed scale/shift calculation from min/max distance in sample scenes. + +## [1.0.0] - 2024-01-22 - Initial Release \ No newline at end of file diff --git a/com.doji.midas/package.json b/com.doji.midas/package.json index 7aed178..f92242b 100644 --- a/com.doji.midas/package.json +++ b/com.doji.midas/package.json @@ -1,6 +1,6 @@ { "name": "com.doji.midas", - "version": "1.0.0", + "version": "1.0.1", "displayName": "MiDaS", "description": "Monocular Depth Estimation with Unity Sentis", "dependencies": { diff --git a/projects/Midas/ProjectSettings/ProjectSettings.asset b/projects/Midas/ProjectSettings/ProjectSettings.asset index f44fa0e..5b22287 100644 --- a/projects/Midas/ProjectSettings/ProjectSettings.asset +++ b/projects/Midas/ProjectSettings/ProjectSettings.asset @@ -133,7 +133,7 @@ PlayerSettings: vulkanEnableLateAcquireNextImage: 0 vulkanEnableCommandBufferRecycling: 1 loadStoreDebugModeEnabled: 0 - bundleVersion: 1.0.0 + bundleVersion: 1.0.1 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0