Skip to content

Commit

Permalink
Release Gobby 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgm committed Aug 23, 2014
1 parent 04185b7 commit 58aaa15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
@@ -1,6 +1,19 @@
Gobby
=====

Version 0.5.0:
* Allow to run a server within the Gobby process; infinoted is no longer
required to connect to other people
* Added support for user accounts and different permissions for different
accounts
* Added limited support for chat nodes in the document tree
* Added an option to set the opacity with which user colors are shown
behind the text.
* Added Fullscreen option and Ctrl++ and Ctrl+- shortcuts to
increase/decrease the font size.
* Gobby can open infinote://XXX URIs given on the command line to directly
open one or more documents at startup.

Version 0.4.94:
* Show cursors and selections of remote users in the own viewport and
scrollbar
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([gobby], [0.4.95], [crew@0x539.de])
AC_INIT([gobby], [0.5.0], [crew@0x539.de])
AM_INIT_AUTOMAKE(1.9 check-news foreign)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])
AC_CONFIG_SRCDIR([code/window.hpp])
Expand Down

0 comments on commit 58aaa15

Please sign in to comment.