Skip to content

Commit

Permalink
Move known issues to the issue tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Poikilos committed Mar 13, 2020
1 parent dc892fa commit 65abf10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
18 changes: 0 additions & 18 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65abf10

Please sign in to comment.