Skip to content

Releases: jozefcipa/novus

v0.0.3

21 Aug 07:08
90a1ec8
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 90a1ec8 fix(nginx): support websockets

v0.0.2

26 Jun 12:19
032b909
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 032b909 fix(nginx): disable proxy_buffering

v0.0.1

23 May 17:29
daedf57
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 5029104 fix(brew): install latest binaries

Others

  • daedf57 chore: update novus.yml template

v0.0.1-alpha.10

22 May 17:31
f188820
Compare
Choose a tag to compare

Changelog

Bug fixes

  • a12bcaa fix: temporarily disable dirpath for App.Directory

Others

  • f188820 chore: fix binary build time
  • 312e1e1 ci: don't publish prereleases to Homebrew

v0.0.1-alpha.9

15 May 21:34
57d6a7a
Compare
Choose a tag to compare

Changelog

Others

  • 57d6a7a ci: goreleaser github token

v0.0.1-alpha.8

15 May 19:15
b5afdb4
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 920b65c fix: resolve executable symlink

v0.0.1-alpha.7

15 May 18:20
b5afdb4
Compare
Choose a tag to compare

Changelog

Bug fixes

  • b5afdb4 fix: copy entire assets directory in brew, not only content
  • a59a1ff fix: resolve novus binary symlink

v0.0.1-alpha.6

15 May 17:59
d9c3940
Compare
Choose a tag to compare

Changelog

Features

  • 58e376f feat: add novus binary to sudoers
  • b9dfb02 feat: add resume command
  • 5c6d05d feat: add pause command
  • 952f3eb feat: introduce app status
  • 9e108fa feat: add remove command and lots of refactorings
  • ca834a4 feat: check for duplicate app names across configs
  • 8b61941 feat: check for duplicate domains across apps
  • c0b9d8a feat: show routing table
  • 07902c6 feat: refactor nginx to allow multiple apps
  • ddc0adb feat: validate appName
  • 4ee4545 feat: add novus init command, appName in config and other minor tweaks
  • 6b7298b feat: add colors to the output
  • 8a776ad feat: add novus --version command

Bug fixes

  • c61f3bf fix: detect unused TLDs across apps
  • 65f712c fix: novus trust command
  • 6afe4e5 fix: handle assets dir in homebrew binary
  • a168496 fix: include assets folder in releases

Others

  • d9c3940 chore: temporarily remove trust command
  • 183badf chore: update table view
  • 56c8efa chore: extract sudoers to a separate package
  • 86a9bf3 chore: capitalize comments
  • ac729fe refactor: configuration management
  • ebb950a refactor: brew error handling & logging
  • 9334b83 refactor: dns_manager & dnsmasq
  • 8a2ae5f chore: refactor logger
  • 2db75d8 chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 (#1)
  • 6580a89 chore: simplify diff structure
  • bd852b7 chore: refactor logger

v0.0.1-alpha.5

20 Apr 13:46
231043c
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 5e395d3 fix: include assets folder in releases

v0.0.1-alpha.4

20 Apr 12:32
adabfc9
Compare
Choose a tag to compare

Changelog

Features

  • adabfc9 feat: finalize goreleaser