Releases: stefansundin/rssbox
Releases · stefansundin/rssbox
fly/v24
Deploy ed11bb8
Diff: fly/v23...fly/v24
- Fix certbot renewal.
- Replace certbot cron with systemd timer.
- EB: Replace restart-app cron with systemd timer.
- Upgrade bootstrap to v5.3.3.
- twitch-embed: Do nothing if the location hash is not set.
- Ruby 3.3.1
- YouTube improvements. Add a hidden way to use the RSS Box endpoint (hold the shift key when submitting the form). Add YouTube feed options to the modal. Fix the shorts filter by querying youtube.com/shorts/ for each video (it will make the query more expensive, consider using
min_length
instead). - Silence Ruby deprecation warning.
- Remove
resolv-replace.rb
. Hopefully it is not used for anything important. - Reset feed options when the modal is opened.
- Make sure
App::Google
is loaded first. - Merge pull request #70 from stefansundin/twitter-api-v2
- Add a few warnings regarding Twitter.
- Update clogger git source URL.
fly/v23
fly/v22
fly/v21
Deploy 8a7ee32
Diff: fly/v20...fly/v21
fly/v20
Deploy 8a7ee32
Diff: fly/v16...fly/v20
- Fix
find
filter. - Disable
X-XSS-Protection
as it is considered unsafe nowadays. - Fix looking up YouTube @username URLs.
- Upgrade gems.
- Revert "Stop selecting the feed URL so much. Only select it when the Copy button is clicked."
- Update dark mode code. Make it usable when localStorage is not available (e.g. in iframes).
- Allow a default theme to be specified by adding a URL query string parameter:
&theme=dark
or&theme=light
. Default is to auto-detect. - Fix YouTube username lookup.
- Upgrade gems.
- Update nginx configuration.
- Install libyaml-devel.
- Work around issue with /var/log/nginx/healthd not existing.
- Fix dark mode checkbox shift-click in Firefox.
- EB: Ruby 3.2 on Amazon Linux 2023
- Support new svtplay.se URL format.
- countdown: accurately count down to dates that are more than 24 days in the future. weird
- countdown: use
font-variant-numeric: tabular-nums;
for a nicer looking countdown. - countdown: modernize
- twitch-embed: modernize
- Fix the
tz
element making the button square (i.e. not rounded on the right side) because it is not the last element anymore. - Upgrade to bootstrap v5.3.2 which has a much improved dark mode.
substr
->substring
- Update gems.
fly/v16
Deploy ef68e0a
Diff: fly/v12...fly/v16