Skip to content

Release history

gobookmarks releases

Landing page to display bookmarks stored in GitHub, GitLab or local Git. `AGPL-3.0` `Go/Docker`

All releases

64 shown

Review required
v1.8.18 Maintenance
Dependencies

Routine maintenance and dependency updates.

Review required
v1.8.17 Maintenance
Dependencies

Routine maintenance and dependency updates.

v1.8.16 New feature
Notable features
  • Include tabs and pages in Alt+K search targets
Full changelog

Changelog

  • 49a4e4f3e087bebca0fd5ccc7212f24fa6901660 Merge pull request #217
  • 41a089c28bba98d3ee98113aba1fb39198bc3a8c feat: Include tabs and pages in Alt+K search targets
v1.8.15 Bug fix

Fixed partial template embedding to use the all: prefix.

Full changelog

Changelog

  • 26912283f91ca5b21fc35e5dd12ff065200b7c7d Merge pull request #216 from arran4/fix-template-embed-6873238162565436787
  • ec5cc198d7a5582afa53838a09a9e01307ec4e40 fix: ensure partial templates are embedded by using all: prefix
v1.8.14 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • Migrate text extraction and replacement tests to txtar format by @arran4 in https://github.com/arran4/gobookmarks/pull/214

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.13...v1.8.14

v1.8.13 Bug fix
Notable features
  • Introduce lightweight HTML dialog modal for editing
Full changelog

What's Changed

  • Bump golang.org/x/image from 0.28.0 to 0.38.0 by @dependabot[bot] in https://github.com/arran4/gobookmarks/pull/195
  • Bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.1 by @dependabot[bot] in https://github.com/arran4/gobookmarks/pull/196
  • ci: migrate to unified ci/cd workflow by @arran4 in https://github.com/arran4/gobookmarks/pull/198
  • ci: update Go and golangci-lint versions to fix CI by @arran4 in https://github.com/arran4/gobookmarks/pull/205
  • Bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 by @dependabot[bot] in https://github.com/arran4/gobookmarks/pull/209
  • feat: Introduce lightweight HTML dialog modal for editing by @arran4 in https://github.com/arran4/gobookmarks/pull/206
  • Fix "Add New Tab" overwriting tab 0 due to TabFromRequest signature by @arran4 in https://github.com/arran4/gobookmarks/pull/211
  • Fix parser ignoring multiple empty pages by @arran4 in https://github.com/arran4/gobookmarks/pull/212

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.12...v1.8.13

v1.8.12 Bug fix

Fixed JoinURL trailing slash handling.

Full changelog

What's Changed

  • Fix JoinURL trailing slash handling and add edge-case tests by @arran4 in https://github.com/arran4/gobookmarks/pull/189
  • Bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 by @dependabot[bot] in https://github.com/arran4/gobookmarks/pull/190
  • Fix category boundary extraction to respect tab markers by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/191

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.11...v1.8.12

v1.8.11 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • fix: goreleaser docker manifest configuration by @arran4 in https://github.com/arran4/gobookmarks/pull/187

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.10...v1.8.11

v1.8.10 Bug fix
Notable features
  • Expose favicon cache limit as configuration
  • Enable Ctrl+Enter to save in edit forms
Full changelog

What's Changed

  • ⚡ Optimize AdjacentCommits queries by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/171
  • ⚡ Optimize favicon proxy by caching resized images by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/177
  • ⚡ Optimize template parsing performance by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/173
  • Expose favicon cache limit as configuration by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/176
  • ⚡ Reuse SQL connection in SQLProvider by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/174
  • ⚡ Optimize template rendering by implementing request-scoped bookmarks cache by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/172
  • Fix 405 Method Not Allowed error on redirect after POST by @arran4 in https://github.com/arran4/gobookmarks/pull/181
  • Bump github.com/go-git/go-git/v5 from 5.16.2 to 5.16.5 by @dependabot[bot] in https://github.com/arran4/gobookmarks/pull/182
  • Consolidate settings into config.go by @arran4 in https://github.com/arran4/gobookmarks/pull/183
  • Fix 405 error on category edit save for tabs by @arran4 in https://github.com/arran4/gobookmarks/pull/184
  • feat: Enable Ctrl+Enter to save in edit forms by @arran4 in https://github.com/arran4/gobookmarks/pull/185

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.9...v1.8.10

