Skip to content

Commit

Permalink
1.1.0-preview.1
Browse files Browse the repository at this point in the history
    - docs: update readme

[Close issues] close #70, close #72, close #73, close #74, close #75
- fix: fix host logo
- feat: support 2019.3
- fix: no versions on Windows
- build: update release script
- test: remove symbol for development
- test: update package for test
- feat: failed update available versions on Unity 2019.2
- fix: support 2019.2
- chore: osc develop menu
- fix: no versions are loaded from versions json file
- refactor: remove unused properties
- feat: show update indicator
- fix: versions file is deleted on main thread
- chore: remove .github from develop branch
- feat: update package with locked branch name
- refactor: use minijson inside
- fix: cannot install with 'upm' branch in Unity 2019.1
- refactor: refactor develop menu
- test: add soft-mask package to test
- fix: support 2019.1
- fix: fix supported version check
- build: add release scripts
- chore: symbol to develop
- feat: change assembly name and namespace to Coffee.UpmGitExtension
- test: remove tests
- build: fix .npmignore
- refactor: refactor
- refactor: move dev menus
- refactor: move functions
- feat: extensions for supporting multiple-versions
- fix: remove settings
- fix: fix script to get available versions
- feat: show all available versions in InstallPackageWindow for mono-repo
- fix: remove OpenSesameCompiler devs
- fix: delete unused projects
- fix: InstallPackageWindow uses new scheme
- fix: extensions for PackageDetails
- feat: change caching scheme for available package versions
- fix: change namespace to 'Coffee.PackageManager.UI'
- refactor: move files
- fix: class 'Expose' is no longer used
- feat: use nodejs instead of shell to get available versions
- feat: add develop menu
- feat: remove internal bridge
- feat: add open sesame compiler (portable mode)
- chore: remove unused packages.
- chore: fix release actions
- docs: fix funding
- chore: update release action
- docs: update readme for develop
- chore: package.json is not required
- chore: update release action
  • Loading branch information
semantic-release-bot committed Jan 28, 2020
1 parent d68a3d0 commit 6fec5da
Show file tree
Hide file tree
Showing 49 changed files with 2,536 additions and 812 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: mob-sakai # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: mob_sakai # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: mob-sakai

---

NOTE: Your issue may already be reported! Please search on the [issue tracker](../) before creating one.

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**
- Version [e.g. 1.0.0]
- Platform: [e.g. Editor(Windows/Mac), Standalone(Windows/Mac), iOS, Android, WebGL]
- Unity version: [e.g. 2018.2.8f1]
- Build options: [e.g. IL2CPP, .Net 4.x, LWRP]

**Additional context**
Add any other context about the problem here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: mob-sakai

---

NOTE: Your issue may already be reported! Please search on the [issue tracker](../) before creating one.

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Question
about: Ask a question about this project
title: ''
labels: question
assignees: mob-sakai

---

NOTE: Your issue may already be reported! Please search on the [issue tracker](../) before creating one.

**Describe what help do you need**
A description of the question.

**Additional context**
Add any other context or screenshots about the question here.
30 changes: 30 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
{
"name": "preview",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git",
[
"@semantic-release/npm",
{
"npmPublish": false,
"tarballDir": "."
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "tar -xzvf *.tgz",
"publishCmd": "git snapshot -p package -b upm -r ${options.repositoryUrl} -t ${nextRelease.version} -m \"${nextRelease.notes}\""
}
]
]
}
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
# [1.1.0-preview.1](https://github.com/mob-sakai/UpmGitExtension/compare/v1.0.1...v1.1.0-preview.1) (2020-01-28)


### Bug Fixes

* cannot install with 'upm' branch in Unity 2019.1 ([eb8ff00](https://github.com/mob-sakai/UpmGitExtension/commit/eb8ff004b536db339b8b359a71d8a1d8e3434ce5))
* change namespace to 'Coffee.PackageManager.UI' ([4052f86](https://github.com/mob-sakai/UpmGitExtension/commit/4052f86368a4535be5064319e3a65c2267d74fc1))
* class 'Expose' is no longer used ([6afe17e](https://github.com/mob-sakai/UpmGitExtension/commit/6afe17e77dc672a5de7f4d72f99e215d4df2502a))
* delete unused projects ([9714d16](https://github.com/mob-sakai/UpmGitExtension/commit/9714d16e72bc8e00d7d74ee047471998ecb56908))
* extensions for PackageDetails ([616bd00](https://github.com/mob-sakai/UpmGitExtension/commit/616bd0095c602900b8a5fe89ecbf0309b15bd282))
* fix host logo ([b54078f](https://github.com/mob-sakai/UpmGitExtension/commit/b54078fdc82e38c09943f10fb4e6b51d46a99bdc))
* fix script to get available versions ([f95b560](https://github.com/mob-sakai/UpmGitExtension/commit/f95b5601c3d594b3a0780594862d8d2016a405ea))
* fix supported version check ([f4b25ef](https://github.com/mob-sakai/UpmGitExtension/commit/f4b25ef284e5a6e50afcd288b956a965fe72a0cc))
* InstallPackageWindow uses new scheme ([44c952e](https://github.com/mob-sakai/UpmGitExtension/commit/44c952e407cf8b6ceb763b82f31e7b2a0649500a))
* no versions are loaded from versions json file ([e9da6f3](https://github.com/mob-sakai/UpmGitExtension/commit/e9da6f34692cd0ad3bef4de62c49072c1e069169))
* no versions on Windows ([4843bfa](https://github.com/mob-sakai/UpmGitExtension/commit/4843bfac6fe2f6342d916a497dc7dfa2021d48b4))
* remove OpenSesameCompiler devs ([d1ca10c](https://github.com/mob-sakai/UpmGitExtension/commit/d1ca10cb556364ced49c5155ee3c07a3a6414947))
* remove settings ([3e7ba56](https://github.com/mob-sakai/UpmGitExtension/commit/3e7ba56c35fd1fee8c3c3d1563a0f4905a711031))
* support 2019.1 ([5ff79fb](https://github.com/mob-sakai/UpmGitExtension/commit/5ff79fb276bda057cd6a9a3c82d8e646221c7fe9))
* support 2019.2 ([2497442](https://github.com/mob-sakai/UpmGitExtension/commit/24974420304a55a71fd8ccb1a3e49f828e8b4818))
* versions file is deleted on main thread ([e346b91](https://github.com/mob-sakai/UpmGitExtension/commit/e346b91f4dcc0fa10e2bc34bb1f8dded86477a04))


### Features

* add develop menu ([1c8c2a0](https://github.com/mob-sakai/UpmGitExtension/commit/1c8c2a0f8fb001b07935d12d7fac9f20a9cb6cc8))
* add open sesame compiler (portable mode) ([230137e](https://github.com/mob-sakai/UpmGitExtension/commit/230137e482e19fd767018c149908ceb355952f55))
* change assembly name and namespace to Coffee.UpmGitExtension ([483cc8f](https://github.com/mob-sakai/UpmGitExtension/commit/483cc8f14d3445d29c7a5bf75968a37ca8a01403))
* change caching scheme for available package versions ([fda6dbf](https://github.com/mob-sakai/UpmGitExtension/commit/fda6dbf256e585039ba141606be34c1443dce794))
* extensions for supporting multiple-versions ([5e54dc2](https://github.com/mob-sakai/UpmGitExtension/commit/5e54dc272b4fa49091956e2eb1ec368fd83a1b4b))
* failed update available versions on Unity 2019.2 ([161e48f](https://github.com/mob-sakai/UpmGitExtension/commit/161e48f5ec96e55fa109db162c6c7c8308d2127a))
* remove internal bridge ([cadef5e](https://github.com/mob-sakai/UpmGitExtension/commit/cadef5ece17d06d313139ae9eb65b67052af75de))
* show all available versions in InstallPackageWindow for mono-repo ([fc21042](https://github.com/mob-sakai/UpmGitExtension/commit/fc2104272a906316addd0fb8a6ffa057bbb50847))
* show update indicator ([9133766](https://github.com/mob-sakai/UpmGitExtension/commit/9133766de2213e4ac105f8b3c945b6d68051f5a2))
* support 2019.3 ([5f8ce50](https://github.com/mob-sakai/UpmGitExtension/commit/5f8ce50957288c74026972ba840f4fb0a1442af6))
* update package with locked branch name ([7b35a50](https://github.com/mob-sakai/UpmGitExtension/commit/7b35a500ce8e5c4b392231a94b9a685b9f15c727))
* use nodejs instead of shell to get available versions ([0ff293b](https://github.com/mob-sakai/UpmGitExtension/commit/0ff293b38c36fa96ec4b85f4b3a228109b74601e))

## [1.0.1](https://github.com/mob-sakai/UpmGitExtension/compare/v1.0.0...v1.0.1) (2019-11-25)


Expand Down
3 changes: 0 additions & 3 deletions Editor/AssemblyInfo.cs

This file was deleted.

Binary file removed Editor/Coffee.UpmGitExtension.Bridge.2018.3.dll
Binary file not shown.
91 changes: 0 additions & 91 deletions Editor/Coffee.UpmGitExtension.Bridge.2018.3.dll.meta

This file was deleted.

Binary file removed Editor/Coffee.UpmGitExtension.Bridge.2019.1.dll
Binary file not shown.
97 changes: 0 additions & 97 deletions Editor/Coffee.UpmGitExtension.Bridge.2019.1.dll.meta

This file was deleted.

Binary file removed Editor/Coffee.UpmGitExtension.Bridge.2019.2.dll
Binary file not shown.
Loading

0 comments on commit 6fec5da

Please sign in to comment.