0.0.6: html escaping, Fira Code font, disable ANSI backgrounds

This commit is contained in:
Ricardo Pardini
2023-06-05 22:19:49 +02:00
parent cc51f529ca
commit dc5b3c2062
4 changed files with 9 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ jobs:
platforms: linux/amd64,linux/arm64
pull: true # avoid bitrot with repeated cache hits
push: true
tags: ghcr.io/${{ github.repository_owner }}/ansi-hastebin:latest,ghcr.io/${{ github.repository_owner }}/ansi-hastebin:0.0.5 # @TODO: read from package.json
tags: ghcr.io/${{ github.repository_owner }}/ansi-hastebin:latest,ghcr.io/${{ github.repository_owner }}/ansi-hastebin:0.0.6 # @TODO: read from package.json
labels: |
org.opencontainers.image.title=ansi-hastebin
org.opencontainers.image.description=${{ github.event.repository.description }}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "ansi-hastebin",
"version": "0.0.5",
"version": "0.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ansi-hastebin",
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"busboy": "^1",
"connect": "^3",

View File

@@ -1,6 +1,6 @@
{
"name": "ansi-hastebin",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"description": "Private Pastebin Server hacked for ANSI",
"keywords": [

View File

@@ -8,12 +8,12 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/github-dark.min.css"
integrity="sha512-rO+olRTkcf304DQBxSWxln8JXCzTHlKnIdnMUwYvQa9/Jd4cQaNkItIUj6Z4nvW1dqK0SKXLbn9h4KwZTNtAyw=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" type="text/css" href="application.css?v=3"/>
<link rel="stylesheet" type="text/css" href="application.css?v=0.0.6"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"
integrity="sha512-jGsMH83oKe9asCpkOVkBnUrDDTp8wl+adkB2D+//JtlxO4SrLoJdhbOysIFQJloQFD+C4Fl1rMsQZF76JjV0eQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
@@ -22,10 +22,8 @@
integrity="sha512-bgHRAiTjGrzHzLyKOnpFvaEpGzJet3z4tZnXGjpsCcqOnAH6VGUx9frc5bcIhKTVLEiCO6vEhNAgx5jtLUYrfA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!--<script type="text/javascript" src="application.min.js"></script>-->
<script type="text/javascript" src="ansi-to-html.js?v=3"></script>
<script type="text/javascript" src="application.js?v=3"></script>
<script type="text/javascript" src="ansi-to-html.js?v=0.0.6"></script>
<script type="text/javascript" src="application.js?v=0.0.6"></script>
<meta name="robots" content="noindex,nofollow"/>