What's Changed

  • ⚡ Optimize AdjacentCommits queries by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/171
  • ⚡ Optimize favicon proxy by caching resized images by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/177
  • ⚡ Optimize template parsing performance by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/173
  • Expose favicon cache limit as configuration by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/176
  • ⚡ Reuse SQL connection in SQLProvider by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/174
  • ⚡ Optimize template rendering by implementing request-scoped bookmarks cache by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/172
  • Fix 405 Method Not Allowed error on redirect after POST by @arran4 in https://github.com/arran4/gobookmarks/pull/181
  • Bump github.com/go-git/go-git/v5 from 5.16.2 to 5.16.5 by @dependabot[bot] in https://github.com/arran4/gobookmarks/pull/182
  • Consolidate settings into config.go by @arran4 in https://github.com/arran4/gobookmarks/pull/183
  • Fix 405 error on category edit save for tabs by @arran4 in https://github.com/arran4/gobookmarks/pull/184
  • feat: Enable Ctrl+Enter to save in edit forms by @arran4 in https://github.com/arran4/gobookmarks/pull/185

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.9...v1.8.10

v1.8.9 Bug fix
Notable features
  • Add test verification template command
Full changelog

What's Changed

  • Add test verification template command by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/167
  • Fix edit link not updating on tab switch by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/169
  • Verify application functionality by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/168

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.8...v1.8.9

v1.8.8 New feature
Notable features
  • Modified clicks (e.g., middle-click, Ctrl+click) are honored for tab and page links
Full changelog

What's Changed

  • Honor modified clicks for tab and page links by @arran4 in https://github.com/arran4/gobookmarks/pull/166

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.7...v1.8.8

v1.8.7 Bug fix

Fixed tab content missing closing tags.

Full changelog

What's Changed

  • Fix tab content closing tags by @arran4 in https://github.com/arran4/gobookmarks/pull/165

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.6...v1.8.7

v1.8.6 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • bump golang.org/x/crypto from 0.37.0 to 0.45.0 by @dependabot[bot] in https://github.com/arran4/gobookmarks/pull/164

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.5...v1.8.6

v1.8.5 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • Unused by @arran4 in https://github.com/arran4/gobookmarks/pull/162
  • Restore serve configuration handling by @arran4 in https://github.com/arran4/gobookmarks/pull/163

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.4...v1.8.5

v1.8.4 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.3...v1.8.4

v1.8.3 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • Defer config loading for commands that need it by @arran4 in https://github.com/arran4/gobookmarks/pull/161

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.2...v1.8.3

v1.8.2 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.1...v1.8.2

v1.8.1 New feature
Notable features
  • Support for running the tool using environment variables only
Full changelog

What's Changed

  • Fix tab rendering in CLI help output by @arran4 in https://github.com/arran4/gobookmarks/pull/160
  • Allow running with environment variables only by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/159

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.8.0...v1.8.1

v1.8.0 New feature
Notable features
  • Add import and export commands for data management
Full changelog

What's Changed

  • Improve README clarity and CLI reference by @arran4 in https://github.com/arran4/gobookmarks/pull/150
  • Add edit affordances for pages and tabs by @arran4 in https://github.com/arran4/gobookmarks/pull/151
  • feat: Add import/export commands and update service files by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/152
  • Refactor CLI subcommands and help templates by @arran4 in https://github.com/arran4/gobookmarks/pull/153
  • Adjust save action labels by @arran4 in https://github.com/arran4/gobookmarks/pull/155
  • Move CLI descriptions into templates by @arran4 in https://github.com/arran4/gobookmarks/pull/157
  • Simplify tab edit route naming by @arran4 in https://github.com/arran4/gobookmarks/pull/158

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.19...v1.8.0

