From 8fc100e98e69a478daca5e633e47ba0d07fff744 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 13 Aug 2017 17:09:12 +1200 Subject: [PATCH] doc: preliminary changelog update --- _dist/README.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 _dist/README.txt diff --git a/_dist/README.txt b/_dist/README.txt new file mode 100644 index 0000000..c165377 --- /dev/null +++ b/_dist/README.txt @@ -0,0 +1,52 @@ +A web interface for browsing chat logs. + +As of the 3.0 release, `archive` is available as a standalone binary for Linux and Windows. + +Written in Golang, PHP + +=CHANGELOG= + +2017-08-13: 3.0.0 +- Rewritten in Go. +- Enhancement: Standalone binary server +- Fix a cosmetic issue with non-uniform filenames in downloaded archives + +2016-05-27: r102 +- Fix an issue with months for log sources with multiple data sources +- Fix an issue with the next button when navigating away from an error page + +2016-04-03: r93 +- Feature: Support multiple slugs for each log source +- Feature: Support reading log sources from multiple local file paths +- Enhancement: Nicer page URLs +- Enhancement: Preserve last regex search when switching log sources +- Enhancement: Match more types of system message +- Use platform month translations +- Fix an issue with username regular expression matching leading `<` without trailing `>` +- Fix an issue exporting full archives on low-memory servers +- Fix an issue producing large search results on low-memory servers +- Fix an issue on servers with unclean include paths + +2015-04-10: r56 +- Feature: Highlight result row from search +- Change archive to passthru() tarball, reducing peak memory usage +- Fix not always loading most recent javascript +- Fix source selection not displaying on search page +- Fix error message on bad regex +- Fix insufficiently strict regex delimiter escaping +- Fix blank line on last page + +2014-11-14: r24 +- Feature: Keyboard shortcuts +- Feature: Download archive +- Feature: Change font size +- Enhancement: Clickable magnet links +- Fix an issue with reloading regex filters in Firefox +- Fix an issue with mobile CSS styles +- Fix right-right arrow to go to latest page instead of latest-at-time-of-pageload + +2014-05-25: r9 +- Initial public release + +2011-04-27: r0-private +- Initial internal release (earliest known reference to active application)