Skip to content

Releases: SplitMergeforDiscord/SplitMergeforDiscord-Web

V1.0.3-1

02 Aug 01:19
900b2dc

Choose a tag to compare

V1.0.3

02 Aug 00:25
bf076d3

Choose a tag to compare

以下はSplitMerge for Discordのバージョン1.0.3のリリースノートです。日本語版と英語版の両方を提供します。

SplitMerge for Discord - リリースノート

バージョン 1.0.3 - 2025-08-02

🎉 新機能

  • HTML/CSS/JS仮想テスト環境の追加
    • 結合時にHTML/CSS/JSファイルを直接編集・実行可能に
    • CodeMirrorによるシンタックスハイライト対応
  • MIDIプレイヤーの統合
    • MIDIファイルの詳細情報表示(トラック数、BPM、音符数など)
    • 簡易再生機能とビジュアライザー
  • コードエディタのシンタックスハイライト強化
    • 複数言語対応(HTML, CSS, JavaScript, SQLなど)

🛠 改善点

  • プレビューシステムの拡張
    • MIDIファイルの詳細解析機能
    • コードエディタの実行機能(HTML/CSS/JS)
  • パフォーマンス最適化
    • 大容量ファイル処理のメモリ効率改善
    • 結合処理のマルチスレッド化による速度向上
  • UI/UXの改善
    • MIDIビジュアライザーのアニメーション効果
    • コードエディタのダークテーマ対応

🐛 修正された問題

  • 特定のMIDIファイルでプレビューがクラッシュする問題
  • コードエディタで特殊文字が正しく表示されない問題
  • モバイルデバイスでのMIDIプレイヤーの表示崩れ
  • 仮想テスト環境でのスクリプト実行制限に関する問題

⚠ 既知の問題

  • 非常に長いMIDIファイル(10分以上)の解析に時間がかかる
  • コードエディタでの大規模ファイル(1MB超)の編集が重い
  • SafariでのMIDI再生がサポートされていない

🔄 変更点

  • Tone.js MIDIライブラリの統合
  • CodeMirrorエディタのバージョンアップ(v5.65.2)
  • メタデータにファイル形式固有のプレビュー設定を追加

システム要件

  • 推奨ブラウザ: Chrome 92+, Firefox 90+, Edge 93+, Safari 15.4+
  • 追加ライブラリ: Tone.js MIDI, CodeMirror
  • メモリ: 複雑なMIDIファイル処理には1GB以上の空きメモリを推奨

注意: バージョン1.1.0からアップグレードする場合、新しいプレビュー機能を利用するにはページの再読み込みが必要です。


SplitMerge for Discord - Release Notes

Version 1.0.3 - 2025-08-02

🎉 New Features

  • HTML/CSS/JS Virtual Test Environment
    • Directly edit and execute HTML/CSS/JS files after merging
    • Syntax highlighting with CodeMirror
  • Integrated MIDI Player
    • Detailed MIDI file information display (tracks, BPM, notes, etc.)
    • Simple playback function with visualizer
  • Enhanced Syntax Highlighting in Code Editor
    • Multi-language support (HTML, CSS, JavaScript, SQL, etc.)

🛠 Improvements

  • Preview System Expansion
    • Detailed analysis for MIDI files
    • Code execution feature for HTML/CSS/JS
  • Performance Optimization
    • Improved memory efficiency for large file processing
    • Faster merging with multi-threading
  • UI/UX Enhancements
    • Animation effects in MIDI visualizer
    • Dark theme support for code editor

🐛 Fixed Issues

  • Fixed crash when previewing certain MIDI files
  • Fixed special character display issues in code editor
  • Fixed layout issues with MIDI player on mobile devices
  • Fixed script execution limitations in virtual test environment

⚠ Known Issues

  • Long MIDI files (over 10 minutes) take time to parse
  • Code editor may lag with large files (over 1MB)
  • MIDI playback not supported on Safari

🔄 Changes

  • Integrated Tone.js MIDI library
  • Updated CodeMirror editor to v5.65.2
  • Added file-type specific preview settings to metadata

System Requirements

  • Recommended Browsers: Chrome 92+, Firefox 90+, Edge 93+, Safari 15.4+
  • Additional Libraries: Tone.js MIDI, CodeMirror
  • Memory: 1GB+ free memory recommended for complex MIDI processing

Note: When upgrading from version 1.1.0, a page reload is required to use the new preview features.

Full Changelog: https://github.com/SplitMergeforDiscord/SplitMergeforDiscord/compare/V1.0.3...V1.0.3

V1.0.2

01 Aug 06:23
73d78a9

Choose a tag to compare

SplitMerge for Discord - リリースノート

バージョン 1.0.2 - 2025-08-01

🎉 新機能

  • 解説ページの追加
    • ツールの概要、技術仕様、FAQ、バージョン履歴をまとめたガイドセクションを新設
  • Font Awesomeアイコン統合
    • 全UI要素に視覚的なアイコンを追加し、直感的な操作性を実現
  • URLハッシュナビゲーション
    • タブ状態をURLに保持し、ページ再読み込み後も同じタブを維持
  • 強化されたプレビューシステム
    • ファイルタイプに応じたよりリッチなプレビュー表示
    • アイコンベースのファイルタイプ表示

🛠 改善点

  • UI/UXの大幅なリファクタリング
    • カード型デザインの導入
    • アニメーション効果の追加(フェードイン、パルス効果)
    • 色体系の整理と視認性向上
  • レスポンシブデザインの強化
    • モバイルデバイスでの操作性向上
    • タブボタンの折り返し表示対応
  • アクセシビリティ改善
    • アイコンとテキストの併用による情報伝達の明確化
    • コントラスト比の最適化

🐛 修正された問題

  • クリップボードコピー機能の安定性向上
  • 暗号化/復号処理中の進捗表示の精度改善
  • タブ切り替え時のちらつき現象の解消
  • ファイル情報表示の書式不整合の修正

⚠ 既知の問題

  • 一部の古いiOSデバイスでFont Awesomeアイコンの表示に遅延が発生
  • 5GBを超えるファイルの処理にブラウザクラッシュのリスクあり
  • オフライン環境での初回JSZip読み込み不可

🔄 変更点

  • ボタンスタイルの再設計(プライマリ/セカンダリ/ダンジャー)
  • ステータス表示のアイコン統合
  • プログレスバーの視覚効果強化
  • ファイル情報表示のフォーマット変更

システム要件

  • 推奨ブラウザ: Chrome 90+, Firefox 88+, Edge 91+, Safari 15.4+
  • メモリ: 大容量ファイル処理には4GB以上を推奨
  • インターネット接続: 初回のFont Awesomeアイコン読み込みに必要

アップグレード注意: バージョン1.0.1からシームレスにアップグレード可能ですが、新しい解説ページタブが追加されています。すべての既存機能は後方互換性を維持しています。


SplitMerge for Discord - Release Notes

Version 1.0.2 - 2025-08-01

🎉 New Features

  • Added Guide Page
    • New guide section covering tool overview, technical specs, FAQ, and version history
  • Font Awesome Icon Integration
    • Added visual icons to all UI elements for intuitive operation
  • URL Hash Navigation
    • Preserves tab state in URL after page reload
  • Enhanced Preview System
    • Richer preview display based on file type
    • Icon-based file type representation

🛠 Improvements

  • Major UI/UX Refactoring
    • Introduced card-based design
    • Added animation effects (fade-in, pulse)
    • Organized color scheme for better visibility
  • Enhanced Responsive Design
    • Improved usability on mobile devices
    • Added tab button wrap support
  • Accessibility Improvements
    • Clearer information delivery with icon+text combination
    • Optimized contrast ratios

🐛 Fixed Issues

  • Improved clipboard copy reliability
  • Better progress display during encryption/decryption
  • Eliminated tab switching flickering
  • Fixed file info display formatting issues

⚠ Known Issues

  • Font Awesome icon display delay on some older iOS devices
  • Browser crash risk when processing files over 5GB
  • Initial JSZip load unavailable offline