v1.7.19 Bug fix

Fixed a template rendering bug that prevented active links from appearing as bold.

Full changelog

What's Changed

  • Fix template bug and bold active links by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/148

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.18...v1.7.19

v1.7.18 New feature
Notable features
  • Tab links preserve and display the original reference (ref) when opened.
Full changelog

What's Changed

  • Retain ref in tab links by @google-labs-jules[bot] in https://github.com/arran4/gobookmarks/pull/144

New Contributors

  • @google-labs-jules[bot] made their first contribution in https://github.com/arran4/gobookmarks/pull/144

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.17...v1.7.18

v1.7.17 Bug fix

Improved OAuth failure handling.

Full changelog

What's Changed

  • Improve OAuth failure handling by @arran4 in https://github.com/arran4/gobookmarks/pull/143

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.16...v1.7.17

v1.7.16 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • Ensure GHCR latest tag is published during releases by @arran4 in https://github.com/arran4/gobookmarks/pull/142

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.15...v1.7.16

v1.7.15 Bug fix
Notable features
  • Integrate manual dispatch into GoReleaser workflow
  • Support snapshot releases in GoReleaser workflow
  • Clarify GoReleaser prerelease detection
Full changelog

What's Changed

  • Integrate manual dispatch into GoReleaser workflow by @arran4 in https://github.com/arran4/gobookmarks/pull/137
  • Support snapshot releases in GoReleaser workflow by @arran4 in https://github.com/arran4/gobookmarks/pull/138
  • Clarify GoReleaser prerelease detection by @arran4 in https://github.com/arran4/gobookmarks/pull/139
  • Remove invalid condition from Docker Hub login step by @arran4 in https://github.com/arran4/gobookmarks/pull/140
  • Handle expired GitHub sessions by @arran4 in https://github.com/arran4/gobookmarks/pull/136
  • Ensure Docker image has CA certificates for TLS by @arran4 in https://github.com/arran4/gobookmarks/pull/141

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.14...v1.7.15

v1.7.14 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.13...v1.7.14

v1.7.13 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.12...v1.7.13

v1.7.12 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.11...v1.7.12

v1.7.11 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.10...v1.7.11

v1.7.10 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.9...v1.7.10

v1.7.9 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.8...v1.7.9

v1.7.8 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.7...v1.7.8

v1.7.7 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.6...v1.7.7

v1.7.6 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.5...v1.7.6

v1.7.5 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.4...v1.7.5

v1.7.4 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.3...v1.7.4

v1.7.3 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.2...v1.7.3

v1.7.2 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.1...v1.7.2

v1.7.1 New feature
Notable features
  • Ctrl+K shortcut to focus search
Full changelog

What's Changed

  • Enable Ctrl+K to focus search by @arran4 in https://github.com/arran4/gobookmarks/pull/130
  • Attempted CGO in docker with SQLite fix. #131

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.7.0...v1.7.1

v1.7.0 New feature
Notable features
  • Added search widget support
Full changelog

What's Changed

  • Fix google calendar favicon by @arran4 in https://github.com/arran4/gobookmarks/pull/129
  • Add search widget support by @arran4 in https://github.com/arran4/gobookmarks/pull/127

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.6.1...v1.7.0

v1.6.1 Breaking risk
⚠ Upgrade required
  • Dependency golang.org/x/oauth2 updated to version 0.27.0
Breaking changes
  • Removed "Page" prefix from all named page identifiers (e.g., PageHome → Home)
Notable features
  • Added dev mode toggle
Full changelog

What's Changed

  • Add dev mode toggle by @arran4 in https://github.com/arran4/gobookmarks/pull/122
  • Bump golang.org/x/oauth2 from 0.12.0 to 0.27.0 by @dependabot[bot] in https://github.com/arran4/gobookmarks/pull/126
  • Remove Page prefix from named pages by @arran4 in https://github.com/arran4/gobookmarks/pull/128

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.6.0...v1.6.1

