File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11SimPhoNy Remote CHANGELOG
22=========================
33
4+ What's new in SimPhoNy Remote 0.3.0
5+ -----------------------------------
6+
7+ Summary
8+ ~~~~~~~
9+
10+ - Introduced a more generic configuration of available users and images
11+ through a CSV file (#33, #41)
12+ - Internally refactored configuration handling (#40)
13+ - Simplified database layout by removing Teams (#32)
14+ - Added functionality to remove users and applications from database via
15+ remoteappdb CLI application (#28)
16+ - Attaching of workspace (#4)
17+ - Added API autodoc documentation (#57)
18+ - Improved testing and coverage (#5)
19+ - Improved error message when unable to create temporary directory (#53)
20+ - Fixed regression with View button not working anymore (#43)
21+
422What's new in SimPhoNy Remote 0.2.0
523-----------------------------------
624
Original file line number Diff line number Diff line change 6767# The short X.Y version.
6868version = '0.3'
6969# The full version, including alpha/beta/rc tags.
70- release = '0.3.0dev0 '
70+ release = '0.3.0 '
7171
7272# The language for content autogenerated by Sphinx. Refer to documentation
7373# for a list of supported languages.
Original file line number Diff line number Diff line change 11MAJOR = 0
22MINOR = 3
33MICRO = 0
4- IS_RELEASED = False
4+ IS_RELEASED = True
55
66__version__ = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
77
You can’t perform that action at this time.
0 commit comments