*** Future releases will start at https://github.com/smeghead/starbug1. ***
Starbug1 is web-based BTS(bug tracking system) This is fast, simple and lots of ticket properties can be customized. You can use Starbug1 on Linux, FreeBSD, MacOSX or Windows. Starbug1 is written by C.
Starbug1 0.1.6-betaをリリースします。
主な変更は以下です。
* デザインの変更(シンプルにした)
* 日付項目の入力支援のcalendarのバグ修正
* 入力フォームへの説明書きを追加
2008-03-21 smeghead <smeghead@users.sourceforge.jp>
* cssの調整。
2008-03-19 smeghead <smeghead@users.sourceforge.jp>
* simple_string.cで、realloc時のサイズ指定を修正。
2008-03-18 smeghead <smeghead@users.sourceforge.jp>
* strcatを使用している部分を、simple_stringを使用するように修正した。
* stackに1Mのバッファを取っている部分を、ヒープに確保するように変更した。
2008-03-14 smeghead <smeghead@users.sourceforge.jp>
* 入力フォームの下に、複数行テキスト項目での、他チケットリンクとpre記法に
ついての説明を追加した。ヘルプにも追記した。
* 日付項目の入力支援のcalendarのバグを修正した。
* ナビゲーションメニューの状態別チケットを状態別チケット一覧に変更した。
* チケットの最新情報の色を変更した。
2008-03-13 smeghead <smeghead@users.sourceforge.jp>
* 入力フィールドにmaxlengthの指定を追加した。
* デザインをシンプルに変更した。
2008-03-07 smeghead <smeghead@users.sourceforge.jp>
* 簡易可変文字列ユーティリティを追加した。