Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Oct 3, 2009
1 parent 3f4b47c commit 6c96a0d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions doc/history.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,34 @@
%|history


%|section "Version 3.1.0 (2009-10-02)"

This release adds new methods, fixes some bugs, and revises the manual.


%|paragraph "New features"

* Add `Client#float` methods to manipulate floating status.

* Add `Client#manage` methods to manipulate managed status.

* The `Client#tags=` method now accepts '~' and '!' tag prefixes.


%|paragraph "Bug fixes"

* There is no `View#move_focus` method, only `View#select`.

* Assertion failure in test suite because all files in <tt>/rbar</tt> (inside wmii's IXP filesystem) contain an automatic color header when read.


%|paragraph "Housekeeping"

* Use simpler Copyright reminder at the top of every file.

* Open source is for fun, so [be nice](http://loiclemeur.com/english/2009/03/never-criticize-your-competitors.html): speak of "related works" instead of "competitors".


%|section "Version 3.0.0 (2009-05-11)"

This release revises method names, adds new methods, and fixes a bug.
Expand Down
4 changes: 2 additions & 2 deletions lib/rumai.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
require 'inochi'

Inochi.init :Rumai,
:version => '3.0.0',
:release => '2009-05-11',
:version => '3.1.0',
:release => '2009-10-02',
:website => 'http://snk.tuxfamily.org/lib/rumai/',
:tagline => 'Ruby interface to the wmii window manager',
:develop => {
Expand Down

0 comments on commit 6c96a0d

Please sign in to comment.