v1.6.0 Bug fix
Notable features
  • Added search filter
  • Added keyboard shortcuts
  • Added search focus retention
Full changelog

What's Changed

  • Fix empty first page when using Page after Tab by @arran4 in https://github.com/arran4/gobookmarks/pull/118
  • Add search filter and keyboard shortcuts by @arran4 in https://github.com/arran4/gobookmarks/pull/119
  • Add search focus retention by @arran4 in https://github.com/arran4/gobookmarks/pull/121

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.5.3...v1.6.0

v1.5.3 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • Improve column spacing by @arran4 in https://github.com/arran4/gobookmarks/pull/109
  • Refactor bookmark columns by @arran4 in https://github.com/arran4/gobookmarks/pull/111
  • Improve template error handling by @arran4 in https://github.com/arran4/gobookmarks/pull/110

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.5.2...v1.5.3

v1.5.2 Breaking risk
Breaking changes
  • Removed arran4 branding from the default title
Notable features
  • Paginated commit history
Full changelog

What's Changed

  • Remove arran4 branding from default title by @arran4 in https://github.com/arran4/gobookmarks/pull/107
  • Implement paginated commit history by @arran4 in https://github.com/arran4/gobookmarks/pull/108

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.5.1...v1.5.2

v1.5.1 New feature
Notable features
  • Deterministic provider order
Full changelog

What's Changed

  • Deterministic provider order by @arran4 in https://github.com/arran4/gobookmarks/pull/106

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.5.0...v1.5.1

v1.5.0 New feature
Notable features
  • Edit mode now activated via a URL parameter.
  • Integrated SQL provider support.
Full changelog

What's Changed

  • Switch edit mode to URL parameter by @arran4 in https://github.com/arran4/gobookmarks/pull/104
  • Integrate SQL provider by @arran4 in https://github.com/arran4/gobookmarks/pull/105

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.4.1...v1.5.0

v1.4.0 Bug fix
Notable features
  • Add category creation UI
  • Add devtools section to switch layout
  • Default dest column when dropping on index
Full changelog

Changelog

  • bb3451ba0ee2725fc6ac4000644e69aa4f1ec31d Add category creation UI
  • c70cae96517bfc7324e09edcadd8e24e745426d2 Add devtools section to switch layout
  • c818938b6b6aeb0071b9f9e4b8701fb3e20fcea1 Default dest column when dropping on index
  • de880e8431648c951d66cddcdb019c42430d72c4 Fix
  • ffd7df6a6ccd4c7b66d4cb405d916140893f6951 Fix drop-on-tab inserts on first page
  • 67c6a4be0c26dc950d112417c7ba489285951e52 Hide move handles outside edit mode and disable drag
  • 38b150968c43b5f4a8302ad633458e98b83638e6 Merge branch 'main' into codex/retain-tab-and-page-in-edit-mode
  • c1145a3f374f36066f05d1cf0036082fc251e8f5 Merge pull request #93 from arran4/codex/restrict-drag-and-drop-to-edit-mode
  • ad7567c9403ad2b7e3e95cec815b3486d160567b Merge pull request #94 from arran4/codex/add--add-category--button-in-edit-mode
  • 668541179841fc44276ec59c0c1f208a4b72ef79 Merge pull request #95 from arran4/codex/append-dragged-category-to-last-column
  • b6425737a27659c7b821e5feee6b001a27dbbbac Merge pull request #96 from arran4/codex/evaluate-merging-table-and-css-views
  • 26d387d69fb02dd290407691fe5403cd1d9e416b Merge pull request #97 from arran4/codex/investigate-missing-tabs-in-index-view
  • 3bc0c9dc9c77ec3726b863fdcc77447259efa5a8 Merge pull request #98 from arran4/codex/retain-tab-and-page-in-edit-mode
  • d7805ebf59e80aedf0ecb25f3f391e50ec764e3f Store layout toggle in session
  • 9541ce6e8ea593199c69f391f59c43dd0c12adfa use context values for redirect
