diff --git a/changelog.md b/changelog.md index e16e1d5..81e2b5b 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.3.0] - 2020-03-13 +### Changed +- Move known issues to the issue tracker ("allow param for directory" is + now a part of issue #5) + + ## [1.3.0] - 2020-03-13 ### Added - Accept standard input such as by piping from another program! diff --git a/readme.md b/readme.md index 7d32c80..ad2e9b3 100644 --- a/readme.md +++ b/readme.md @@ -179,24 +179,6 @@ see CHANGELOG.md * allow reading from standard input -## Known Issues -* should have user-space config generated at startup if doesn't exist (instead - of requiring install script to run as root and generate - `/etc/outputinspector.conf`) -* Move OutputInspectorSleepThread to new h and cpp -* Move declarations from cpp to h file (keep initialization in cpp file); - possibly move to class -* Encapsulate settings functions; possibly use an existing class from qt or - other source -* Doesn't add to error count for lines that contain string "previous error" -* application icon doesn't work (see comments in main.cpp for setting via the - QApplication object named 'a') -* allow param for directory containing source files to which error output refers -* Change iterators to packed range-based equivalent `for (auto it&& : vec)` - (but not exactly that way, which makes element of ptr list no longer ptr as - a side effect). - - ## Developer Notes ### Compiling * Right-click the downloaded zip file, then click Extract Here