🔄 Changes

  • Redesigned button styles (primary/secondary/danger)
  • Integrated status display icons
  • Enhanced progress bar visuals
  • Modified file info display format

System Requirements

  • Recommended Browsers: Chrome 90+, Firefox 88+, Edge 91+, Safari 15.4+
  • Memory: 4GB+ recommended for large file processing
  • Internet Connection: Required for initial Font Awesome icon load

Upgrade Note: Seamless upgrade from v1.0.1. New guide tab added while maintaining full backward compatibility with existing features.

V1.0.1

28 Jul 14:06
17c59ef

Choose a tag to compare

SplitMerge for Discord - リリースノート

バージョン 1.0.1 - 2025-07-28

🎉 新機能

  • カスタム分割サイズ機能の追加
    • 任意のMB単位で分割サイズを指定可能に
  • 強化されたプレビューシステム
    • テキストファイル(.txt, .html, .js等)のプレビュー対応
    • SVG画像のレンダリング表示サポート
  • Discord連携機能
    • 分割ファイルをDiscordに貼り付けるためのクリップボードコピー機能
  • 詳細なファイル情報表示
    • ハッシュ値(SHA-256)、作成日時等のメタデータ表示

🛠 改善点

  • UI/UXの大幅なリファクタリング
    • Discord風のモダンなデザインに刷新
    • タブシステムの再設計
    • レスポンシブデザインの強化
  • パフォーマンス最適化
    • 大容量ファイル処理時のメモリ使用量削減
    • 進捗表示の精度向上
  • エラーハンドリングの強化
    • 分かりやすいエラーメッセージ表示
    • パスワード検証ロジックの改善

🐛 修正された問題

  • 特定条件下での進捗バーの停止問題
  • MIMEタイプ検出の不具合修正
  • 暗号化パスワード検証ロジックの修正
  • モバイルデバイスでの表示崩れの修正

⚠ 既知の問題

  • 2GBを超えるファイルの処理に時間がかかる場合がある
  • Safariでの暗号化ファイル処理がやや遅い
  • 一部の古いブラウザでWeb Crypto APIが利用不可

🔄 変更点

  • メタデータ形式のバージョン管理を導入
  • 暗号化アルゴリズムのパラメータ最適化
  • プログレスバーのアニメーションをスムーズに

システム要件

  • 推奨ブラウザ: Chrome 89+, Firefox 86+, Edge 89+, Safari 15+
  • メモリ: 大容量ファイル処理には4GB以上を推奨
  • インターネット接続: JSZipライブラリの読み込みに必要

注意: バージョン1.0.0からアップグレードする場合、新しいメタデータ形式に対応していますが、後方互換性は維持されています。

SplitMerge for Discord - Release Notes

Version 1.0.1 - 2025-07-28

🎉 New Features

  • Custom Split Size
  • Split size can now be specified in MB units
  • Improved Preview System
  • Preview support for text files (.txt, .html, .js, etc.)
  • SVG
  • Discord Integration
  • Clipboard copy function for pasting split files into Discord
  • Detailed File Information
  • Metadata display including hash value (SHA-256), creation date, etc.

🛠 Improvements

  • Massive UI/UX Refactoring
  • Discord
  • Redesigned Tab System
  • Enhanced Responsive Design
  • Performance Optimization
  • Reduced memory usage when processing large files
  • Improved Progress Display
  • Improved Error Handling
  • Clearer Error Messages
  • Improved password validation logic

🐛Fixed Issues

  • Progress bar freezing issue under certain conditions
  • Fixed a MIME type detection bug
  • Fixed encryption password validation logic
  • Fixed display instability on mobile devices

⚠Known Issues

  • 2GB
  • Safari
  • Web Crypto API unavailable in some older browsers

🔄Changes

  • Introduced metadata format versioning
  • Optimized encryption algorithm parameters
  • Smoother progress bar animation