v1.4.1 Breaking risk
Breaking changes
  • Renamed `indexPage` template (old → new)
Full changelog

What's Changed

  • Fix README typos and doc updates by @arran4 in https://github.com/arran4/gobookmarks/pull/99
  • Fix release link by @arran4 in https://github.com/arran4/gobookmarks/pull/100
  • Rename indexPage template by @arran4 in https://github.com/arran4/gobookmarks/pull/101
  • Fix README typos by @arran4 in https://github.com/arran4/gobookmarks/pull/102
  • Document GBM_NO_FOOTER flag by @arran4 in https://github.com/arran4/gobookmarks/pull/103

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.4.0...v1.4.1

v1.3.0 Maintenance

Minor fixes and improvements.

Changelog

Changelog

  • f8e4c0ea9a708907bd024d8e50316f2ef1f47011 Fixed
v1.2.0 Bug fix
Notable features
  • Add footer toggle option
  • Add bookmark serializer and round‑trip unit test
  • Enable drag-and-drop editing for categories
Full changelog

What's Changed

  • Make header part of floating nav bar by @arran4 in https://github.com/arran4/gobookmarks/pull/66
  • Improve startup check for providers by @arran4 in https://github.com/arran4/gobookmarks/pull/69
  • Add extensive parser tests and fix anonymous category handling by @arran4 in https://github.com/arran4/gobookmarks/pull/68
  • Add footer toggle option by @arran4 in https://github.com/arran4/gobookmarks/pull/70
  • Add bookmark serializer and round-trip unit test by @arran4 in https://github.com/arran4/gobookmarks/pull/72
  • Add concurrency test for bookmark save by @arran4 in https://github.com/arran4/gobookmarks/pull/73
  • Add edit mode flag and handlers by @arran4 in https://github.com/arran4/gobookmarks/pull/74
  • Use DisplayName methods in templates by @arran4 in https://github.com/arran4/gobookmarks/pull/75
  • Remember tab and page after edits by @arran4 in https://github.com/arran4/gobookmarks/pull/76
  • Add runtime session key by @arran4 in https://github.com/arran4/gobookmarks/pull/77
  • Fix footer positioning by @arran4 in https://github.com/arran4/gobookmarks/pull/78
  • Use link for edit mode toggle by @arran4 in https://github.com/arran4/gobookmarks/pull/79
  • Fix session handling for invalid cookies by @arran4 in https://github.com/arran4/gobookmarks/pull/80
  • Refactor serializer using recursive String methods by @arran4 in https://github.com/arran4/gobookmarks/pull/81
  • Enable drag-and-drop editing for categories by @arran4 in https://github.com/arran4/gobookmarks/pull/82
  • Enable drag and drop reordering by @arran4 in https://github.com/arran4/gobookmarks/pull/84
  • Fix removal of empty columns when moving categories by @arran4 in https://github.com/arran4/gobookmarks/pull/85
  • Remove Add Tab link from index page by @arran4 in https://github.com/arran4/gobookmarks/pull/86
  • Fix category move SHA updates by @arran4 in https://github.com/arran4/gobookmarks/pull/87
  • Allow creating new columns between existing columns by @arran4 in https://github.com/arran4/gobookmarks/pull/88
  • Add new page/tab links in edit mode by @arran4 in https://github.com/arran4/gobookmarks/pull/90
  • Use IndexName for navigation by @arran4 in https://github.com/arran4/gobookmarks/pull/92
  • Fix page links while editing by @arran4 in https://github.com/arran4/gobookmarks/pull/91

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.1.2...v1.2.0

v1.1.2 Maintenance
Notable features
  • Added DockerHub and GHCR manifests
  • Added IDs for fixed navigation
Full changelog

