Skip to content

Commit

Permalink
Merge pull request #144 from bengarrett/dev
Browse files Browse the repository at this point in the history
v4.2.0
  • Loading branch information
bengarrett committed Oct 2, 2021
2 parents d257b3d + a50c7ee commit 7ef6604
Show file tree
Hide file tree
Showing 109 changed files with 1,199 additions and 783 deletions.
7 changes: 5 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ version: "3"
# https://taskfile.dev/#/installation
#
# `task` is a Go terminal application that runs in the RetroTxt root directory

#
# Rules
# manifest.json is always a copy of manifest_chrome except when running Firefox specific tasks
# some tasks require the use of yarn https://yarnpkg.com/en/docs/install
#
# Tasks do not run on PowerShell, Windows users should use WSL.
#

vars:
# The published version number of RetroTxt used in the manifest.json and GitHub commit
# Must use the numeric format 4.0.0
VERSION: "4.1.0"
VERSION: "4.2.0"

tasks:
# internal commands
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![GitHub](https://img.shields.io/github/license/bengarrett/retrotxt?style=flat-square)
![GitHub manifest version](https://img.shields.io/github/manifest-json/v/bengarrett/retrotxt?filename=ext%2Fmanifest.json&style=flat-square)
![Lines of code](https://img.shields.io/tokei/lines/github/bengarrett/RetroTxt?style=flat-square)
 
![Chrome Web Store](https://img.shields.io/chrome-web-store/users/gkjkgilckngllkopkogcaiojfajanahn?color=rgb%280%2C%20153%2C%20255%29&label=Chrome%20installs&style=flat-square)
 
Expand Down
10 changes: 10 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# RetroTxt Changes

## 4.2

### October 2021

- Squared 1:1, 8x8 pixel PC fonts now use their `-2y` variants when available.
The 2y variants are 16x16 in size, meaning they're easier to read and look better.
- 11 new color themes for the Options tab under Settings.
- Replaced deprecated API function, `extension.getURL()`.
- Fixed broken elements in `options.html`.

## 4.1

### June 2021
Expand Down
2 changes: 1 addition & 1 deletion ext/css/bulma.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7ef6604

Please sign in to comment.