Skip to content

Latest commit

 

History

History
229 lines (133 loc) · 9.4 KB

CHANGELOG.md

File metadata and controls

229 lines (133 loc) · 9.4 KB

v2.1.2 (2022-01-05)

Documentation Changes
Bug Fixes

v2.1.1 (2022-01-04)

Documentation Changes

v2.1.0 (2022-01-04)

Chores
  • CMakeLists.txt:
    • add override ${CMAKE_CONFIGURATION_TYPES}, if ${CMAKE_BUILD_TYPE} defined 10f3f637
    • remove bincrafters remote 806452d4
    • add install instructions 3f91c07d
Documentation Changes
  • BUILDING.md: update build-insctructions 1422bc82
  • License.md: update copyrating 693de02d
  • .gitignore: add bin directory ea771db6
New Features
Refactors
  • Puzzle: small changes in default constructor 39bd1581

v2.0.0 (2021-12-30)

Chores
  • CMakeLists.txt: add bincrafters remote URL (f5a2206d)
Documentation Changes
  • add license file (b15dabc2)
  • BUILDING.md: update build-insctructions (bda4f23a)
Bug Fixes
  • disable resize window for Mac an Linux (67546822)
Other Changes
  • CMakeLists.txt: fix command for tests (7d38a709)
  • delete .travis.yml (acebdcec)
Refactors
  • CMakeLists.txt: remove conan_cmake_run() macros (d82b2b34)

v2.0.0-beta-0.1.0 (2021-12-25)

Documentation Changes
  • .travis.yml: add .travis.yml (227ae63d)
  • BUILDING.md: update BUILDING.md (b415dfc7)

v2.0.0-beta-0.0.1 (2021-12-24)

Chores
  • CMakeLists.txt: add conan-instalation options (8d97f977)
Documentation Changes
  • BUILDING.md: update BUILDING.md (b3a96225)

v2.0.0-beta (2021-12-22)

Chores
  • CMakeLists.txt: change the installation method dependencies (5a547a74)
Documentation Changes
  • .gitignore: add new directories: 'debug/' and 'release/' (9d5873d5)
  • add BUILDING.md (3e760df4)
  • add README.md (d3d7b202)
Other Changes
  • rename 'lib' directory to 'modules' (dca300c9)
  • rename workspace.png to BACKGROUND.png (7cffa2b6)
  • .gitattributes: update .gitattributes (f09c4525)
Performance Improvements
  • optimized animation work due to the use of smart pointers (296c9df9

v2.0.0-alpha-0.2.0 (2021-12-13)

Chores
  • CMakeLists.txt: add PNG-resource for MacOS (9e69b7d0)
  • reorganize the project structure (45e6557c)
Bug Fixes
  • PuzzleApp.cpp: fix preprocessor directives (f65f014b)

v2.0.0-alpha-0.1.0 (2021-12-12)

Bug Fixes
  • correct wxFrame size (9c28faf9)
  • image_resources.rc: rename icon file (from aaaaaaaaa to aaaaaaaa_logo) (28717e3b)
Other Changes
  • PuzzleTests: remove Llabel-argument from asserts (14d1b2f0)
  • edit CMakeLists.txt (35cb9b6d)
  • add aaaaaaa_logo.XPM (3a69fae9)
  • BACKGROUND.png: add converted header (88ab323e)
Refactors
  • PuzzleApp.cpp: include aaaaaaa_logo.XPM and BACKGROUND.h (41a59939)

v2.0.0-alpha (2021-12-12)

Chores
  • rename app_icon to image_resources (c3729e51)
  • repurpose Visual Studio Project to CMake (5bf704ec)
Other Changes
  • edit CMakeLists files (bead9392)
  • change directory of tests (a73ee237)
  • app_icon: add new resource(BACKGROUND) (caee7b06)
Refactors
  • wxImagePanel: change constructor parameters (4ab9f8ec)
  • Puzzle: change constructor parameters (03753723)

v1.2.0 (2021-11-22)

Chores
  • LINK: add / change paths of additional library directories for x64 configuration (6a731d95)
  • rename class FifteenApp to PuzzleApp (e29a34be)
  • rename class Fiffteen to Puzzle (3bbaf86d)
  • rename Fifteen.h to Puzzle.h (8e207bf9)
  • delete unused files (728f84e1)
  • bump language standard (from 14 to 20) (c0ba6f6e)
  • .gitignore: update (a59d36da)
Refactors
  • Puzzle:
  • rename class FifteenApp to PuzzleApp (46f3437)
  • wxImagePanel: change the access specifier for event handlers (from public to private) (5142763b)
  • Fifteen: transfer the logic of creation of a puzlle (55746660)
  • image-panel: add movement logic for block in render-timer method (d51c3109)
Code Style Changes
Tests
  • Puzzle: create simple tests (0106c7a3)

v1.1.0 (2021-11-03)

Other Changes
Code Style Changes

v1.0.0 (2021-11-02)

Other Changes
  • image-panel: change render-algorithm (41874aef)

v1.0.0-alpha (2021-11-02)

New Features
  • image-panel: add animation for blocks (80e34cd8)

v0.3.0 (2021-11-02)

Chores
New Features
  • image-panel: blocks using render-timer now (52ddecfc)

v0.2.0 (2021-11-02)

New Features
  • image-panel: the blocks are move now (12e7f21d)

v0.1.0 (2021-11-02)

Other Changes