-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
453feda
commit fb71906
Showing
2 changed files
with
66 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: 3.4.1 | ||
menu: | ||
changelogs: | ||
parent: '3.4' | ||
weight: -320 | ||
date: 2025-01-01 | ||
--- | ||
|
||
### Internationalization | ||
|
||
- Rework Portuguese (Brazilian) translation | ||
- Add Turkish translation | ||
- Generate correctly desktop and metainfo files | ||
- Ensure that the locale set is a UTF-8 one (this caused issues with non-ASCII searches) | ||
- Fix locale-dependent paths breaking (this prevented Aegisub from loading files with non-ASCII paths) | ||
|
||
### Packaging | ||
|
||
- Generate tarballs with `git_version.h` and the LuaJIT subproject prepopulated | ||
- Remove readonly/access denied test files | ||
- Make version.sh work with GNU grep | ||
|
||
### OS X | ||
|
||
- Ungarble OS X icons | ||
- Fix builds on Sequoia (note: this does NOT solve the packging problems mentioned in the 3.4.0 post, it just allows for local builds) | ||
|
||
### Stuff | ||
|
||
- Fix crash when using search/replace with multiple windows | ||
- Don't allow opening dialogs twice | ||
- Add and enable dav1d for AV1 decoding | ||
- Fix error when loading the spell checker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters