Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Releases: betapictoris/wiki

v1.2.2

20 Sep 15:45
8c429a8
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump github.com/knipferrc/teacup from 0.2.2 to 0.3.0 by @dependabot in #16
  • ⬆️ Bump github.com/charmbracelet/bubbles from 0.13.0 to 0.14.0 by @dependabot in #17
  • ⬆️ Bump github.com/charmbracelet/lipgloss from 0.5.0 to 0.6.0 by @dependabot in #18
  • ⬆️ Bump github.com/JohannesKaufmann/html-to-markdown from 1.3.5 to 1.3.6 by @dependabot in #19
  • Function call can be replaced with helper function by @deepsource-autofix in #20
  • Fix unused method receiver by @deepsource-autofix in #21

New Contributors

  • @deepsource-autofix made their first contribution in #20

Full Changelog: v1.2.1...v1.2.2

v1.2.1

21 Aug 03:36
723f783
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump github.com/JohannesKaufmann/html-to-markdown from 1.3.3 to 1.3.5 by @dependabot in #15
  • ⬆️ Bump github.com/charmbracelet/bubbletea from 0.22.0 to 0.22.1 by @dependabot in #14

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Aug 22:55
7ab705c
Compare
Choose a tag to compare

What's Changed

  • Added mention of IndiePKG in install instructions. by @talwat in #10
  • Use the statusbar teacup bubble.
  • Change the title from "Wikipedia" to "Wiki CLI".
  • Use the same Go version in the module file and CI (Mod: 1.18 -> 1.19, CI: 1.17 -> 1.19). This was already in dev.
  • CI (go.yml) now builds for macOS, Windows, and Ubuntu using matrix.
  • CI (go.yml) now uses matrix to specify (the) Go version(s).
  • Renamed CI build file (go.yml -> build.yml).
  • Added linting in CI.
  • No longer use io/ioutil (as it was depreciated and shouldn't be used anymore - as-of Go 1.16).
  • Update package (.deb) info.

Known issues

  • Building on Go 1.17 or lower will most likely fail (this will not be fixed).

New Contributors

Full Changelog: v1.1.3...v1.2.0
For more information: #13

v1.1.3

17 Apr 18:29
Compare
Choose a tag to compare

Release for Go pkg

Full Changelog: v1.1.0...v1.1.3

v1.1.2

14 Apr 03:02
85e98ed
Compare
Choose a tag to compare

What's Changed?

Now using CI bulid, and not Arch Linux build, fixes #5.

Full Changelog: v.1.1.1...v1.1.2

v1.1.0

09 Apr 16:22
85e98ed
Compare
Choose a tag to compare

What's Changed

  • Add MD parsing support and fix 1.16 building by @ElijahPepe in #3
  • docs/readme.md: Added decpendency installation instructions by @zeGolem in #2

New Contributors

Full Changelog: v1.0.0...v.1.1.0

v1.1.1

10 Apr 00:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.1.0...v1.1.1

v1.0.0

09 Apr 06:42
b1b9165
Compare
Choose a tag to compare

Initial release of Wiki CLI.

Full Changelog: https://github.com/BetaPictoris/wcli/commits/v1.0.0