Skip to content

Commit 7be5b8d

Browse files
Merge branch 'develop'
2 parents fed7aa3 + 4d7c969 commit 7be5b8d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v3.36.1 - Dec 12, 2022
4+
5+
* The limit of files for free is rised to 200.
6+
37
## v3.36.0 - Nov 15, 2022
48

59
* Animations Editor: allows compiling the animation constans.

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = u'v3.36.0'
59+
version = u'v3.36.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'v3.36.0'
61+
release = u'v3.36.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

first-steps/unlock-ide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Unlock the IDE
55
--------------
66

7-
By default, the IDE runs in a Free mode. This mode includes all the IDE features, but limits the number of files per project to 70. If you need to create bigger projects, you have to unlock the IDE.
7+
By default, the IDE runs in a Free mode. This mode includes all the IDE features, but limits the number of files per project to 200. If you need to create bigger projects, you have to unlock the IDE.
88

99
To unlock the IDE:
1010

pricing/free-mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Free mode
44
~~~~~~~~~
55

6-
The Free mode of the IDE contains all the features, but you can store only ``70`` files in a single project.
6+
The Free mode of the IDE contains all the features, but you can store only ``200`` files in a single project.
77

88
The files and folders that start with a dot (``.``) are ignored. For example, the database files of a Git repository (inside a ``.git`` folder) do not affect the number of files allowed in the project. The ``node_modules`` folders are ignored by default too.
99

0 commit comments

Comments
 (0)