Skip to content

Releases: KSP-RO/RSSTimeFormatter

v1.12.1.0 for KSP 1.12

13 May 04:58
42b4dc3
Compare
Choose a tag to compare

What's Changed

  • Format in the correct language, default to CLDR medium by @eggrobin in #19 Note that this results in dates that include month names, and adds a distinction between PrintDate and PrintDateCompact (the latter remains in the traditional numbers-only format).

1.12.0.1 for KSP 1.12

04 Dec 17:12
e9ad24f
Compare
Choose a tag to compare

1.12.0.1

KSP Version

KSP 1.12

Changes

  • CKAN metadata fixes

1.12.0 for KSP 1.12

31 Oct 17:05
Compare
Choose a tag to compare

1.12.0.0

KSP Version

KSP 1.12

Changes

  • Implement the missing interface method from KSP 1.12

1.10.1 for KSP 1.8-1.10

10 Aug 02:42
Compare
Choose a tag to compare

1.10.1.0

KSP Version

KSP 1.8 - 1.10

Changes

  • Feature: Display the actual date in flight view (instead of yyyy-dd à la stock) (@al2me6)

1.10 for KSP 1.8-1.10

06 Jun 12:37
3bff7ac
Compare
Choose a tag to compare

1.10.0.0

KSP Version

KSP 1.8 - 1.10

Changes

  • Fix: unnecessary log spam (@siimav )
  • Fix: Log strings didn't include identifier (@siimav )

1.6.1.0 for KSP 1.6.1-1.7.3

09 Aug 17:28
Compare
Choose a tag to compare

1.6.1.0

KSP Version

KSP 1.6.1-1.7.3 (and probably all the others as well)

Changes

  • @siimav Fixed PrintDateDelta() outputting years instead of days

1.5.1.0 for KSP 1.5.1

05 Nov 14:43
Compare
Choose a tag to compare

1.5.1 support

1.4.5.0 for KSP 1.4.5

28 Aug 14:54
Compare
Choose a tag to compare
1.4.5 support

RSS DateTime Formatter v1.4.3.0

29 May 17:58
2f1dd55
Compare
Choose a tag to compare

1.4.3.0

Releasing in preparation of the RSS/RO 1.4.x release. Also, I figured it might help to have the first 3 parts of our version be what KSP version this is targeted at, and the last number be a build number.

KSP Version

KSP 1.4.3

Changes

  • @aw1621107 : #7 (KSP 1.4.1 version support)
  • @rsparkyc, #9 recompiled against 1.4.3, and did some work to break apart some of the files into their own classes. In doing that, I found that we had some of our own classes defined that were already part of KSP (see PR for details)

RSS DateTime Formatter v1.2.0.0

31 Mar 22:23
5cc425a
Compare
Choose a tag to compare

1.2.0.0

Releasing as part of the RSS/RO 1.3.1 release under the auspices of @raidernick in the absence of @NathanKell.

KSP Version

KSP 1.3.1

Changes

In the order of pull requests:

  • @eggrobin, in #3: changed the default date format to follow the international standard ISO 8601 (extended format), in order to obviate confusion between month/day and day/month formats; made the date format configurable with a RSSTimeFormatter config node (see the pull request description).
  • @awang, in #6: updated for KSP 1.3.0, and then for KSP 1.3.1.