Skip to content

Releases: bolsinga/web_generator

Site-Generator-2022.03.27

27 Mar 15:43
b2df54b
Compare
Choose a tag to compare

What's Changed

  • Remove site.times property. by @bolsinga in #81
  • Use try with resources when reading Diary statics by @bolsinga in #82
  • Use try with resources when reading diary entries by @bolsinga in #83
  • Use try with resources when writing ical ics files by @bolsinga in #84
  • Use try with resources when reading band sort files by @bolsinga in #85
  • Use try with resources when reading relation files by @bolsinga in #86
  • Use try with resources when reading shows files by @bolsinga in #87
  • Use try with resources when reading venue files by @bolsinga in #88
  • Use try with resources when creating rss file by @bolsinga in #89
  • Use try with resources when creating all html files by @bolsinga in #90
  • Use try with resources when reading settings by @bolsinga in #91
  • Use try with resources when copying css by @bolsinga in #92
  • Use try with resources when writing out json files by @bolsinga in #93
  • Use JDK 18 to build by @bolsinga in #94
  • disable finalization by @bolsinga in #95

Full Changelog: Site-Generator-2021.10.19...Site-Generator-2022.03.27

Site-Generator-2021.10.19

20 Oct 04:03
8bfc9d4
Compare
Choose a tag to compare

Site-Generator-2021.08.27

27 Aug 23:40
163dde1
Compare
Choose a tag to compare

Built with JDK 16

Site-Generator-2020.11.20

21 Nov 04:25
b0329b4
Compare
Choose a tag to compare

Latest Release.

Site-Generator-2020.10.13

14 Oct 03:13
b926cdf
Compare
Choose a tag to compare
Sort parsed itunes albums for consistency (#38)

This will ensure that the album IDs, which are created sequentially, will be consistent between different sources of data, ie JSON vs XML itunes. This is because those files are not in the same order. Sorting this makes them consistent with each other.

Site-Generator-2020.06.27

28 Jun 03:48
f7a20ad
Compare
Choose a tag to compare

Site-Generator-2020.06.02

03 Jun 04:17
0bd6496
Compare
Choose a tag to compare

Stop parsing XML with JAXB. Use SAX.
Update from JDK 1.8 to JDK 14.
Emit Last Played Song on main page.

Site-Generator-2020.03.11...Site-Generator-2020.06.02