Releases: bolsinga/web_generator
Releases · bolsinga/web_generator
Site-Generator-2025.10.19
What's Changed
- Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #169
- Bump actions/setup-java from 4 to 5 in the github-actions group by @dependabot[bot] in #170
- do not try to tokenize an empty line when reading shows by @bolsinga in #172
Full Changelog: Site-Generator-2025.03.15...Site-Generator-2025.10.19
Site-Generator-2025.03.15
Fixes CDs imported with Lossless!
What's Changed
Full Changelog: Site-Generator-2025.02.22...Site-Generator-2025.03.15
Site-Generator-2025.02.22
What's Changed
- Add og:description to Entry by @bolsinga in #158
- Add og:description to Shows with comments too. by @bolsinga in #159
- remove extra spaces in og:description by @bolsinga in #160
- Use "largeImage" property to populate og:image by @bolsinga in #163
- fill out more og:description by @bolsinga in #167
Full Changelog: Site-Generator-2025.02.21...Site-Generator-2025.02.22
Site-Generator-2025.02.21
What's Changed
- Improve Similar Artists Diagnostic Output by @bolsinga in #96
- Add sort name property to Venue by @bolsinga in #97
- Use Apple Maps by @bolsinga in #98
- Update to JDK 19 by @bolsinga in #99
- Add json files to the web output for future work by @bolsinga in #100
- add link back to github in program name by @bolsinga in #101
- use checkout v3 by @bolsinga in #102
- update to setup-java v2 by @bolsinga in #103
- GitHub action upload artifact v3 by @bolsinga in #104
- handle when an album has multiple discs by @bolsinga in #105
- Make less of Encode public by @bolsinga in #106
- Remove requires transitional HTML check by @bolsinga in #107
- Stop embedding artist, album, and venue names into text by @bolsinga in #108
- Show Encoding is just making it HTML safe by @bolsinga in #109
- Encode is now a static class with static methods by @bolsinga in #110
- remove shortened css names code by @bolsinga in #111
- update to setup-java@v3 by @bolsinga in #112
- Update readme about encoding by @bolsinga in #113
- update readme about css names by @bolsinga in #114
- always use human friendly formatted output by @bolsinga in #115
- Add DuckDuckGo Search Form by @bolsinga in #116
- remove index only site as it builds so fast it does not matter by @bolsinga in #118
- remove gen-json by @bolsinga in #119
- add itunes json to the usage by @bolsinga in #120
- Have action be the first paramter to site and Main by @bolsinga in #121
- Move output-dir to the second parameter by @bolsinga in #122
- Remove JSON action by @bolsinga in #123
- move itunes file after other data files by @bolsinga in #124
- settings is now the 3rd parameter by @bolsinga in #125
- Different actions have different requirements by @bolsinga in #126
- Add more info to some script error logs by @bolsinga in #127
- sort artist albums by id for consistent json output by @bolsinga in #128
- Sort Shows in JSON Output by @bolsinga in #129
- Remove Date.isUnknown JSON Property by @bolsinga in #130
- Use URI since create URL from strings is deprecated. by @bolsinga in #132
- update to java 20 by @bolsinga in #131
- Also exports shows-only JSON by @bolsinga in #133
- showsOnly have empty songs and albums by @bolsinga in #134
- Add redirect files for Artist, Venue, Show. by @bolsinga in #135
- add TKIND_ITUNES_LP by @bolsinga in #136
- Venues now have stable IDs by @bolsinga in #137
- Shows now have stable IDs by @bolsinga in #138
- Artists now have stable IDs by @bolsinga in #139
- Add meta data to redirects for link previews by @bolsinga in #140
- Add og.image to redirect documents by @bolsinga in #141
- Add OpenGraph to all pages by @bolsinga in #142
- improve artist og data by @bolsinga in #143
- improve venue og data by @bolsinga in #144
- improve show og data by @bolsinga in #145
- update to java 21 by @bolsinga in #146
- update to checkout v4 by @bolsinga in #147
- Add dependabot. See bolsinga/site#756 by @bolsinga in #148
- Bump the github-actions group with 2 updates by @dependabot in #149
- Dump all missing artist IDs instead of asserting when first found. by @bolsinga in #150
- Calculate and emit missing artist IDs by @bolsinga in #151
- add new TKIND_QUICKTIME_MOVIE_FILE by @bolsinga in #152
- Use UTF-8 for reading shows and diary files! by @bolsinga in #153
- do not createRedirectDocument in the background by @bolsinga in #155
- update builds to java23 by @bolsinga in #156
- Create individual redirect pages for Entries. by @bolsinga in #157
New Contributors
- @dependabot made their first contribution in #149
Full Changelog: Site-Generator-2022.03.27...Site-Generator-2025.02.21
Site-Generator-2022.03.27
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
jdk 17
Site-Generator-2021.08.27
Built with JDK 16
Site-Generator-2020.11.20
Latest Release.
Site-Generator-2020.10.13
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
Remove Google