Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
New Logo and Homepage :) Documentation update and some fixes

References: #12

* GUI - Toolbar: Re-added toggleable (Thanks @RyanRiffle)
* Docs: Added to all core js files
* Docs: Added to all gui js files
* Docs: Added to all dialog js files
* Docs: Added documentation generator
* CoreWM: You can now style panel opacity and background color
* VFS: Aborts if file is to big upon upload before sending to server
* New logo
* jslinted
  • Loading branch information
andersevenrud committed Jan 15, 2015
1 parent d6c4678 commit 2650fc6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 2.0.0-alpha50

New Logo and Homepage :) Documentation update and some fixes

References: #12

* GUI - Toolbar: Re-added toggleable (Thanks @RyanRiffle)
* Docs: Added to all core js files
* Docs: Added to all gui js files
* Docs: Added to all dialog js files
* Docs: Added documentation generator
* CoreWM: You can now style panel opacity and background color
* VFS: Aborts if file is to big upon upload before sending to server
* New logo
* jslinted

# 2.0.0-alpha49

WARNING: API CHANGES. All helper functions have been moved into `OSjs.API`
Expand Down
2 changes: 1 addition & 1 deletion src/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"settings" : {
"frontend" : {
"Version" : "2.0-alpha49",
"Version" : "2.0-alpha50",

"Core" : {
"APIURI": "/API",
Expand Down

0 comments on commit 2650fc6

Please sign in to comment.