Initialized version 9.0.0
This commit is contained in:
parent
b2139b1605
commit
b8e3206b1a
9 changed files with 13 additions and 9 deletions
|
@ -6,6 +6,10 @@
|
|||
* `~` changed
|
||||
* `+` added
|
||||
|
||||
### 9.0.0
|
||||
|
||||
|
||||
|
||||
### 8.4.0
|
||||
|
||||
1. `+` Session auto-save and restore. Layout and Window information is stored
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
@license GNU General Public License version 3
|
||||
../LICENSE.md or <http://www.gnu.org/licenses/>
|
||||
|
||||
@version 8.4.0
|
||||
@version 9.0.0
|
||||
*/
|
||||
|
||||
Bar_init(m)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
@license GNU General Public License version 3
|
||||
../LICENSE.md or <http://www.gnu.org/licenses/>
|
||||
|
||||
@version 8.4.0
|
||||
@version 9.0.0
|
||||
*/
|
||||
|
||||
Config_init()
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
@license GNU General Public License version 3
|
||||
../LICENSE.md or <http://www.gnu.org/licenses/>
|
||||
|
||||
@version 8.4.0
|
||||
@version 9.0.0
|
||||
*/
|
||||
|
||||
Debug_initLog(filename, level = 0, truncateFile = True)
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
@license GNU General Public License version 3
|
||||
../LICENSE.md or <http://www.gnu.org/licenses/>
|
||||
|
||||
@version 8.4.0
|
||||
@version 9.0.0
|
||||
*/
|
||||
|
||||
NAME := "bug.n"
|
||||
VERSION := "8.4.0"
|
||||
VERSION := "9.0.0"
|
||||
|
||||
;; Script settings
|
||||
OnExit, Main_cleanup
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
@license GNU General Public License version 3
|
||||
../LICENSE.md or <http://www.gnu.org/licenses/>
|
||||
|
||||
@version 8.4.0
|
||||
@version 9.0.0
|
||||
*/
|
||||
|
||||
Manager_init()
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
@license GNU General Public License version 3
|
||||
../LICENSE.md or <http://www.gnu.org/licenses/>
|
||||
|
||||
@version 8.4.0
|
||||
@version 9.0.0
|
||||
*/
|
||||
|
||||
Monitor_init(m, doRestore)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
@license GNU General Public License version 3
|
||||
../LICENSE.md or <http://www.gnu.org/licenses/>
|
||||
|
||||
@version 8.4.0
|
||||
@version 9.0.0
|
||||
*/
|
||||
|
||||
ResourceMonitor_init() {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
@license GNU General Public License version 3
|
||||
../LICENSE.md or <http://www.gnu.org/licenses/>
|
||||
|
||||
@version 8.4.0
|
||||
@version 9.0.0
|
||||
*/
|
||||
|
||||
View_init(m, v)
|
||||
|
|
Loading…
Reference in a new issue