Changelog

  • e59e91183536cfab21f4965b727a41914e781e45 Add DockerHub and GHCR manifests
  • f57d7d5e66692f96088559156d9e068fee363de9 Add IDs for fixed navigation
  • 1021720657a20c8fdbc26528d27aadc8b7bb38f8 Merge pull request #64 from arran4/codex/fix-goreleaser-docker-manifest-error
  • fcd99b20639756335b22ab2539acc571b249e6e9 Merge pull request #67 from arran4/khznyt-codex/make-left-nav-bar-float-with-css
v1.1.0 Maintenance

Routine maintenance release for gobookmarks.

Changelog

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.0.26...v1.1.0

v1.0.27 Bug fix
Notable features
  • Optional Docker Hub publishing added
Full changelog

What's Changed

  • Fix redirect URL construction by @arran4 in https://github.com/arran4/gobookmarks/pull/63
  • Add optional Docker Hub publishing and update docs by @arran4 in https://github.com/arran4/gobookmarks/pull/62

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.0.25...v1.0.27

v1.0.26 Bug fix
Notable features
  • Optional Docker Hub publishing
Full changelog

What's Changed

  • Fix redirect URL construction by @arran4 in https://github.com/arran4/gobookmarks/pull/63
  • Add optional Docker Hub publishing and update docs by @arran4 in https://github.com/arran4/gobookmarks/pull/62

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.0.25...v1.0.26

v1.0.25 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • Improve config file loading logs by @arran4 in https://github.com/arran4/gobookmarks/pull/58
  • Improve Docker documentation by @arran4 in https://github.com/arran4/gobookmarks/pull/59
  • Fix session decoding for old provider sessions by @arran4 in https://github.com/arran4/gobookmarks/pull/60
  • Update GoReleaser configuration by @arran4 in https://github.com/arran4/gobookmarks/pull/61

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.0.24...v1.0.25

v1.0.24 Breaking risk
Breaking changes
  • Remove extra signup page
Notable features
  • Add unified login page
  • Implement optional disk favicon cache
  • Automatic repo creation
Full changelog

What's Changed

  • Add page links and tab support by @arran4 in https://github.com/arran4/gobookmarks/pull/37
  • Handle GitLab token expiration by @arran4 in https://github.com/arran4/gobookmarks/pull/38
  • Add page links and tab support by @arran4 in https://github.com/arran4/gobookmarks/pull/39
  • Implement bookmark caching by @arran4 in https://github.com/arran4/gobookmarks/pull/40
  • Handle unconfigured providers by @arran4 in https://github.com/arran4/gobookmarks/pull/41
  • Implement optional disk favicon cache by @arran4 in https://github.com/arran4/gobookmarks/pull/42
  • Add test for login route with gorilla/mux by @arran4 in https://github.com/arran4/gobookmarks/pull/43
  • Implement per-user JSON password file by @arran4 in https://github.com/arran4/gobookmarks/pull/44
  • Add unified login page by @arran4 in https://github.com/arran4/gobookmarks/pull/45
  • Remove extra signup page by @arran4 in https://github.com/arran4/gobookmarks/pull/46
  • Fix JSON provider empty repository handling by @arran4 in https://github.com/arran4/gobookmarks/pull/47
  • Fix JSON save flow by @arran4 in https://github.com/arran4/gobookmarks/pull/48
  • Add git signup improvements by @arran4 in https://github.com/arran4/gobookmarks/pull/49
  • Improve repo creation flow by @arran4 in https://github.com/arran4/gobookmarks/pull/50
  • Automatic repo creation by @arran4 in https://github.com/arran4/gobookmarks/pull/51
  • Fix local git auth feedback and logging by @arran4 in https://github.com/arran4/gobookmarks/pull/52
  • Clarify password file location by @arran4 in https://github.com/arran4/gobookmarks/pull/53
  • Refine repo creation during signup by @arran4 in https://github.com/arran4/gobookmarks/pull/54
  • Fix local git signup removing password by @arran4 in https://github.com/arran4/gobookmarks/pull/55
  • Fix repo creation with dev namespace and oauth provider tracking by @arran4 in https://github.com/arran4/gobookmarks/pull/56
  • Fix login repo setup and improve logging by @arran4 in https://github.com/arran4/gobookmarks/pull/57

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.0.23...v1.0.24

