Project

Profile

Help

Builds » History » Sprint/Milestone 8

Vincent Le Goff, 11/06/2016 10:29 PM

1 1 Vincent Le Goff
h1. What's new in recent builds
2
3
This page describes the new features added and changes made to each build.  You can browse through each build using headings.
4
5 8 Vincent Le Goff
h2. Build 28
6
7
* Add [[CommandStacking|command stacking]], to send multiple commands at once, using the semicolon or another character (#32).
8
9 6 Vincent Le Goff
h2. Build 27
10
11
* Open multiple worlds in tabs (#42):
12
  It is now possible to open several worlds in tabs, or even a world several times in tabs.  In the file menu are three new options, to create a new world, open a world in a different tab and close the current tab.  One can navigate between tabs using Ctrl + tab or Ctrl + Shift + tab as usual.
13
  The feature to change the window's title when unread messages are received (#20) now takes into account the selected tab only.
14
* New menus to disconnect and reconnect from a world (#43):
15
  A new menu item in the menu bar, named connection, has been added.  In it are options to disconnect from the current world, and reconnect to it.
16 7 Vincent Le Goff
* The client doesn't lag if connection to a distant server takes some time (#21).
17 6 Vincent Le Goff
18 5 Vincent Le Goff
h2. Build 26
19
20
* When outside of the window, if messages are received, the window title changes to let the user know notifications are waiting on the client (#20).
21
22 4 Vincent Le Goff
h2. Build 25
23
24
* Add the command history
25
  The command history remembers all commands you have entered.  You can use it by pressing CTRL + up or down to go up or down into your list of commands.  Alternatively, you can use command history in lock mode, by pressing Escape, then navigating in the history using the arrow keys.  You can leave lock mode by pressing Escape again.
26
* One can now paste several lines to send multiple commands (#27).
27
28 2 Vincent Le Goff
h2. Build 24
29
30 3 Vincent Le Goff
* Update the documentation of the basic features (#36).
31
* Remove the obsolete settings based on an input and output field (#35).
32
* When tabbing to tab-complete, the TTS speaks (and displays) the found result.
33 1 Vincent Le Goff
34
h2. Build 23
35
36 3 Vincent Le Goff
* Add the tab-completion (#34):
37 1 Vincent Le Goff
  When the client receives messages from the server, it stores all words by frequency.  When you begin typing a letter or more and then press tab, the client will try to finish the word you were typing.  If you're not satisfied with this choice, you can press tab again and the client will display another result.