Skip to content

Releases: baely/officetracker

v1.3.0

28 Dec 09:33
aac3a44

Choose a tag to compare

What's Changed

  • Universal header/footer with context-aware navigation and survey banner by @baely in #130
  • Fix office projects not displaying in themed views by @baely in #131
  • Update go.mod by @baely in #135
  • Add dismissible banner functionality to feedback survey by @baely in #136
  • Add debug cookie detection to request context by @baely in #137
  • Handle invalid secrets by @baely in #146
  • Beta deployments by @baely in #156
  • Beta by @baely in #157
  • Auth0 by @baely in #138
  • Support arbirtrary social logins by @baely in #160
  • Proper JWT claims and validation by @baely in #161

Dependency Updates

  • Bump github.com/modelcontextprotocol/go-sdk from 0.3.1 to 0.4.0 by @dependabot[bot] in #132
  • Bump github.com/redis/go-redis/v9 from 9.12.1 to 9.13.0 by @dependabot[bot] in #133
  • Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 by @dependabot[bot] in #134
  • Bump github.com/redis/go-redis/v9 from 9.13.0 to 9.14.0 by @dependabot[bot] in #139
  • Bump github.com/modelcontextprotocol/go-sdk from 0.4.0 to 0.5.0 by @dependabot[bot] in #140
  • Bump github.com/modelcontextprotocol/go-sdk from 0.5.0 to 0.6.0 by @dependabot[bot] in #141
  • Bump github.com/modelcontextprotocol/go-sdk from 0.6.0 to 0.8.0 by @dependabot[bot] in #142
  • Bump google-github-actions/deploy-cloudrun from 2 to 3 by @dependabot[bot] in #143
  • Bump github.com/modelcontextprotocol/go-sdk from 0.8.0 to 1.0.0 by @dependabot[bot] in #144
  • Bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 by @dependabot[bot] in #145
  • Bump github.com/redis/go-redis/v9 from 9.14.0 to 9.14.1 by @dependabot[bot] in #147
  • Bump github.com/redis/go-redis/v9 from 9.14.1 to 9.16.0 by @dependabot[bot] in #149
  • Bump github.com/modelcontextprotocol/go-sdk from 1.0.0 to 1.1.0 by @dependabot[bot] in #150
  • Bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 by @dependabot[bot] in #151
  • Bump github.com/redis/go-redis/v9 from 9.16.0 to 9.17.0 by @dependabot[bot] in #152
  • Bump github.com/redis/go-redis/v9 from 9.17.0 to 9.17.1 by @dependabot[bot] in #153
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #154
  • Bump github.com/redis/go-redis/v9 from 9.17.1 to 9.17.2 by @dependabot[bot] in #155
  • Bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 by @dependabot[bot] in #158
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.63.0 to 0.64.0 by @dependabot[bot] in #159
  • Bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #162

Full Changelog: v1.2.0...v1.3.0

v1.2.0

02 Sep 02:34
b439d67

Choose a tag to compare

What's Changed

  • GitHub button by @baely in #67
  • Button by @baely in #68
  • Update README by @baely in #69
  • Fix login screen by @baely in #72
  • Add dependabot configuration by @baely in #74
  • Add GitHub workflow for auto-merging Dependabot PRs by @baely in #84
  • Add CODEOWNERS file and approval to Dependabot workflow by @baely in #85
  • Add theme system with city skyline theme by @baely in #93
  • Implement account suspension by @baely in #97
  • Add dismissible Terms of Service banner and update TOS by @baely in #98
  • Update Domain + Remove TOS Banner by @baely in #100
  • Add smoke test by @baely in #101
  • Fix critical OAuth2 state vulnerability in GitHub authentication by @baely in #104
  • automerge to use PAT by @baely in #106
  • Enable MCP server by @baely in #113
  • Use PAT for automerge by @baely in #116
  • Add schedule preferences feature by @baely in #129

Dependency Updates

  • Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot[bot] in #73
  • Bump google-github-actions/auth from 1 to 2 by @dependabot[bot] in #75
  • Bump actions/checkout from 3 to 4 by @dependabot[bot] in #76
  • Bump golang from 1.23-alpine to 1.24-alpine by @dependabot[bot] in #77
  • Bump golang.org/x/oauth2 from 0.25.0 to 0.29.0 by @dependabot[bot] in #78
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.59.0 to 0.60.0 by @dependabot[bot] in #79
  • Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.27 by @dependabot[bot] in #80
  • Bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 by @dependabot[bot] in #81
  • Bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.3 by @dependabot[bot] in #82
  • Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot[bot] in #83
  • Bump dependabot/fetch-metadata from 1 to 2 by @dependabot[bot] in #89
  • Bump hmarr/auto-approve-action from 3 to 4 by @dependabot[bot] in #88
  • Bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28 by @dependabot[bot] in #87
  • Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by @dependabot[bot] in #91
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.60.0 to 0.61.0 by @dependabot[bot] in #94
  • Bump github.com/redis/go-redis/v9 from 9.7.3 to 9.10.0 by @dependabot[bot] in #96
  • Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 by @dependabot[bot] in #99
  • Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot[bot] in #102
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.61.0 to 0.62.0 by @dependabot[bot] in #105
  • Bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.2.3 by @dependabot[bot] in #110
  • Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29 by @dependabot[bot] in #111
  • Bump github.com/mattn/go-sqlite3 from 1.14.29 to 1.14.30 by @dependabot[bot] in #115
  • Bump github.com/golang-jwt/jwt/v5 from 5.2.3 to 5.3.0 by @dependabot[bot] in #114
  • Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.12.0 by @dependabot[bot] in #117
  • Bump github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.31 by @dependabot[bot] in #118
  • Bump github.com/redis/go-redis/v9 from 9.12.0 to 9.12.1 by @dependabot[bot] in #119
  • Bump github.com/mattn/go-sqlite3 from 1.14.31 to 1.14.32 by @dependabot[bot] in #120
  • Bump github.com/modelcontextprotocol/go-sdk from 0.2.0 to 0.3.0 by @dependabot[bot] in #121
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #122
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.62.0 to 0.63.0 by @dependabot[bot] in #125
  • Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3 by @dependabot[bot] in #126
  • Bump github.com/modelcontextprotocol/go-sdk from 0.3.0 to 0.3.1 by @dependabot[bot] in #127
  • Bump google-github-actions/auth from 2 to 3 by @dependabot[bot] in #123
  • Bump golang from 1.24-alpine to 1.25-alpine by @dependabot[bot] in #124

Full Changelog: v1.1.0...v1.2.0

v1.1.0

09 Feb 02:56
9499627

Choose a tag to compare

Highlights

  • Report generation
  • Multiple GitHub account associations

What's Changed

Full Changelog: v1.0.0...v1.1.0

New look + developer API

10 Jun 10:55
3ab1caa

Choose a tag to compare

This release includes the release of developer APIs.

What's Changed

Full Changelog: v0.0.2...v1.0.0

v0.0.2

05 Jun 14:57
6987bfb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

14 May 13:31
04e5739

Choose a tag to compare

First cut

What's Changed

New Contributors

  • @dbut2 made their first contribution in #7

Full Changelog: https://github.com/baely/officetracker/commits/v0.0.1