Changelog


A fun and fresh way to display changes I’ve been making on my blog.

Fixing embeds.

Bug Fix Jan 29, 2018

Sometimes, it is just easier to post an embed instead of dealing with objects and other weird code. Sadly, WebAPP doesn’t support iframe tags. Well, now it does! But, I broke preview turning it on. After some searching, I figured out to get it to work again, while adding in some additional protection. If something doesn’t work, blame the developer. Crud, guess that’s me. 🙁


Topic sorting fixed, plus a couple of other bugs.

Bug Fix Jan 28, 2018

Reading through my articles, I noticed things didn’t look right. Scrolling through the articles, I discovered that they were out of order. I’m sure it is from consolidating categories some time back. I quickly added a reverse sort to fix the issue, but now I’m wondering if anything is broken elsewhere.

As a side note, I now display a 404 error when a topic category doesn’t exist. I also fixed the image issue with RSS feeds—I was using a bad filter match.


Race calendar!

New Feature Jan 11, 2018

My wife had been asking me the other day when my races were so she could add them to her phone. I wondered if I could automate the process, so I dug in and learned how to create an iCalendar. After some trial and error, I was able to get the file to load properly in Google and iPhone calendars. It even has a name!


ZX81 program filters.

New Feature Jan 10, 2018

I’ve been wanting to a add a filter to the ZX81 program listing for awhile now. That option is now a reality. Based on the filter system I used for race tracking, you can now filter the list based on the program category.

At the same time, I also matched description styles to the front page. Although a minor change, it presents the users with a consistent look.


Race distance suggestions.

New Feature Jan 10, 2018

I’ve fixed the race distance selector to now show suggestions on focus. This should make it easy to select the right distance without having to type anything. I still allow you to enter any value you want, such as for odd distances or other events. Yet, by suggesting some common distances, I set up the interface for future filters.