Skip to content

Releases: suzaku/shonenjump

v0.8.0

30 Oct 02:16
Compare
Choose a tag to compare

Changelog

  • 3a912d4 Bump version: 0.7.21 → 0.8.0
  • 9e4a0f4 Fix #7, return most accessed dir if no args is provided
  • a45d2d8 Use the same golangci-lint version as the pre-commit hook
  • fae8217 Set up go before the lint step
  • fc4af19 Remove annoying diagram
  • 7ed0e50 Upgrade golangci-lint action to fix failed lint in CI
  • 0530f1a Update deprecated calls
  • 689b5a6 Use go 1.19
  • c9c0117 Repo visualizer: updated diagram

v0.7.21

27 Nov 03:42
Compare
Choose a tag to compare

Changelog

210a32e Bump version: 0.7.20 → 0.7.21
f0b3067 Repo visualizer: updated diagram
edad358 Upgrade to Go 1.17
53cfadb Repo visualizer: updated diagram
4011372 Merge pull request #6 from graysky2/master
9054965 README: update for AUR package
8d3dee7 Repo visualizer: updated diagram
8bca340 Remove redundant dir in excluded paths
6e9c5bb Repo visualizer: updated diagram
1f8367d Exclude .github directory when visualizing the repo
9885513 Repo visualizer: updated diagram
9c8e88d Add version
ebe85b4 Add repo-visualizer
1b33447 Create FUNDING.yml
649f4a8 Remove unnecessary else branch
0c40506 Use XDG_DATA_HOME if it is set
0020281 Use strings.Builder to make completion faster
8305d3b Move save method to the store struct

v0.7.20

08 Dec 03:38
Compare
Choose a tag to compare

Changelog

fa4da98 Bump version: 0.7.19 → 0.7.20
bd5fa76 Use a PAGER for -stat output

v0.7.19

08 Dec 03:05
Compare
Choose a tag to compare

Changelog

82c4af1 Bump version: 0.7.18 → 0.7.19
fbac31e Use testify
42e986d Make sure we do not call method on nil
45a4d70 Refactor test
88f3899 Move reusuable code into a sub package
d002e28 Create a Store struct to hold helper methods
0342a80 More unit test
bb6de01 Remove unnecessary indent level
2b1cafe Clean up

v0.7.18

03 Dec 08:24
Compare
Choose a tag to compare

Changelog

c543d76 Bump version: 0.7.17 → 0.7.18
88084fd Use the PWD variable instead of calling pwd

v0.7.17

03 Dec 03:27
Compare
Choose a tag to compare

Changelog

3844bac Bump version: 0.7.16 → 0.7.17
3fc15ba Add release badge
0b5deed Skip invalid paths when saving
17a27ca Rename variables
965283f Preallocate seen map
5a3e3d5 Remove unnecessary check

v0.7.16

30 Nov 23:36
Compare
Choose a tag to compare

Changelog

9adf379 Bump version: 0.7.15 → 0.7.16
48386d4 Fix #4: replace autojump with shonenjump
d274d9d Use named return values

v0.7.15

27 Nov 09:18
Compare
Choose a tag to compare

Changelog

9c03e2d Bump version: 0.7.14 → 0.7.15
c544725 Revert "Only show path names in Fish shell completion option list"
235a3d4 Config pre-commit hook
03329d0 No need to touch file if nothing changed

v0.7.14

26 Nov 13:15
Compare
Choose a tag to compare

Changelog

22d1bcd Bump version: 0.7.13 → 0.7.14
9b9106e Only show path names in Fish shell completion option list
049b586 Use . instead of source because source is not required by POSIX
14694b1 Remove the only dependency and add test for diff calculation

v0.7.13

26 Nov 11:02
Compare
Choose a tag to compare

Changelog

edf7e2c Bump version: 0.7.12 → 0.7.13
dd0c1d8 Fix completion for Fish shell