Skip to content

Releases: yewang/besogo

0.0.2-Alpha Release

30 May 13:40
Compare
Choose a tag to compare
0.0.2-Alpha Release Pre-release
Pre-release

Demo site at http://yewang.github.io/besogo/
Example installation at http://yewang.github.io/besogo/stable.html

Use one of the following JavaScript files

  • besogo.all.js contains all of the JavaScript source concatenated in a single file
  • besogo.min.js is the above minified using Google's Closure Compiler

Use besogo.css which provides essential GUI styling and rendering parameters

Use one of the board-X.css CSS files to select the board theme

Changes

  • Redesigned responsive behavior
  • Added realistic stone and board rendering
  • Added and modified themes
  • Added mousewheel navigation
  • Converted index.html to demo page, moved old index.html to stable.html
  • Added fixedSize.html examples page
  • Fixed minor tree panel bug
  • Tweaked margin for coordinate labels slightly
  • Added build script for generating combined and minified releases
  • Reorganized code into folders

0.0.1-Alpha Release

26 Apr 00:28
Compare
Choose a tag to compare
0.0.1-Alpha Release Pre-release
Pre-release

Example installation at http://yewang.github.io/besogo/

Use one of the following JavaScript files

  • besogo.all.js contains all of the JavaScript source concatenated in a single file
  • besogo.min.js is the above minified using Google's Closure Compiler

Use besogo.css which provides essential GUI styling and rendering parameters

Use one of following CSS files to select the board theme

  • board-std.css standard board theme
  • board-alt.css alternate board theme
  • board-book.css book (black and white) board theme
  • board-dark.css dark (night mode) board theme

Changes

  • Tweaked widget auto-resize behavior
  • Refactored for CSS based board themes
  • Removed board hover effects for touch devices (fixes iOS issues)
  • History remembered during tree navigation
  • Favicon added to repository

Alpha Preview Release

02 Feb 21:54
Compare
Choose a tag to compare
Alpha Preview Release Pre-release
Pre-release

This is an initial alpha preview release. Comments, suggestions, feature requests, and bug reports are welcome. Please contact me first if you are interested in contributing via pull requests.

besogo.all.js contains all of the JavaScript source concatenated in a single file

besogo.min.js is the above minified using Google's Closure Compiler