Skip to content

Releases: 1Git2Clone/taboc

v0.2.105

17 Feb 19:46
eba9d56

Choose a tag to compare

Changes

  • Minor documentation in src/utils/args.rs. (d0b6c05)
  • Minor documentation in src/lib.rs. (5adb7c4)

Full Changelog: v0.2.104...v0.2.105

v0.2.104

17 Feb 19:13
8ae0253

Choose a tag to compare

Changes

  • Add README.md features overview. (07102c5)
  • Add library documentation. (4b969ad)

Full Changelog: v0.2.103...v0.2.104

v0.2.103

17 Feb 19:13
6455063

Choose a tag to compare

Changes

  • Remove Python utility for generating markdown files. (244a33d)
  • Add Rust utility for generating markdown files. (b08bfe3)
  • Add percent encoding for non-alphanumeric values. (9e9459f)
  • Add ignored characters for link parsing. (334d85b)
  • Add test cases for percent encoding. (db39d1f)
  • Add a Memmap::MmapMut::flush call to make sure the memmap2 changes apply. (6d2805a)

Full Changelog: v0.2.102...v0.2.103

v0.2.102

09 Feb 14:04
3b2790c

Choose a tag to compare

Changes

  • Add memory mapped I/O (memmap2) as an optional feature. (b153762)

Note

This is very impractical in most cases (since it's less performant than reading the file to a vec), but it's memory efficient (in-place file modification). The impracticality comes from the fact that memory is rarely an issue. Markdown files are generally really small anyway. That's why it's an optional feature.


Full Changelog: v0.2.101...v0.2.102

v0.2.101

08 Feb 22:11
e68c59f

Choose a tag to compare

Changes

  • Add --no-vcs flag. (c0fc203)
  • Add a markdown generation Python script for benchmarking reasons. (8fcb12b)

Full Changelog: v0.2.1...v0.2.101

v0.2.1

08 Feb 18:32
e9d9883

Choose a tag to compare

Changes

  • Add --update-existing flag. (ffddaef)
  • Remove unneeded local crate er! macro. (50f7e00)

Note

The code is really painful to read. At least it works i guess...


Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Feb 15:10
365e1f4

Choose a tag to compare

Breaking Changes

  • Item Ident changing such as TableOfContents -> Taboc as well as file location changes. (5d5289e)
  • Made the TableOfContents (now Taboc) own the file. (6d7c3d7)

Changes

  • Add App struct and app directive in order to have an easy process setting up the binary for external sources. (fb517a6)
  • Use anyhow for more simple and flexible error handling experience. (1b5fd7f)

Full Changelog: v0.1.203...v0.2.0

v0.1.203

03 Feb 16:06
a0f9d7b

Choose a tag to compare

Changes


Full Changelog: v0.1.202...v0.1.203

v0.1.202

03 Feb 16:02
9d4c10a

Choose a tag to compare

Changes

  • Update the doc comment on the Opt struct. (0b2f5fb)

Full Changelog: v0.1.201...v0.1.202

v0.1.201

03 Feb 15:56
c371231

Choose a tag to compare

Changes

  • Add the git feature as a default feature. (171ce7a)

Full Changelog: v0.1.2...v0.1.201