Next | Query returned 20 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2022-08-01 10:14:09 by pin | Files touched by this commit (2) | Package updated
Log message:
www/wiki-tui: update to 0.5.0

Breaking Changes
    Move Parser Configuration into a Feature Option by @Builditluc in #63

Exciting New Features
    Add option to change the keybindings via configuration by @Builditluc in #38
    Add AUR install option by @ThomasFrans in #42
    Add a desktop-entry for packaging by @ThomasFrans in #44
    Add checksums for the release assets by @Builditluc in #59

Bug Fixes
    Fix Header Selection by @Builditluc in #41
    Fix Keybinding Crash by @Builditluc in #46
    Add missing element after line split by @ThomasFrans in #48
    Disable stdout logging for release builds by @ThomasFrans in #47
    Fix publish action in the cd workflow by @Builditluc in #60
    Fix toc not having scrollbars by @Builditluc in #64

Other Changes
    Update Bug Report Issue Template by @Builditluc in #40
    Add label requirement to ci workflow by @Builditluc in #52
    Add documentation job to ci workflow by @Builditluc in #55
    Fix typo in search.rs by @eltociear in #56
    Add yashinghcodes/wik project to similar projects by @Builditluc in #58
    Increase Stale Days to 365 by @Builditluc in #61
   2022-05-17 20:35:38 by pin | Files touched by this commit (3) | Package updated
Log message:
www/wiki-tui: update to 0.4.8

What's Changed
Exciting New Features:
    Add an option for selecting a different backend

Bug Fixes
    Fix flickering issue with the crossterm and termion backend
    Fix the crash that occurred when scrolling during the article loading
   2022-04-16 17:46:08 by pin | Files touched by this commit (3) | Package updated
Log message:
www/wiki-tui: update to 0.4.7

v0.4.7
   -Fix CD-Workflow by @Builditluc in #28
   -Fix build of published Versions on crates.io by @Builditluc in #29

v0.4.6
Breaking Changes
   -Rework Branching and CI/CD Pipeline by @Builditluc in #24

Other Changes
   -Refactor with clippy and fix Tests by @Builditluc in #25
   2022-01-28 12:04:20 by pin | Files touched by this commit (2) | Package updated
Log message:
www/wiki-tui: update to 0.4.5

Feature
-add response error code checking (abc88db)
-make --search flag default (8c31751)

Documentation
-add class diagram of the code (995b675)
-Add blockquote for note (69577eb) (#17)
   2022-01-13 14:18:42 by pin | Files touched by this commit (3) | Package updated
Log message:
www/wiki-tui: update to 0.4.4

Feature:
- add cli support
- add cli level argument
- parse cli arguments in the config
- override log level
- add structopt crate for parsing cli arguments
- add cli struct
- implement search_query argument
- implement article_id argument

Bug Fixes:
- ui:
  - fix horizontal link focus
  - fix article view not taking focus
  - fix link focus when selecting an header

Documentation:
- readme:
  - change usage information
   2021-12-29 06:52:32 by pin | Files touched by this commit (2) | Package updated
Log message:
wwww/wiki-tui: update to 0.4.3

Feature
-config:
	-add parser configuration options
	-add UserParserConfig and ParserConfig

-implement the options in the Default parser
-add documentation in the readme (04885c7)

wiki:
-add code blocks to the article (c58242a)

Bug Fixes
-ui:
	-open the correct url when selecting a link (bf14f09)
	-fix selecting a header in the toc view
	-add simulation of keypresses in the select function of the toc view Closes #14 \ 
(511a925)
	-remove the url prefix of the article name in the open dialog (72d799f)
	-fix selecting the first link in an article (39c087e)
   2021-11-07 17:04:51 by pin | Files touched by this commit (2) | Package updated
Log message:
www/wiki-tui: update to 0.4.2

Added:
-nix installation (#9)

Fixes:
-garbled ascii on specific terminal geometries (#10)
   2021-11-05 14:12:48 by pin | Files touched by this commit (2) | Package updated
Log message:
www/wiki-tui: update to 0.4.1

Fixes:
-Removed a warning
-Fixed a bug where wiki-tui would crash when trying to access an invalid link
-Fixed a bug where wiki-tui wouldn't change the background of the search bar
-Fixed the color of headers
-Fixed scrolling inside of articles with no links
   2021-11-02 10:16:28 by pin | Files touched by this commit (2) | Package updated
Log message:
www/wiki-tui: update to 0.4

Added:
-You can now go to the headers by pressing ENTER on the item in the table of
 contents
-When wiki-tui crashes, it generates a crash report
-You can now change the color of specific views

Changes:
-The logging is now more informative
-Added cargo & NetBSD installation method
-The configuration format is now toml

Fixes:
-Words are no longer overlapping
-Fixed a bug where wiki-tui would crash when pressing keys while searching (#6)
   2021-10-31 09:33:18 by pin | Files touched by this commit (5)
Log message:
www/wiki-tui: import package

A simple and easy to use Wikipedia Text User Interface.

wiki-tui currently has these features:
-Browse through Wikipedia (Set the language by changing the url in the config)
-Uses webscraping and a custom view to display wikipedia articles in the
terminal
-Use links to open other articles

These features are planned:
-View and interact with more elements of wikipedia articles (like tables,
images, etc.)
-Better error handling

Next | Query returned 20 messages, browsing 11 to 20 | previous