Skip to content

Releases: lovebai/plist

0.0.6

04 Aug 03:32
Compare
Choose a tag to compare

Changelog

  • 9964997 feat: add support for SVG and ICO image extensions; update password in default config
  • 15762a8 feat: refactor Linuxdo configuration and update related handlers
  • c5e3eb9 feat: update GitHub Actions workflow to rename job and use correct GitHub token
  • 8d33d1e feat: update README to reflect changes in config.yaml file and remove environment variable section
  • 28962f9 feat: update configuration initialization to create config directory if it doesn't exist
  • 9800388 feat: update template files to use new CDN links

0.0.5

09 Apr 09:12
Compare
Choose a tag to compare

Changelog

  • 082bd3c feat: add Linuxdo authentication support and configuration
  • 70d8ed5 feat: add Linuxdo support and update configuration
  • b3d4fb8 feat: add UserInfo struct and integrate user session data into index handler
  • f299e5f feat: enable automatic redirection after authentication and remove debug logging in main function
  • 6659872 feat: extend Config struct with Linuxdo client ID and secret, and fix address variable
  • 9fc5b6e feat: initialize environment and log configuration state in main function
  • f42ccb7 feat: refactor Linuxdo authentication to use config values for client ID, secret, and redirect URI
  • f25705e feat: refactor Linuxdo configuration to use values from Config struct and update session handling
  • c5e5f3c feat: refactor configuration handling to use environment defaults and simplify initialization
  • 3636df8 feat: remove unused import of fmt package in main.go
  • a017168 feat: update AuthMiddleware to include Linuxdo configuration in secure check
  • 3980929 feat: update README image and replace outdated screenshot
  • f65f466 feat: update README to include new environment variables for Linux do integration
  • 51414e9 feat: update default port and address in configuration to 8008
  • c07e71b feat: update login template to conditionally display password form and Linuxdo option based on secure settings
  • 1dd4297 feat: update templates to use Config values and add Linuxdo modal support
  • 894585e fix:模板分离

0.0.4

25 Mar 05:46
Compare
Choose a tag to compare

Changelog

  • 2109569 Fix HTML attribute syntax for image source in category dynamic template

0.0.3

24 Mar 06:30
Compare
Choose a tag to compare

Changelog

0.0.2

23 Mar 13:40
Compare
Choose a tag to compare

Changelog

  • 8ac1542 Add new images to README for enhanced documentation
  • 69fedf5 Remove debug logging statements from main and AuthMiddleware functions
  • 1333cf4 Update README.md with additional images and detailed startup instructions

0.0.1

23 Mar 12:35
Compare
Choose a tag to compare

Changelog

  • 04a5f30 Add Dockerfile for building and running the application
  • 238ea33 Add GitHub Actions workflow for automated release and Docker build
  • 44d1991 Add Goreleaser configuration for building and packaging the application
  • 4361aac Add go.mod file for module definition and Go version
  • b6e3478 Comment out go mod tidy in Goreleaser configuration
  • 9eb4844 Fix typo in default image directory path in README.md
  • 0839f45 Update README.md with project overview, features, environment variables, routing, and startup instructions
  • b89cafe Update image directory path in configuration
  • fa999c8 first commit