Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mslw committed Jan 18, 2018
1 parent da03cdd commit f967d79
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
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 versioning is based on [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2018-01-18
### Added
- Make the temporary folder hidden (bids_root/.dicom), clear it during use and remove after export ends.
- Fix links in readme.

## [0.1] - 2018-01-10
### Added
- All the functionality in its first released version.
2 changes: 2 additions & 0 deletions OsirixBidsOutput.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
8420023112E829A200E1E9CE /* OsiriXAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = OsiriXAPI.framework; sourceTree = "<group>"; };
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9009C8A02010DA3D007D0B7E /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
9027F62D1F58A98700189BE8 /* OBOCollectedData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OBOCollectedData.h; sourceTree = "<group>"; };
9027F62E1F58A98700189BE8 /* OBOCollectedData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OBOCollectedData.m; sourceTree = "<group>"; };
9027F6371F58CE7900189BE8 /* GeneralMappingWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GeneralMappingWindow.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -138,6 +139,7 @@
children = (
8D5B49B7048680CD000E48DA /* Info.plist */,
089C167DFE841241C02AAC07 /* InfoPlist.strings */,
9009C8A02010DA3D007D0B7E /* CHANGELOG.md */,
);
name = Resources;
sourceTree = "<group>";
Expand Down

0 comments on commit f967d79

Please sign in to comment.