System Requirements

  • Recommended Browsers: Chrome 89 or later, Firefox 86 or later, Edge 89 or later, Safari 15 or later
  • Memory: 4GB or more recommended for large file processing
  • Internet Connection: JSZip library must be loaded

Note: Upgrading from version 1.0.0 supports the new metadata format while maintaining backward compatibility.

V1.0.0

28 Jul 10:51
6fd17f3

Choose a tag to compare

Discord用SplitMerge - リリースノート

バージョン 1.0.0 (初回リリース) - 2025年7月28日

✨ 新機能

  • Discord用SplitMergeの初回リリース
  • チャンクサイズ(10MB/500MB)を設定可能な完全なファイル分割機能
  • パスワード保護付きの安全なAES-256暗号化をサポート
  • 元のファイルを再構築するファイル結合機能
  • 画像、動画、音声ファイルのプレビューをサポート
  • すべての操作の進捗状況インジケーターを表示
  • Discord風のモダンなUIデザイン

🛠 技術的な改善点

  • 純粋なクライアントサイドJavaScript(サーバー処理なし)で構築
  • 安全な暗号化のためにWeb Crypto APIを使用
  • 効率的なファイルパッケージングのためのJSZip統合
  • デスクトップブラウザとモバイルブラウザで動作するレスポンシブデザイン

⚠ 既知の問題

  • 非常に大きなファイル(2GB超)は、ブラウザのパフォーマンスに問題を引き起こす可能性があります
  • Safariでは動作が制限される場合があります暗号化ファイルでのパフォーマンス
  • 複数ファイル操作の並列処理は行われません

バージョン 1.0.1 (パッチアップデート) - 2025年7月29日

🐛 バグ修正

  • 暗号化中のパスワード検証を修正
  • 大容量ファイルの処理中にプログレスバーが停止する問題を修正
  • 一部のファイル拡張子のMIMEタイプ検出を修正

🛠 改善点

  • 処理前にファイルサイズ検証を追加
  • 失敗した操作のエラーメッセージを改善
  • ファイル分割時のメモリ管理を改善

システム要件

  • 最新のWebブラウザ (Chrome 89以降、Firefox 86以降、Edge 89以降、Safari 15以降)
  • JavaScript 対応
  • 大容量ファイルの場合は最低4GBのRAMを推奨

アップグレードに関する注意事項

  • これは最初の公開リリースです - アップグレードパスは必要ありません
  • 今後のアップデートでは、このバージョンで作成されたファイルとの下位互換性が維持されます

廃止予定のお知らせ

  • このリリースで廃止予定の機能はありません

SplitMerge for Discord - Release Notes

Version 1.0.0 (Initial Release) - 2025-07-28

✨ New Features

  • Initial release of SplitMerge for Discord
  • Complete file splitting functionality with configurable chunk sizes (10MB/500MB)
  • Secure AES-256 encryption support with password protection
  • File merging capability to reconstruct original files
  • Preview support for images, videos, and audio files
  • Progress indicators for all operations
  • Modern Discord-inspired UI design

🛠 Technical Improvements

  • Built with pure client-side JavaScript (no server processing)
  • Uses Web Crypto API for secure encryption
  • JSZip integration for efficient file packaging
  • Responsive design that works on desktop and mobile browsers

⚠ Known Issues

  • Very large files (>2GB) may cause browser performance issues
  • Safari may have limited performance with encrypted files
  • No parallel processing for multi-file operations

Version 1.0.1 (Patch Update) - 2025-07-29

🐛 Bug Fixes

  • Fixed password validation during encryption
  • Resolved progress bar stalling during large file processing
  • Corrected MIME type detection for some file extensions

🛠 Improvements

  • Added file size validation before processing
  • Improved error messages for failed operations
  • Better memory management during file splitting

System Requirements

  • Modern web browser (Chrome 89+, Firefox 86+, Edge 89+, Safari 15+)
  • JavaScript enabled
  • Recommended minimum 4GB RAM for large files

Upgrade Notes

  • This is the first public release - no upgrade path required
  • All future updates will maintain backward compatibility with files created by this version

Deprecation Notice

  • No features are deprecated in this release