mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Bumped version to 1.1.0
This commit is contained in:
parent
e025ecc3d4
commit
f2ba9f796b
5 changed files with 13 additions and 5 deletions
1
AUTHORS
1
AUTHORS
|
@ -4,4 +4,5 @@ Principal Author:
|
|||
With thanks to:
|
||||
Eugene Kramer
|
||||
SK
|
||||
Damian Glenny
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@ represents a feature release, and the 3 represents patch.
|
|||
|
||||
1.1.0 (?)
|
||||
- Command line specification of alternate .taskrc file
|
||||
- "blanklines" configuration to stop displaying unnecessary white
|
||||
space and thus work better on small-screen devices
|
||||
+ Better formatting of "task tags" output
|
||||
|
||||
1.0.2 (?)
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
|||
Welcome to Task 1.0.1.
|
||||
Welcome to Task 1.1.0.
|
||||
|
||||
Task has been built and tested on the following configurations:
|
||||
|
||||
|
|
10
TUTORIAL
10
TUTORIAL
|
@ -1,4 +1,4 @@
|
|||
Task program tutorial, for version 1.0.1
|
||||
Task program tutorial, for version 1.1.0
|
||||
----------------------------------------
|
||||
|
||||
This guide shows how to quickly set up the task program, and become proficient
|
||||
|
@ -22,8 +22,8 @@ transcript illustrates a typical installation:
|
|||
|
||||
% ls
|
||||
task-1.0.1.tar.gz
|
||||
% gunzip task-1.0.1.tar.gz
|
||||
% tar xf task-1.0.1.tar
|
||||
% gunzip task-1.1.0.tar.gz
|
||||
% tar xf task-1.1.0.tar
|
||||
% cd task-1.0.1
|
||||
% ./configure
|
||||
...
|
||||
|
@ -621,6 +621,10 @@ Configuring Task
|
|||
curses Determines whether task uses ncurses to establish the
|
||||
size of the window you are using, for text wrapping.
|
||||
|
||||
blanklines May be "on" or "off". Prevents the display of
|
||||
unnecessary blank lines so that task makes better use
|
||||
screen real estate on small-screened devices.
|
||||
|
||||
color May be "on" or "off". Determines whether task uses
|
||||
color.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(task, 1.0.1, bugs@beckingham.net)
|
||||
AC_INIT(task, 1.1.0, bugs@beckingham.net)
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_SRCDIR([src/task.cpp])
|
||||
AC_CONFIG_HEADER([auto.h])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue