aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-07-04 14:51:39 +0000
committerOmar Polo <op@omarpolo.com>2022-07-04 14:51:39 +0000
commit1f6de7491cee22546d397793945ec16dc981836c (patch)
tree77ac1aa2af7bce56fb8040a6500772a4cd72d686 /site
parent1670b5f3ae82215a756b37b48d84cbc56857d8b3 (diff)
changes for 1.8.4
Diffstat (limited to 'site')
-rw-r--r--site/Makefile2
-rw-r--r--site/changelog.gmi20
2 files changed, 21 insertions, 1 deletions
diff --git a/site/Makefile b/site/Makefile
index ef0c31c..edd277d 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -18,7 +18,7 @@ REPOLOGY_BANNER = https://repology.org/badge/vertical-allrepos/gmid.svg
REPOLOGY_URL = https://repology.org/project/gmid/versions
SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \
- VERS=1.8.3 \
+ VERS=1.8.4 \
CURV=1.8 \
NEXTV=1.9 \
TREE=https://github.com/omar-polo/gmid/blob/master
diff --git a/site/changelog.gmi b/site/changelog.gmi
index 1ba405c..dec370c 100644
--- a/site/changelog.gmi
+++ b/site/changelog.gmi
@@ -1,5 +1,25 @@
# change log
+## 2022/07/04 - 1.8.4 “Lightbulb Sun” bugfix release
+
+### Bug fixes
+
+* allow "@" and ":" in paths; spotted by freezr
+* URL-encode the file names in the directory index; reported by cage
+
+### Improvements
+
+* move the documentation about the config file in its own manual page: gmid.conf.5
+* improvements to the mime handling: fixed a memory leak and improve lookup speed.
+* log (with low priority) when gmid failed to open a file because of its permissions.
+* include a trailing "/" for dirs in the auto-generated directory index.
+
+### Breaking Changes
+
+* deprecated the `map' rule in favour of the new `types' block.
+* the default list is not loaded anymore when `types' is used; except for the text/gemini to ".gmi"/".gemini" mappings.
+
+
## 2022/03/27 - 1.8.3 “Lightbulb Sun” bugfix release
### Bug fixes