Releases: s3bw/foolscap
Releases · s3bw/foolscap
0.3
This is what's happened since version 0.2 and 0.3.
New Features:
- Add macro tag 'book' (#207)
- Change en var name from FSCAP_PATH to FSCAP_DIR (#201)
- View note snippets (#235)
- Record changes to tags on existing notes (#234)
- Add loop rule for tui (#233)
- Handle ENH and FEA together (#229)
- Allow H to rotate through help hints (#221)
- Introduce search with contains (#219)
- Use g and G to jump to top and bottom of screen (#216)
- Socket binding to interrupt two instances opening (#212)
Bug Fixs:
- patch notes (#230)
- Decrease line number where we insert moved lines (#225)
- Remove tag_exists this is now handled by the tag model (#223)
- Remove exit from actor (#206)
More Tests:
- Create tests for data migration (#204)
DOC
- Update readme with FSCAP_DIR (#202)
REFACTOR
0.2
This is what's happened since version 0.1 and 0.2
New Features:
- Search notes that start with query (#190)
- Indexed subsections in meta data (#186)
- Add patch note script (#180)
- Fuzzy match on note tags (#177)
- Flexible file path display (#175)
- Help string adjusts to console width (#173)
- Export from foolscap TUI (#167)
Bug Fixs:
- Package install (#171)
More Tests:
- Console y < note count (#170)
- Remove redundant tests (#168)
- Remove meta component (#166)
- note_exists is called correctly in note_content (#163)
Update
- Doc strings in note_content (#164)
Refactor
- import os into io handler (#169)
Other:
- Centralise dependencies (#165)
- Add preview to readme
- Update readme with install instructions