docs: Updated README

[ci skip]
This commit is contained in:
NGPixel 2017-06-01 20:59:16 -04:00
parent 2af4ea5986
commit 3f8b3303ce
2 changed files with 7 additions and 2 deletions

View File

@ -2,10 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [v1.0.0-beta.13] - Unreleased
- **History**: History section to list all changes
## [v1.0.0-beta.12] - Unreleased ## [v1.0.0-beta.12] - Unreleased
### Added ### Added
- **Deploy**: Heroku support - **Deploy**: Heroku support
- **History**: History section to list all changes
- **Localization**: All UI text elements are now localized - **Localization**: All UI text elements are now localized
- **Localization**: Chinese locale is now available (thanks to @choicky) - **Localization**: Chinese locale is now available (thanks to @choicky)
- **Localization**: Korean locale is now available (thanks to @junwonpk) - **Localization**: Korean locale is now available (thanks to @junwonpk)
@ -162,6 +164,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed ### Changed
- Updated dependencies + snyk policy - Updated dependencies + snyk policy
[v1.0.0-beta.13]: https://github.com/Requarks/wiki/compare/v1.0.0-beta.11...HEAD
[v1.0.0-beta.12]: https://github.com/Requarks/wiki/compare/v1.0.0-beta.11...HEAD [v1.0.0-beta.12]: https://github.com/Requarks/wiki/compare/v1.0.0-beta.11...HEAD
[v1.0.0-beta.11]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.11 [v1.0.0-beta.11]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.11
[v1.0.0-beta.10]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.10 [v1.0.0-beta.10]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.10

View File

@ -50,8 +50,10 @@ Current and upcoming milestones *(major features only, see the [changelog](https
> *Planned for early June release* > *Planned for early June release*
![Progress](http://progressed.io/bar/80) ![Progress](http://progressed.io/bar/80)
- [x] Better localization in the UI - [x] Anchor with Copy to clipboard function
- [x] Full UI Localization
- [x] Heroku support - [x] Heroku support
- [x] New Localizations: Chinese, French, Korean, Portuguese, Russian and Spanish
- [ ] Refactor of all client-side code to modular Vue components - [ ] Refactor of all client-side code to modular Vue components
### Beta 13 ### Beta 13