Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
oidos
Commits
aae756db
Commit
aae756db
authored
Apr 28, 2017
by
Aske Simon Christensen
Browse files
Release history
parent
6a4181f1
Changes
2
Show whitespace changes
Inline
Side-by-side
HISTORY.md
0 → 100644
View file @
aae756db
# Oidos release history
-
2017-04-28:
**2.1.0**
-
Fixed some float constants in
[
`oidos.asm`
](
player/oidos.asm
)
so it
assembles in an old
`nasm`
.
-
*SSE2*
version of the additive core, so the synth works on CPUs without
*AVX*
support.
-
Changed library type to
`cdylib`
to avoid including unused
**Rust**
code.
-
VSTs available for
**Windows**
,
**Linux**
and
**MacOS**
.
-
**Windows**
VSTs no longer depend on MSVC runtime DLLs.
-
Enhancements to converter text output, with colors if your terminal
supports
*ANSI escape codes*
.
-
2017-04-10:
**2.0.0**
-
First public release
makedist.sh
View file @
aae756db
...
...
@@ -54,6 +54,7 @@ cp examples/Songs/Punqtured-4k-Fntstc.xrns $DIST/easy_exe/music.xrns
mkdir
-p
$DIST
/easy_exe/temp
cp
-R
easy_exe/tools
$DIST
/easy_exe/
# Copy readme and license
# Copy readme
, history
and license
cp
README.md
$DIST
/
cp
HISTORY.md
$DIST
/
cp
LICENSE.md
$DIST
/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment