Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ryanlelek/Raneto

v0.18.0

15 Sep 11:23

Choose a tag to compare

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/raneto removed as it is out of scope. Please do not use PM2 and instead use npm 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)
  • [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

22 Feb 07:34

Choose a tag to compare

2024.02.22 / v0.17.8

  • [New] ShowOnMenu by @mgdesign #388
  • [Misc] Upgrading to latest Node.js LTS v18.x and v20.x
  • [Misc] Linting / Prettier

v0.17.7

21 Feb 11:40

Choose a tag to compare

2024.02.21 / v0.17.7

  • [Fix] Markdown content parser/sanitization (863aaf5)
  • [Misc] Dependency upgrades (ed4f097)

v0.17.6

06 Nov 19:40

Choose a tag to compare

2023.11.06 / v0.17.6

  • [Misc] Dependency upgrades

v0.17.5

20 Jun 07:04

Choose a tag to compare

2023.06.20 / v0.17.5

  • [Misc] Dependency upgrades

v0.17.3

11 Apr 19:07

Choose a tag to compare

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

28 Aug 14:38

Choose a tag to compare

2022.08.28 / v0.17.2

  • [Fix] Crash for ignored directories by @pmoleri #369
  • [Docs] Updated, first pass
  • [Misc] Pipelines fixed after Travis CI shutdown
  • [Misc] Dependency upgrades
    -- Packages current as of today (exception: bootstrap)

v0.17.1

04 Aug 04:55
5ae78ba

Choose a tag to compare

2022.08.02 / v0.17.1

IMPORTANT - SECURITY FIXES

Fully up to date modules as of 2022-08-02
(except 3 held modules due to breaking changes)

-- Ryan

v0.17.0

28 Mar 17:57
2886596

Choose a tag to compare

2021.03.28 / v0.17.0

Possible breaking changes, based on your implementation

  • [Edit] Listening on 127.0.0.1 instead of all interfaces #345

Fully up to date modules as of 2020-03-28

-- Ryan

v0.16.6

04 Feb 11:55
20ba40d

Choose a tag to compare

2021.02.04 / v0.16.6

Fully up to date modules as of 2020-02-04

-- Ryan