Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 #268

Merged
merged 55 commits into from
Mar 13, 2024
Merged

v1.0.0 #268

merged 55 commits into from
Mar 13, 2024

Conversation

xushiwei
Copy link
Member

No description provided.

dependabot bot and others added 30 commits June 7, 2022 04:41
Bumps [github.com/goplus/gop](https://github.com/goplus/gop) from 1.1.0-rc2 to 1.1.0.
- [Release notes](https://github.com/goplus/gop/releases)
- [Commits](goplus/gop@v1.1.0-rc2...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/goplus/gop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…goplus/gop-1.1.0

Bump github.com/goplus/gop from 1.1.0-rc2 to 1.1.0
Bumps [github.com/qiniu/x](https://github.com/qiniu/x) from 1.11.5 to 1.11.7.
- [Release notes](https://github.com/qiniu/x/releases)
- [Commits](qiniu/x@v1.11.5...v1.11.7)

---
updated-dependencies:
- dependency-name: github.com/qiniu/x
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…qiniu/x-1.11.7

Bump github.com/qiniu/x from 1.11.5 to 1.11.7
Bumps [github.com/hajimehoshi/ebiten/v2](https://github.com/hajimehoshi/ebiten) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/hajimehoshi/ebiten/releases)
- [Commits](hajimehoshi/ebiten@v2.3.3...v2.3.4)

---
updated-dependencies:
- dependency-name: github.com/hajimehoshi/ebiten/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…hajimehoshi/ebiten/v2-2.3.4

Bump github.com/hajimehoshi/ebiten/v2 from 2.3.3 to 2.3.4
Bumps [github.com/goplus/gop](https://github.com/goplus/gop) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/goplus/gop/releases)
- [Commits](goplus/gop@v1.1.0...v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/goplus/gop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…goplus/gop-1.1.2

Bump github.com/goplus/gop from 1.1.0 to 1.1.2
Bumps [github.com/goplus/gop](https://github.com/goplus/gop) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/goplus/gop/releases)
- [Commits](goplus/gop@v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: github.com/goplus/gop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
makeEmptyInterface => reflect.NewAt
…goplus/gop-1.1.3

Bump github.com/goplus/gop from 1.1.2 to 1.1.3
index.gmx => main.spx
gop doc: friendly enum
internal/audiorecord: OpenAL32 use dynamic on windows
internal/gdi/font: font cache use io.ReaderAt
cloneSprite: rm src *Sprite
run conf: prepare to load from index.json
Bumps [github.com/qiniu/x](https://github.com/qiniu/x) from 1.11.9 to 1.13.9.
- [Release notes](https://github.com/qiniu/x/releases)
- [Commits](qiniu/x@v1.11.9...v1.13.9)

---
updated-dependencies:
- dependency-name: github.com/qiniu/x
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
xushiwei and others added 25 commits March 13, 2024 17:37
…qiniu/x-1.13.9

Bump github.com/qiniu/x from 1.11.9 to 1.13.9
optional MainEntry/Run
Bumps [goplus/setup-goplus](https://github.com/goplus/setup-goplus) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/goplus/setup-goplus/releases)
- [Commits](goplus/setup-goplus@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: goplus/setup-goplus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…/checkout-4

Bump actions/checkout from 3 to 4
…setup-goplus-1.1.1

Bump goplus/setup-goplus from 1.1.0 to 1.1.1
@xushiwei xushiwei merged commit 4fd497f into v1.0 Mar 13, 2024
1 check passed
Copy link
Contributor

qiniu-x bot commented Mar 13, 2024

[Git-flow] Hi @xushiwei, There are some suggestions for your information:


Rebase suggestions

  • Following commits have duplicated messages

    Update README.md

    Update README.md

Which seems insignificant, recommend to use git rebase command to reorganize your PR.

For other git-flow instructions, recommend refer to these examples.

If you have any questions about this comment, feel free to raise an issue here:

cache fontCache
)

func (p *fontCache) clear() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golangci-lint] func (*fontCache).clear is unused (unused)

If you have any questions about this comment, feel free to raise an issue here:

cache fontCache
)

func (p *fontCache) clear() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[staticcheck] func (*fontCache).clear is unused (U1000)

If you have any questions about this comment, feel free to raise an issue here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants