User:Soulweaver/SigServer Changelog Next: Difference between revisions
Jump to navigation
Jump to search
Soulweaver (talk | contribs) mNo edit summary |
Soulweaver (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
== Version 1.1.0 (yyyy-mm-dd) == | == Version 1.1.0 (yyyy-mm-dd) == | ||
* [Feature] Allow prefix operators; negative numbers are now supported without workarounds like <code><nowiki>{{0 - 1}}</nowiki></code> | * [Feature] Allow prefix sign operators; negative numbers are now supported without workarounds like <code><nowiki>{{0 - 1}}</nowiki></code> | ||
* [Feature] Allow the not operator (<code>!</code>) for flipping a boolean variable's value | |||
* [Feature] Extend the <code>date()</code> function; second parameter may now be a numeric value representing the unix timestamp, and third parameter may now be an offset from UTC to shift the output time with | * [Feature] Extend the <code>date()</code> function; second parameter may now be a numeric value representing the unix timestamp, and third parameter may now be an offset from UTC to shift the output time with | ||
* [Feature] Add <code>middle</code>/<code>center</code> keywords to text alignment | * [Feature] Add <code>middle</code>/<code>center</code> keywords to text alignment | ||
* [Feature] Implement per-signature anime title language selection ({{t|1701}}) | * [Feature] Implement per-signature anime title language selection ({{t|1701}}) | ||
* [Feature] Implement per-signature episode title language selection ({{t|2989}}) | * [Feature] Implement per-signature episode title language selection ({{t|2989}}) | ||
* [Feature] Introduce more fine-grained access control ({{t|1375}}). Signatures can now only retrieve data that is visible to guests by default. By selecting a different access mode, the signature can retrieve either all normal entry data, or all data including porn entries. | |||
* [Feature] Added several new fonts to choose from, both for variety and for required non-Latin language support: <code>code2000</code> (several scripts; [https://en.wikipedia.org/wiki/Code2000 info]), <code>florencesans</code> (Latin scripts), <code>jackeyfont</code> (pixel font for Japanese scripts), <code>lateef</code> (Arabic scripts), <code>notonaskharabic</code> (Arabic scripts – no Latin support), <code>notosanscjk</code> (Japanese, Chinese, Korean scripts), <code>ubuntu</code> and <code>ubuntu_bold</code> (Latin, Greek, Cyrillic scripts) | * [Feature] Added several new fonts to choose from, both for variety and for required non-Latin language support: <code>code2000</code> (several scripts; [https://en.wikipedia.org/wiki/Code2000 info]), <code>florencesans</code> (Latin scripts), <code>jackeyfont</code> (pixel font for Japanese scripts), <code>lateef</code> (Arabic scripts), <code>notonaskharabic</code> (Arabic scripts – no Latin support), <code>notosanscjk</code> (Japanese, Chinese, Korean scripts), <code>ubuntu</code> and <code>ubuntu_bold</code> (Latin, Greek, Cyrillic scripts) | ||
* [Feature] New variable: <code>$stat_mylist_last_aid</code> | * [Feature] New variable: <code>$stat_mylist_last_aid</code> |
Revision as of 02:30, 20 August 2017
WIP list for changelog page to be added at next release. More items may be added.
Version 1.1.0 (yyyy-mm-dd)
- [Feature] Allow prefix sign operators; negative numbers are now supported without workarounds like
{{0 - 1}}
- [Feature] Allow the not operator (
!
) for flipping a boolean variable's value - [Feature] Extend the
date()
function; second parameter may now be a numeric value representing the unix timestamp, and third parameter may now be an offset from UTC to shift the output time with - [Feature] Add
middle
/center
keywords to text alignment - [Feature] Implement per-signature anime title language selection (1701)
- [Feature] Implement per-signature episode title language selection (2989)
- [Feature] Introduce more fine-grained access control (1375). Signatures can now only retrieve data that is visible to guests by default. By selecting a different access mode, the signature can retrieve either all normal entry data, or all data including porn entries.
- [Feature] Added several new fonts to choose from, both for variety and for required non-Latin language support:
code2000
(several scripts; info),florencesans
(Latin scripts),jackeyfont
(pixel font for Japanese scripts),lateef
(Arabic scripts),notonaskharabic
(Arabic scripts – no Latin support),notosanscjk
(Japanese, Chinese, Korean scripts),ubuntu
andubuntu_bold
(Latin, Greek, Cyrillic scripts) - [Feature] New variable:
$stat_mylist_last_aid
- [Fix] Use HTTPS for external links and retain scheme for local ones (2457)
- [Fix] Fonts with underscores in their names can now be set as default fonts
- [Fix] Variable
$animestat_an_gn_group_gshortname
now works correctly - [Fix]
$animestat_an_gn_group_*
variables now work even if the group's release has no ratings - [Fix] Finished anime variables didn't include movies finished by watching files of partial episodes (962; fixed on AniDB side)
- [Misc] Lots of code cleanup behind the scenes
- [Misc] Most labels in forms are now correctly connected to their respective input tags
- [Misc] Renamed some variables for consistency; old names will still work for now
$stat_mylist_lastanime
→$stat_mylist_last_aname
$stat_mylist_lastanime_date
→$stat_mylist_last_date
$latestanime_idn_name
→$latestanime_idn_aname