v1.0.23 New feature
Notable features
  • Allow configuration of a custom GitLab server URL
  • Prompt users to create a missing repository in dev mode
Full changelog

Changelog

  • 4d8e58710507c1171f4cb46275ec33400e679893 Add logging for provider errors
  • a03c66914006c38d66c7c7d6b413d7549ce9a234 Allow custom GitLab server
  • 62e7687530e2115218bc062110ac0006d6e1aca4 Create repo works
  • 20cce71cbec25b473e35078ec13b9d2a0bc498d2 Error as
  • e4d9ee1172c216df4a498000267665e2a505e6b8 Handle GitLab ErrNotFound
  • ffe87f90041c1f366ba1b0c6f954107656fba951 Handle provider-specific GitServer defaults
  • 1de8f8df732543a17e8fe839476c245016112f9b Improve GitLab handling and missing repo message
  • e4d1d5c5fba61aa637193bb0a42b7dfbca192609 Merge branch 'main' into codex/add-support-for-self-hosted-gitlab-servers
  • e52e391329b733bf2cbd970cbc264f0f5f695e48 Merge branch 'main' into codex/improve-error-logging-and-reporting
  • 40273d9874c5d9df51eccb9e465382f8ca63924c Merge pull request #31 from arran4/codex/add-support-for-self-hosted-gitlab-servers
  • 26a6560b96cb689ee62e78dc675d12873a83c9f5 Merge pull request #32 from arran4/codex/add-support-for-self-hosted-gitlab-servers
  • 2f148fad35584f32e7d0341019ea602a9399b688 Merge pull request #33 from arran4/codex/improve-error-logging-and-reporting
  • 34418c1eaf3b26ea05ad23d258fc7bdbb36d2843 Merge pull request #34 from arran4/codex/create-repository-by-default-in-dev-mode
  • dea01e87c8bd03a4592729787e74d33114996963 Merge pull request #35 from arran4/codex/improve-logging-and-error-handling-for-gitlab-repository
  • 5f1624d1626c057215a5d436415497fece26caf4 Merge pull request #36 from arran4/codex/fix-404-error-on-/home-and-edit-page
  • f6d8b75dcf76caa8b231efa55cd6fcb69c57fd5a Prompt user to create repo when missing
  • fb1ec2b07256a1f572ae023fc68378ff1dfe70b9 Use generic git server URL
v1.0.22 New feature
Notable features
  • Added oauth2Callback route and redirect URL for OAuth2 flows.
  • Allow custom title in dev builds via configurable HTML title setting.
Full changelog

Changelog

  • c4ae97161c79f3153d226297718a0247bec21d76 Add oauth2Callback route and redirect URL
  • e756339498c24424ecc27d22c3edd0e59c1a2b5e Allow custom title and mark dev builds
  • 1e24f77677ca442fb5b755fe858909aafa0bb7df DOn't need this in template
  • 5dab2a4fcd7b838126fbdbb3273d197138f343bd Ignore common session decode errors
  • 3145664be0c9f77a4b9c7c55d5a57fde2db3e11b Improve config handling and docs
  • 59e4f15f48955b9495f18c637ea602decaede26f Improve provider validation
  • 03896452df5e45313a5324e03eef4b1ca22e6166 Merge pull request #24 from arran4/codex/setup-systemd-and-rc.d-service-files
  • 8f66971b14d7f601e80e1369bd7630c4f8880190 Merge pull request #25 from arran4/codex/add-github-and-gitlab-workflow-with-dynamic-provider-config
  • 566d70b2afe6e9d2ccbdbb72976402ac766cf36f Merge pull request #26 from arran4/codex/improve-configuration-error-handling
  • 093285ac117b8bf89606fa0c75d8f5133282bef9 Merge pull request #27 from arran4/codex/handle-session-failures-in-user-adder-middleware
  • 8fba01374f383cd139da2f0dcebafb437cf4b3d4 Merge pull request #28 from arran4/codex/implement-session-versioning-and-cleanup
  • f764f53ce42cc3fcac03786fc21132e926a98cde Merge pull request #29 from arran4/codex/readd-/oauth2callback-endpoint
  • dc9725ee861e38615276048e0221a9389a067462 Merge pull request #30 from arran4/codex/add-configurable-html-title-in-dev-mode
  • a8919781f7005ec7a8f6a7bbefe70d2fd71cb9c2 Replace session version constant with build version
  • 0d535102a20d447c94fc3084811e295ba4c8b51e Second check
  • 055dbe2c2f8fd5e6722f784c09cbf3a60cb1d2e1 stop installing env file
