miniature (0.5.0-1) unstable; urgency=low

  * Release 0.5.0 "London 1851" for Harmattan

 -- Michael Hasselmann <michael@taschenorakel.de>  Fri, 04 Nov 2011 17:16:37 +0100

miniature (0.4.99+0.5rc0) unstable; urgency=low

  * Fixes: BMO#12470 - Check mate needs to be parsed and processed in Miniature
  * Fixes: BMO#12426 - Miniature doesn't handle draw requests
  * Fixes: BMO#12351 - Make move confirmation an option or remove it
  * Fixes: BMO#12435 - Miniature should recognize games forfeited on time
  * Fixes: BMO#12408 - Some registered users can't play Miniature as white
  * Fixes: BMO#12359 - Miniature FICS user must fill id & password every time
  * Fixes: BMO#12394 - Miniature should set autoflag 1 automatically
  * Fixes: BMO#12464 - Seeks of players with <1000 points are not listed
  * Fixes: BMO#12420 - Miniature crashes on closing the application from recents view
  * Fixes: BMO#12377 - [TASK] Don't hardcode chessboard colors in backend
  * Fixes: BMO#12390 - Make last turn visible

 -- Michael Hasselmann <michael@taschenorakel.de>  Wed, 02 Nov 2011 11:54:41 +0100

miniature (0.4.0-1) unstable; urgency=low

  * Fixes: BMO#12382 - Miniature doesn't handle end games
  * Fixes: BMO#12409 - Miniature doesn't handle rating values properly after the first move
  * Fixes: BMO#12395 - MainPage: Avoid upper case for the first letter in username input field
  * Fixes: BMO#12389 - About dialog button moves up when virtual keyboard is invoked
  * Fixes: BMO#12344 - Miniature chat in FICS doesn't work
  * Fixes: BMO#12382 - Miniature doesn't handle end games
  * Fixes: BMO#12365 - Promotion does not work
  * Fixes: BMO#12369 - Disconnection not handled correctly
  * Fixes: BMO#12363 - Signals for seeks cancelled and games started
  * Fixes: BMO#12375 - FICS login textfields should jump to next when pressing Enter
  * Fixes: BMO#12337 - Miniature UI can't handle incorrect FICS login
  * Fixes: BMO#12339 - Miniature logs to FICS already in MainPage
  * Fixes: BMO#12343 - Local timers should stop at 0
  * Fixes: BMO#12361 - Create a new game: "+" Button instead "new" button
  * Fixes: BMO#12363 - Signals for seeks cancelled and games started
  * Fixes: BMO#12364 - Frontend allows illegal moves in general
  * Fixes: BMO#12357 - Castling does not work (Using two N950s on FICS)
  * Fixes: BMO#12355 - List of games: Change possible time control filter options
  * Fixes: BMO#12336 - Multiple instances of Miniature can be opened

 -- Mchael Hasselmann <michael@taschenorakel.de>  Tue, 13 Sep 2011 21:20:27 +0200

miniature (0.3.0-1) unstable; urgency=low

  * Nearly complete QML UI.
  * Can respond to FICS game ads.
  * Basic support to follow FICS games

 -- Michael Hasselmann <michael@taschenorakel.de>  Wed, 24 Aug 2011 00:01:05 +0200

miniature (0.2.1-1) unstable; urgency=low

  * Integrate QML UI with backend.
  * Implement live view for FICS game ads.

 -- Michael Hasselmann <michael@taschenorakel.de>  Mon, 01 Aug 2011 07:55:30 +0200

miniature (0.2.0-1) unstable; urgency=low

  * Rewrote backends from scratch.
  * Proof-of-concept FICS supoprt.
  * New QML UI.

 -- Michael Hasselmann <michael@taschenorakel.de>  Sun, 31 Jul 2011 07:23:00 +0200

miniature (0.1.7-1) unstable; urgency=low

  * New pre-game screen added to choose between game modes.
  * In local games, both player have their own dashboard now, fullscreened. It
    demoes the (incomplete) user interaction proposed here:
    http://wiki.maemo.org/Miniature/Development/Phase_1.0:_Offline_chess_basics#New_UX_proposal
  * Game log screen allows for easier bug reporting.

 -- Michael Hasselmann <michael@taschenorakel.de>  Tue, 09 Feb 2010 00:46:45 +0100

miniature (0.1.6-1) unstable; urgency=low

  * Fixes b.m.o bug #7203 - "Game can continue with King being in check by Knight".
  * Fixes b.m.o bug #7204 - "Pawn won't promote to Queen".
  * Fixes b.m.o bug #7205 - "Castling doesn't work".
  * Fixes b.m.o bug #7252 - "Miniature doesn't know about en-passant captures".
  * Fixes b.m.o bug #7251 - "A Second Queen does not cause check".
  * Fixes b.m.o bug #7253 - "Check! when there is actually no check".
  * Fixes b.m.o bug #7255 - "Animations seem to get corrupted over time".

 -- Mathias Hasselmann <mathias.hasselmann@maemo.org>  Mon, 11 Jan 2010 21:13:56 +0100

miniature (0.1.5-1) unstable; urgency=low

  * Improve animation speed.
  * Introduce piece shadows as cancel indicator.

 -- Mathias Hasselmann <mathias.hasselmann@maemo.org>  Mon, 21 Dec 2009 22:35:18 +0100

miniature (0.1.4-1) unstable; urgency=low

  * Introduce various animations.

 -- Mathias Hasselmann <mathias.hasselmann@maemo.org>  Mon, 21 Dec 2009 20:10:05 +0100

miniature (0.1.3-1) unstable; urgency=low

  * Moved players to bottom and top of board so that a player is located "behind" his pieces.
  * Introduced an action area for each player that indicates the status during
    a turn. It also allows the player to cancel a piece selection and to
    confirm a move, thus ending a turn. Undoing a move can be performed by clicking
    the piece's origin.
  * Store a complete history of the game, thus enabling prev/next move
    functionality again.
  * Implemented visual check hint.
  * Improved piece selection and move performance
  * Let Miniature start with the start position

 -- Mathias Hasselmann <mathias.hasselmann@maemo.org>  Fri, 18 Dec 2009 11:54:41 +0100

miniature (0.1.2-1) unstable; urgency=low

  * Only legal moves can be performed by every piece.
  * Pieces can be properly captured.
  * Black and white take turns.
  * Pawns are automatically promoted to pawns once they reach the last rank.
  * A new - less glossy - board skin was added.
  * A debug console has been added.
  * Implement OSSO D-Bus service to prevent getting killed from watchdog.

 -- Mathias Hasselmann <mathias.hasselmann@maemo.org>  Fri, 27 Nov 2009 11:40:17 +0100

miniature (0.1.1-1) unstable; urgency=low

  * Add icon to be shown in Hildon Task Launcher and Application Manager.
  * Created a more visible selection frame, refined move handling.


miniature (0.1-1) unstable; urgency=low

  * Initial release.

 -- Mathias Hasselmann <mathias.hasselmann@maemo.org>  Sun, 15 Nov 2009 20:11:13 +0100
