bovarys.me/fudge@v0.4.0/CHANGELOG.md (about)

     1  # Changelog
     2  ## v0.4.0 - 2019-12-25
     3  ### Added
     4  
     5  - Add more tests to `config_test.go`
     6  - Test the `git.go` file
     7  - Add Makefile targets to run tests
     8  - Optionally log requests made to the router
     9  
    10  ### Changed
    11  
    12  - Add a margin at the page bottom
    13  - Rename `TreeBlob` to `Blob`
    14  
    15  ## Fixed
    16  
    17  - Fix bugs when regular files were at the `repo-root`
    18  - Ignore `generate.go` when building or testing
    19  - Add a DOCTYPE
    20  - Add a HTML lang attribute
    21  
    22  ## v0.3.0 - 2019-10-17
    23  ### Added
    24  
    25  - Create tarballs when building
    26  - Strip the `.git` suffix when displaying names of repositories
    27  - If a repository cannot be found, add a `.git` suffix to its name and try to
    28    reopen it
    29  - Add mobile CSS
    30  
    31  ### Changed
    32  
    33  - Use and enforce vanity import paths
    34  
    35  ## v0.2.0 - 2019-10-13
    36  ### Added
    37  
    38  - Create a build Makefile
    39  - Add the `domain` and `git-url` config options
    40  - Show `go-import` meta tags
    41  
    42  ### Changed
    43  
    44  - Rename the `root` config option to `repo-root`
    45  - Refactor `handler.go`
    46  
    47  ## v0.1.0 - 2019-10-10
    48  
    49  - Initial release