Releases: oxtyped/gpodder2go
Releases · oxtyped/gpodder2go
v0.2.0
Changelog
- 1022775 Add Dockerfile and instructions
- d3e8427 Add device list cmd
- d54aacc Add migrations for device sync
- 5995254 Add support for sync endpoints
- a877db6 Add sync-device GET endpoint and fix old references
- 4679a5f Bump golang.org/x/net from 0.13.0 to 0.17.0
- d541c1d Fix up tests
- 20c230d Merge pull request #17 from TheBlusky/docker
- 25aa3d2 Merge pull request #20 from tippfehlr/github-ci-docker-build
- 5539795 Merge pull request #21 from zhoukuncheng/main
- 9ce7542 Merge pull request #23 from oxtyped/dependabot/go_modules/golang.org/x/net-0.17.0
- 113bfc7 Merge pull request #24 from tippfehlr/github-ci-docker-build
- 49b5bbd Update Makefile migration commands to use sqlite3 instead of sqlite
- b04261a Update modernc/sqlite3 to 1.26 to support freebsd
- 364e76b build: add fmt, lint, vulncheck targets for formatting, linting, vuln scanning
- a09ad04 ci: automatically build & push docker image to ghcr.io
- c487af4 docs(fix): add ghcr.io/ prefix to docker images
v0.1.2
Changelog
- a02c323 Add cleanup to test and also fix test
- b98a85b Add gitignore
- 292aeab Added gentoo distro package to README.md
- 1fe753b Fix typo in README
- 4cfb261 Merge pull request #11 from sbinet/embed-fs
- c017cbc Merge pull request #2 from seigakaku/main
- 2d00f3e Merge pull request #4 from oxtyped/switch-migration-format
- c9df300 Merge pull request #6 from sbinet/modernc-sqlite
- 4cb608f Merge pull request #8 from sbinet/hmac-dot
- 38268b3 Merge pull request #9 from sbinet/update-tests
- d5cf313 Replace commandline helpers to use local-only db instead of an api server
- bbdc314 Switch migration format to unix timestamp
- a2762e9 Update dependencies
- d0f54ce all: use modernc.org/sqlite
- b3091ee cmd: use embed to bundle SQL migrations scripts
- c4647c5 doc: adapt instructions for SQL bundled scripts
- 0fdcaa6 make: adapt for SQL bundled scripts
- bb8d0f5 pkg/data: update tests
- 4e0ae00 pkg/middleware: more robust sessionid handling
v0.1.1
v0.1.0
Changelog
- 5c8e589 Add CLI structure docs
- 639d03d Add Project README
- 845355a Add accounts create CLI command and API endpoints
- d5d04ec Add authentication checking
- 3c29fc6 Add initializer to setup db
- c969535 Add migrations and go mod/sums
- 0afb307 Add no-auth flag to disable authentication
- 961434c Bump go-opml version
- 6430c85 Change formatting for structure info
- 017ebe9 Create LICENSE
- 65e285a First draft of basic API support and CLI configuration
- c1e088d Properly handle the returning of opml for all devices subscriptions
- 62ebdac Refactor user login
- eaaf215 Remove debugger code
- 872ab11 Support /api/2/devices/{user}.json endpoint
- 7717424 Update Makefile for args
- 870ee5c Update README on setup
- b1bcf40 Update README to account for required environment variable when running gpodder2go
- 959324e Update README to highlight limitations