We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e7c83 commit bb5411bCopy full SHA for bb5411b
app/js/core/namespace.js
@@ -5,7 +5,7 @@ if (typeof console == 'undefined') { window.console = {log:function() {}}; }
5
window.sofia = {};
6
7
// version
8
-sofia.version = '3.8.2.beta';
+sofia.version = '3.8.2';
9
10
// allows items to register themselves
11
sofia.plugins = [];
changelog.md
@@ -1,11 +1,12 @@
1
Change Log
2
=======
3
4
-3.8.2 - 2016/07/XX
+3.8.2 - 2016/07/23
* Replaced ZeroClipboard (Flash) with clipboard.js
* Updated window focus code to better handle touch events and scroll syncing
-
+* Language Fixes
+* Speedier TSK conversion
3.8.1 - 2016/04/11
12
0 commit comments