v1.0.21 Maintenance

Minor fixes and improvements.

Full changelog

Changelog

  • ea07f179c746871fc857a41e9a76eb01505d4a09 Merge branch 'main' into codex/test-templates-in-unit-tests
  • 8937b273733a053de4e74245d85f442cf9799901 Merge pull request #22 from arran4/codex/test-templates-in-unit-tests
  • 15d56f850f27881b7ffe36f99114b56da66e5d70 Missing functions
  • d37824d6a66b0287046801b74e5a729cf7308808 Use else-if in indexPage template
  • fbfc4f581ed121c9e0835d9b7fc39c80d6cd3d35 commit short
v1.0.20 Maintenance

Minor fixes and improvements.

Full changelog

Changelog

  • e6387b69815d533fcd7909a6a91848df05749c16 Merge pull request #21 from arran4/codex/fix-sprawling-footer-layout
  • 13fefb587425d4271bbe9b392ee775fcf421a01a Move build info composition to template
v1.0.19 Maintenance

Minor fixes and improvements.

Changelog

Changelog

  • 0aaac190ff991ee286e2ad0e2b711ad092b235d9 Probably the issue
v1.0.18 New feature
Notable features
  • Optional CSS column layout added
Full changelog

Changelog

  • 4ce7cf5b78c6766c61eca1671a2f71c3ed502b66 Add optional CSS column layout
  • eceb67e04c8061997f8fd093830ac03e57b3bf83 Merge pull request #20 from arran4/codex/investigate-column-keyword-breaks-feature
v1.0.17 Bug fix
Notable features
  • Added syntax notes on edit pages
Full changelog

What's Changed

  • Add syntax notes on edit pages by @arran4 in https://github.com/arran4/gobookmarks/pull/18
  • Fix overflow for bookmark pages by @arran4 in https://github.com/arran4/gobookmarks/pull/19

Full Changelog: https://github.com/arran4/gobookmarks/compare/v1.0.16...v1.0.17

v1.0.16 New feature
Notable features
  • Add SHA checks for concurrent edits
  • Improve category edit UI
Full changelog

Changelog

  • 134f1a5da14baebcc431c272ff086a1e458111a7 Add SHA checks for concurrent edits
  • d5ce565c796521f77d2ae22f7c82707a6731a0c6 Improve category edit UI
  • 5dc24da1a5e914a826761b15019d79a1c794cd1d Merge pull request #17 from arran4/codex/add-category-specific-edit-functionality
v1.0.15 Maintenance

Minor fixes and improvements.

Full changelog

Changelog

  • 8c286bcc9c5670e29cc2ee5ba10b9db683a2b469 Add bookmarkColumns helper back
  • 2723a13d352879df0e89a61f9dc517034bb5454a Merge pull request #16 from arran4/codex/add-double-dash-for-pagination-in-markup
  • 1150ee68492944f6706ced0e6dc202506660f303 Use -- for horizontal rule and adjust pages

Beta — feedback welcome: [email protected]