Skip to content

v.1.0.1

Compare
Choose a tag to compare
@kimsama kimsama released this 18 Dec 03:32
· 27 commits to master since this release
13ec5c2
  • Fixed 'Template path' reset issue (issue #51, by @kanonji)
  • Modified to accept copy and paste in some fields of GoogleDataSettings (issue #49, by @kanonji)
  • Modified to use proper skin depending on pro or non-pro version (issue #45, by @5argon)
  • Change propertydrawer for the data array to always use the display name of the properties (issue #44, by @JohannesDeml)
  • Add example sheet (issue #44, by @JohannesDeml)
  • Change .gitignore file to ignore temp files of excel file(~$) (issue #44, by @JohannesDeml)
  • Support column-header parsing. (merged the 'feature/headcolumn-parser' branch)
  • Support 'short' type. It may need to set each type of the cell type. Sorry for the inconvenience :-)
  • Fixed issue #34: compile-time conflict of nunit.framework.dll with built-in NUnit of Unity's.
  • Added exception handler on google-side to generously handle various errors on importing time. (especially the errors when the authentication fails)
  • renewed entire documents on the gitbook page
  • excel query supports formula-based cell type. (only available for excel) Thank @Ghust1995 for this feature.
  • Fixed various bugs.