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

Custom 0.7.6 #8

Merged
merged 20 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push]

name: ARM v7
name: ARM v7 check
jobs:
check:
strategy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: NetBSD full
name: NetBSD check with default features

on: [push]

jobs:
test:
runs-on: macos-12
name: Build in NetBSD
name: Build in NetBSD with default features
steps:
- uses: actions/checkout@v2
- name: Build in NetBSD
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NetBSD
name: NetBSD check no default features

on: [push]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push]

name: OSX
name: OSX Check
jobs:
check:
strategy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push]

name: Ubuntu
name: Ubuntu check no default features
jobs:
check:
strategy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push]

name: Windows
name: Windows Check no default features
jobs:
check:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust Release
name: Oculante release job

on:
push:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 0.7.6 (2023-09-20)
- Update smithay-client-toolkit
- Update JXL
- Remove LTO from pkgbuild
- Add file deletion option (They are moved to system trash)
# 0.7.5 (2023-09-15)

- Better Windows performance (Lazy_loop enabled)
- Notan and Egui update
# 0.7.4 (2023-09-03)

# 0.7.3 (2023-08-22)
Expand Down
Loading