Skip to content

Commit

Permalink
User update (#53)
Browse files Browse the repository at this point in the history
* fix: do not force update resources

* fix: prevent dup assign for resource

* feat: support deletion

* feat: support profile ordering

* feat: include draggable dep

* fix: distinguish the task leaf & parent

* feat: add bg image support in api level

* fix: adjust home page ui style

* fix(locale): deletion text

* chore: add azure publish

* fix: only switch to azure when try to update

* fix: the server display

* refactor: optimize the animation

* refactor: use drag & drop to delete profile

* fix: guard the profile wizard button

* fix: optimize Card UX

* fix: adapt skin load for new api

* feat: add last access date for profile

* fix: reset error if account/passwd change

* fix: disable secur on dev

* fix: error on resources dir on load

* style: cleanup and org some name

* chore: bump version

* feat: support switch user & add custom auth server

* refactor: handle the file change

* feat(locale): support user related local text

* feat: support challenge in dialog

* feat: trr support authlib-injector

* refactor: use image url

* fix: make the model not rotate for perf

* refactor: support new user standard

* fix: prevent failure due to the network

* refactor: adapt to new user module

* docs: update the spec

* chore: try to correct the typing but failed

* fix: remove LoginPage

* refactor: move home page

* chore(release): 0.2.0

* chore: temp disable the azure dest

* chore: correct author format

* chore: change linux target
  • Loading branch information
ci010 authored Sep 1, 2019
1 parent 0925401 commit 27f35ca
Show file tree
Hide file tree
Showing 55 changed files with 3,115 additions and 1,031 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
Expand Down Expand Up @@ -34,4 +33,5 @@
"wrap_line_length": 100
}
},
"vetur.useWorkspaceDependencies": true
}
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/voxelum/voxelauncher/compare/v0.2.0-beta.1...v0.2.0) (2019-09-01)


### Bug Fixes

* adapt skin load for new api ([398686a](https://github.com/voxelum/voxelauncher/commit/398686a))
* adjust home page ui style ([031973f](https://github.com/voxelum/voxelauncher/commit/031973f))
* disable secur on dev ([91d2aee](https://github.com/voxelum/voxelauncher/commit/91d2aee))
* distinguish the task leaf & parent ([ef7f616](https://github.com/voxelum/voxelauncher/commit/ef7f616))
* do not force update resources ([21b118e](https://github.com/voxelum/voxelauncher/commit/21b118e))
* error on resources dir on load ([686ce80](https://github.com/voxelum/voxelauncher/commit/686ce80))
* guard the profile wizard button ([e9a71a3](https://github.com/voxelum/voxelauncher/commit/e9a71a3))
* make the model not rotate for perf ([9b76154](https://github.com/voxelum/voxelauncher/commit/9b76154))
* **locale:** deletion text ([d74d60d](https://github.com/voxelum/voxelauncher/commit/d74d60d))
* only switch to azure when try to update ([57b6290](https://github.com/voxelum/voxelauncher/commit/57b6290))
* optimize Card UX ([de27a6b](https://github.com/voxelum/voxelauncher/commit/de27a6b))
* prevent dup assign for resource ([fd265ff](https://github.com/voxelum/voxelauncher/commit/fd265ff))
* prevent failure due to the network ([90192d3](https://github.com/voxelum/voxelauncher/commit/90192d3))
* remove LoginPage ([af8e4c5](https://github.com/voxelum/voxelauncher/commit/af8e4c5))
* reset error if account/passwd change ([ae529fd](https://github.com/voxelum/voxelauncher/commit/ae529fd))
* the server display ([b8b7923](https://github.com/voxelum/voxelauncher/commit/b8b7923))


### Features

* add bg image support in api level ([b06eaee](https://github.com/voxelum/voxelauncher/commit/b06eaee))
* add last access date for profile ([6424808](https://github.com/voxelum/voxelauncher/commit/6424808))
* include draggable dep ([c38d2d0](https://github.com/voxelum/voxelauncher/commit/c38d2d0))
* **locale:** support user related local text ([9283d07](https://github.com/voxelum/voxelauncher/commit/9283d07))
* support challenge in dialog ([f20a8b9](https://github.com/voxelum/voxelauncher/commit/f20a8b9))
* support deletion ([8026d6d](https://github.com/voxelum/voxelauncher/commit/8026d6d))
* support profile ordering ([b3870dc](https://github.com/voxelum/voxelauncher/commit/b3870dc))
* support switch user & add custom auth server ([7bd05ef](https://github.com/voxelum/voxelauncher/commit/7bd05ef))
* trr support authlib-injector ([4ea8877](https://github.com/voxelum/voxelauncher/commit/4ea8877))



## 0.2.0-beta.1 (2019-08-11)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Here we list the features & corresponding files to implement the features.

| Feature | Core Logic File | Related Vuex Actions | Who Trigger | UI |
| ------------------------------------ | --------------------------- | -------------------------------------------------------------- | ------------------------------- | --------------------------- |
| User Login | user.js | login | User by UI | LoginPage.vue |
| User Login | user.js | login | User by UI | DialogLogin.vue |
| User Skin Display | user.js | refreshSkin | - | UserPage.vue |
| User Skin Upload | user.js | uploadSkin | User by UI | UserPage.vue |
| User Mojang Identity Validataition | user.js | checkLocation, getChallenges, submitChallenges | Launcher Initialize, User by UI | UserPage.vue |
Expand Down
Loading

0 comments on commit 27f35ca

Please sign in to comment.