Releases: ryanlelek/Raneto
Releases · ryanlelek/Raneto
v0.18.0
2025.09.15 / v0.18.0
This is a modernization refactor.
- [BREAKING] Default port is 8080 and not 3000
- [BREAKING] Minimum Node.js is v22.x LTS
- [BREAKING] Rename branch to "main" from "master"
- [BREAKING] Packages removed:
pm2,commander,tail,serve-favicon - [BREAKING]
bin/ranetoremoved as it is out of scope. Please do not use PM2 and instead usenpm start, containers, systemd, etc. - [BREAKING] Modernizing, moving to ESModules,
require => import,const/let,node:import prefix,module.exports => export,'use strict';etc. - [BREAKING] CSP (Content Security Policy) is now enforcing
- [New] Theme redesign
- [New] Table of Contents Link Targets (marked-gfm-heading-id)
- contributed by @dkuhlman
- [New] Multi-architecture container builds
- [New] File-based sessions to prevent requiring login on restart
- [Fix] Better searching (fuzzy, partial matches)
- [Misc] Replacing underscore with lodash and sanitize-html
- [Misc] Remove node-fetch, using native Node.js version
- [Misc] Remove extend, explicitly declaring @eslint/js dependency
- [Misc] Remove hogan-express in favor of mustache-express
- [Misc] Change "Meta information" to "metadata"
- [Misc] Upgrading to Express v5.x
- [Misc] Dependency upgrades
- [Add] Container build (raneto:latest) on push to main
- [Add] Container build (raneto:tag) on tag creation
- [Fix] Windows support (mainline versions only)
v0.17.8
v0.17.7
v0.17.6
v0.17.5
v0.17.3
2023.04.11 / v0.17.3
- [New] Linter Updates
-- dddade7 (ESLint 1)
-- 5637568 (ESLint 2)
-- 878e95b (Prettier) - [Fix] Commander/PM2 (Unsupported)
-- 19605c2 - [Misc] Dependency upgrades
-- Packages current as of today (exception:glob)
-- 66e08c6 (Container Image)
-- bf6d33e (NPM Packages) - Extract
themes/to new repository/package @raneto/theme-default - Extract
example/to new repository - [Removed] Package
gulp-shell - [Removed] Package
markdown-it
v0.17.2
v0.17.1
2022.08.02 / v0.17.1
IMPORTANT - SECURITY FIXES
- [SECURITY] Sanitization, DoS, Best Practices by @J-GainSec #368
-- Mitigation @ryanlelek #370 - [New] Finnish Translation by @Mixerboy24 #363 Oksanen / LocalghostFI Ltd
- [Fix] Redirect Fix on server restart, suggested by @leofranke95 #340
- [Fix] Docker image build process by @jj-style #355
- [Fix] Top bar navigation by @norogoth #357 #358
- [Fix] Add Page to Current Category @Meiwer #364
Fully up to date modules as of 2022-08-02
(except 3 held modules due to breaking changes)
-- Ryan