Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.9.7-20200514 |
Files: | files | file ages | folders |
SHA1: |
1d0e845d49777aa5c7f0d15d09391ad9 |
User & Date: | bernd 2020-05-14 15:16:06.048 |
Context
2020-05-14
| ||
17:21 | Flip mic/kb check-in: a0d9aba664 user: bernd tags: trunk | |
15:16 | Bump version number check-in: 1d0e845d49 user: bernd tags: trunk, 0.9.7-20200514 | |
2020-05-07
| ||
10:30 | Bump version number check-in: 9534ff3f8d user: bernd tags: trunk, 0.9.7-20200507 | |
Changes
Changes to configure.ac.
︙ | ︙ | |||
11 12 13 14 15 16 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_INIT([net2o], [0.9.7-20200514], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) AC_PREREQ([2.59]) AC_CONFIG_MACRO_DIR([m4]) AC_USE_SYSTEM_EXTENSIONS LT_INIT AC_MSG_CHECKING([for gforth]) |
︙ | ︙ |
Changes to gui.fs.
︙ | ︙ | |||
1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 | dup font-size# 66% f* fdup vslider over >r }}h box[] r> font-size# 66% f* fdup hslider }}v box[] {{ {{ blackish \normal \regular !i18n l" Mic" }}text' !lit }}h box[] 40%b [: chat-edit-box chat-record-button data IF swap THEN data 0= to data /flop drop /flip drop chat-recording-button /flip drop +resize +sync +lang ;] 0 click[] {{ glue*l send-color x-color font-size# 40% f* }}frame dup .button2 !i18n blackish l" Record" }}text' !lit 25%b /center }}z box[] /flip dup to chat-record-button | > > | 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 | dup font-size# 66% f* fdup vslider over >r }}h box[] r> font-size# 66% f* fdup hslider }}v box[] {{ {{ blackish \normal \regular !i18n l" Mic" }}text' !lit }}h box[] 40%b {{ blackish \normal \regular !i18n l" Keyboard" }}text' !lit }}h box[] 40%b /flip [: chat-edit-box chat-record-button data IF swap THEN data 0= to data /flop drop /flip drop chat-recording-button /flip drop +resize +sync +lang ;] 0 click[] {{ glue*l send-color x-color font-size# 40% f* }}frame dup .button2 !i18n blackish l" Record" }}text' !lit 25%b /center }}z box[] /flip dup to chat-record-button |
︙ | ︙ |
Changes to lang/de.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 | Meine Freunde Posting Aufnahme Nehme auf… Niemand ist online, speichere weg Einladungen | > | 16 17 18 19 20 21 22 23 24 25 26 27 28 | Meine Freunde Posting Aufnahme Nehme auf… Niemand ist online, speichere weg Einladungen |
Changes to lang/en.
︙ | ︙ | |||
15 16 17 18 19 20 21 | My groups My peers Post | | > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | My groups My peers Post Record Recording… Nobody is online Invitations |
Changes to lang/zh.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 | 我的朋友 贴子 记录 记录… 没有人在线,保存了 发送 请帖 | > | 16 17 18 19 20 21 22 23 24 25 26 27 28 | 我的朋友 贴子 记录 记录… 没有人在线,保存了 发送 请帖 |
Changes to wiki/commands.md.
1 2 | # Commands # | | | 1 2 3 4 5 6 7 8 9 10 | # Commands # Version 0.9.7-20200514. net2o separates data and commands. Data is passed through to higher layers, commands are interpreted when they arrive. For connection requests, a special bit is set, and the address then isn't used as address, but as IV for the opportunistic encoding. The command interpreter is a stack machine with two data types: 64 |
︙ | ︙ |