SigServer:Changelog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{TOCright}} | {{TOCright}} | ||
== Version 0.1.2.0 Beta ( | == Version 1.0.0.0 (Not released yet) == | ||
*[Feature] Time wasted, MyList total time and number of AVDumped files added to $stat ([http://tracker.anidb.info/view.php?id=984 984]) | |||
*[Feature] Alternative of setting variable using SigMath (<code>{{ @var = "value" }}</code>) ([http://tracker.anidb.info/view.php?id=1008 1008]) solving [http://tracker.anidb.info/view.php?id=851 851] as well | |||
*[Feature] <code>length();</code> to determine a string's length ([http://tracker.anidb.info/view.php?id=845 845]) | |||
*[Feature] <code>fetch();</code> to fetch the variable given as string argument ([http://tracker.anidb.info/view.php?id=882 882]) | |||
*[Feature] <code>div();</code> for integer division ([http://tracker.anidb.info/view.php?id=895 895]) | |||
*[Bug] Variable prefix conflict ([http://tracker.anidb.info/view.php?id=850 850]) | |||
*[Misc] "Down for maintenance" when database is down ([http://tracker.anidb.info/view.php?id=852 852]) | |||
*[Misc] Show cached signature when database is down ([http://tracker.anidb.info/view.php?id=853 853]) | |||
*[Misc] Rewrite of SigMath engine ([http://tracker.anidb.info/view.php?id=883 883]) | |||
== Version 0.1.2.0 Beta (2007-12-14 - 2008-03-12) == | |||
*[Bug] PNG Image transparency wasn't preserved ([http://tracker.anidb.info/view.php?id=842 842]) | *[Bug] PNG Image transparency wasn't preserved ([http://tracker.anidb.info/view.php?id=842 842]) | ||
*[Bug] SigServer is borked ([http://tracker.anidb.info/view.php?id=1006 1006]) | |||
== Version 0.1.1.0 Beta (2007-12-13) == | == Version 0.1.1.0 Beta (2007-12-13) == |
Revision as of 12:38, 12 March 2008
Version 1.0.0.0 (Not released yet)
- [Feature] Time wasted, MyList total time and number of AVDumped files added to $stat (984)
- [Feature] Alternative of setting variable using SigMath (
Template:@var = "value"
) (1008) solving 851 as well - [Feature]
length();
to determine a string's length (845) - [Feature]
fetch();
to fetch the variable given as string argument (882) - [Feature]
div();
for integer division (895)
- [Bug] Variable prefix conflict (850)
- [Misc] "Down for maintenance" when database is down (852)
- [Misc] Show cached signature when database is down (853)
- [Misc] Rewrite of SigMath engine (883)
Version 0.1.2.0 Beta (2007-12-14 - 2008-03-12)
Version 0.1.1.0 Beta (2007-12-13)
- [Feature] Uppercase/lowercase functions added (820)
- [Feature] Signature URLs ending with file extensions (837)
- [Feature] Manual setting of JPEG compression level (806)
- [Feature] Unlimited amount of backgrounds/images/signatures for admin users (819)
- [Feature] More redirect options added (807)
- [Feature] Separation of default and custom backgrounds (816)
- [Feature] All available data feeds supported (805)
- [Bug] 0 not classified as a value (821)
- [Bug]
<shape hollow="false">
broken (827) - [Bug] No error page on session cookie error (808)
- [Bug] Statistics reset cron job didn't run (829)
- [Misc] SigServer documentation moved to wiki (826)
- [Misc] More default backgrounds within ARC limits (818)
Version 0.1.0.0 Beta (2007-11-25)
- Initial release